0

We are planning to do a POC with Websphere MQ (8.0.0.5). Can anyone give any pointers on how to achieve the Websphere MQ (8.0.0.5 - which supports AMQP) integration with Spring-AMQP framework.

As far as i know Spring-AMQP inherently supports RabbitMQ. Please let me know how this can be extended to Websphere MQ.

Thanks.

Gururaj Nayak
  • 636
  • 1
  • 9
  • 18

1 Answers1

2

Spring AMQP does not support AMQP 1.0 which (I believe) is what Websphere MQ supports.

1.0 is a very different protocol to that supported by RabbitMQ (0.9.1).

Spring currently does not have an abstraction over AMQP 1.0; there is an open JIRA issue but it currently is not on the road map.

Contributions are welcome.

Gary Russell
  • 166,535
  • 14
  • 146
  • 179