How to consume messages from RBMQ queue using b-rabbit library

18 views Asked by At

I am trying to consume RBMQ messages. Actually I was using pika library but it is not thread safe.

So I am going to use b-rabbit library. But in the library doc, it is mentioned about only publishing messages to queue.

It is for only publishing messages?

I need to consume messages and ack the queue. Anyone can help me? thanks

0

There are 0 answers