In rabbitmq message from a named queue is displayed as ready and it is ackowledged by another queue which has topic exchange.

In the following image I have 2 different queues, one named one generated randomly by rabbtmq: enter image description here

I know that I send one message from the named queue (6.30189.facility_status) which has topic exchange and a specific routing key. In the consumer I create a queue without giving it a specific name, in the picture is the second queue (amq.gen-....). The consumer has a topic exchange and can get message from many queues.

How can I delete the messaged which is read from the named queue after I consume it in the second queue?

0

There are 0 best solutions below