[rabbitmq-discuss] AMQP or HTTP API

Michael Klishin mklishin at gopivotal.com
Fri Aug 16 12:25:39 BST 2013


mezgani ali:

> No I talk about how to use rabbitmq to distribute task to nodes.

You can use one queue per worker node and as many consumers as appropriate.
They can communicate back to the main app using HTTP if that's more convenient.

Publishing can happen over AMQP 0-9-1 or other protocols RabbitMQ supports via
plugins (STOMP, MQTT, HTTP).

See [1] to learn more about common messaging scenarios and how to implement
them using RabbitMQ.

1. http://www.rabbitmq.com/getstarted.html
--
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/20130816/045cfb68/attachment.pgp>


More information about the rabbitmq-discuss mailing list