Can PyMQI implement AMQP?

Asked by Vincent Hou

What are the differences between websphere MQ and AMQP? Is it possible for websphere MQ/PyMQI to implement AMQP?

Question information

Language:
English Edit question
Status:
Answered
For:
PyMQI Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dariusz Suchojad (dsuch) said :
#1

Hi Vincent,

WebSphere MQ (WMQ) is a product by IBM. AMQP is the name of a protocol for a family of products that achieve mostly the same.

PyMQI is a wrapper around WMQ's Message Queuing Interface, hence the name - PyMQI. It follows then that PyMQI will let you connect to WebSphere MQ only, not to any other queuing middleware.

For AMQP, I prefer to use Pika http://pika.github.com/

Cheers!

Can you help with this problem?

Provide an answer of your own, or ask Vincent Hou for more information if necessary.

To post a message you must log in.