contributte / rabbitmq

🐰 RabbitMQ (AMQP, STOMP, MQTT) using BunnyPHP for Nette Framework (@nette).
https://contributte.org/packages/contributte/rabbitmq.html
MIT License
24 stars 25 forks source link

add simple tracy bar panel with list of initialized producers and published messages #30

Closed dakorpar closed 3 years ago

dakorpar commented 3 years ago

I find this usefull when developing to see published messages directly in tracy bar. This is simplest version and only shows initialized producers and all messages that were sent

image

paveljanda commented 3 years ago

Thanks!!