nilenso / goose

The Next-Level background job processing library for Clojure
https://github.com/nilenso/goose/wiki
MIT License
263 stars 9 forks source link

Rabbitmq's console homepage page #160

Closed alishamohanty closed 3 months ago

alishamohanty commented 4 months ago

Rabbitmq console homepage. 🥹 The PR adds following changes:

Note: RabbitMQ queues are only created when jobs are being enqueued. If a req is sent to console before queue is created, RabbitMQ will throw an exception and close the channel. To prevent this scenario, the console declares dead-queue if it has not already been registered.

image