Configuration
Type {{ broker_info.type }}
Pending Invocations {{ broker_info.pending_count }}
Queue Status
{{ broker_info.pending_count }}
Pending Invocations
{% if broker_info.pending_count > 0 %}
warning Queue is not empty
{% else %}
check_circle Queue is empty
{% endif %}