{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% if collector.publishedMessagesCount %} {% set icon %}
{% endset %} {% set text %} {% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} {% endif %} {% endblock %} {% block menu %} RabbitMQ {{ collector.publishedMessagesCount }} {% endblock %} {% block panel %}Exchange | Message body |
---|---|
{{ log.exchange }} | {{ log.msg.body }} |
No messages were sent.
{% endif %} {% endblock %}