[rabbitmq-discuss] How to Integrate MDBs with RabbitMQ?

Tim Watson tim at rabbitmq.com
Tue Sep 3 13:51:45 BST 2013


On 3 Sep 2013, at 10:08, Rajasekhar P wrote:
> Can any one please tell me whether we can integrate EJB MDB's to work in RabbitMQ?

What do you mean "work in RabbitMQ" exactly? If you asking about running java components inside the broker, then no, that will not work. RabbitMQ is not written in Java. However you can integrate java components into RabbitMQ via the external-exchange-plugin, and more to the point, you can use spring integration to wire up message driven beans easily. Whether or not there is an EJB 3.x compatibility layer that uses the standard javax EJB annotations, I'm not so sure.

Cheers,
Tim



More information about the rabbitmq-discuss mailing list