RabbitMQ: How to get the event message when creating the queue
search cancel

RabbitMQ: How to get the event message when creating the queue

book

Article ID: 388938

calendar_today

Updated On:

Products

VMware RabbitMQ VMware Tanzu RabbitMQ

Issue/Introduction

The current Rabbitmq did not record the classic queue creation or deletion message. 

 

 

Resolution

1. enable the rabbitmq event exchange plugin

rabbitmq-plugins enable rabbitmq_event_exchange

2. follow the github to run the java code

https://github.com/rabbitmq/rabbitmq-event-exchange/blob/master/examples/java/QueueEvents.java

3. you will see the below events when creating queues