Closed (works as designed)
Project:
AMQP
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 May 2012 at 00:10 UTC
Updated:
25 Jun 2012 at 14:19 UTC
Hi
This module looks rather interesting. Would you be able to provide a use-case for this?
Thanks
Comments
Comment #1
dellintosh commentedThis module provides a connection to an AMQP-compatible Message Queue server (such as RabbitMQ).
IBM has a decent explanation of what a Message Queue can be used for:
In our organization, we are using this module to publish and consume messages to and from our corporate message queue server. Various publishers and consumers are configured to listen to that server and perform a variety of tasks such as logging, copying large files, notifications, publishing, and other events.
This is similar to, but different from, an event server; which is responsible for telling the clients (consumers) what to do. A message queue server is responsible for sending a message from a publisher to connected consumer(s); and the consumer decides what to do with that message. This approach allows us to define different consumers which perform different actions (sometimes on the same message).
I hope that helps explain further; let me know if you needed further information.
Thank you,
-dellintosh
Comment #2
dellintosh commented