Looking to consume data from a rejected message queue

Hi we have use Rabbit MQ that sends data from point a to point b. If for some reason a message or piece of data doesn't make it from point a to point b, it goes into a retry queue. If the same message fails three times instead of going back into the retry queue, it goes into a rejected message queue. Ideally what we would like to do is push those messages into Kibana and delete them from Rabbit MQ (I'm not asking for help on the part about deleting the messages). I'm wondering if anyone would care to describe how they would accomplish such a feat. Any advice would be greatly appreciated.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.