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

Gary Russell grussell at gopivotal.com
Tue Sep 3 15:05:15 BST 2013


MDBs require JMS

If you are saying you want to convert your MDBs to message-driven java
classes that work with RabbitMQ instead, see the Spring-AMQP reference
document, section 3.5
http://static.springsource.org/spring-amqp/reference/html/




On Tue, Sep 3, 2013 at 9:48 AM, Rajasekhar P <sekhar434145 at gmail.com> wrote:

> Hi Tim,
>
> We connecting RabbitMQ using Java Client. In the existing project we
> didn't use RabbitMQ, we have used MDBs for consuming messages. Now we want
> to replace existing Queue with RabbitMQ. So, for this what changes we need
> to do in java MDBs in order use in RabbitMQ?
>
>
>
> On Tue, Sep 3, 2013 at 6:21 PM, Tim Watson <tim at rabbitmq.com> wrote:
>
>> 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
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130903/cac00dda/attachment.htm>


More information about the rabbitmq-discuss mailing list