You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect missing rabbitMQ queues when consuming from them
When consuming from a declared queue, and it is missing in rabbitMQ,
mark it as a "pending" queue so it is re-declared when the consumer restarts.
This requires passing the whole Broker object to the ConsumerThread, not just parameters.
0 commit comments