[rabbitmq-discuss] is there any Pollar concept in the rabbit mq , just like zmq.Poller() which is present in the zero mq

Michael Klishin michael at rabbitmq.com
Fri Sep 13 09:26:38 BST 2013


rajjs:

> is there any Pollar concept in the rabbit mq ,  just like zmq.Poller() which is present in the  zero mq 

There are two ways to consume messages from RabbitMQ:

 * "Push API" (basic.consume, creating a long-running subscription)
 * "Pull API" (basic.get, very similar to HTTP GET)

MK



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130913/a238b27f/attachment.pgp>


More information about the rabbitmq-discuss mailing list