Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using existing JMS libraries with a AMQP broker (RabbitMQ)

We use RabbitMQ and Spring-AMQP for our messaging system.

However there are many Java libraries that use JMS that I would rather not rewrite to AMQP.

I failed to Google a JMS client that will use AMQP.

Should I just rewrite the library to use AMQP directly?

like image 904
Adam Gent Avatar asked Jan 22 '11 20:01

Adam Gent


1 Answers

qpid , which also speaks amqp , has a JMS client library. Perhaps that also works with rabbitmq.

There's some (old) indications the OpenAMQ library works works with rabbitmq

like image 90
nos Avatar answered Sep 22 '22 15:09

nos