<div dir="ltr">Hi Tim,<div><br></div><div>We connecting RabbitMQ using Java Client. In the existing project we didn&#39;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?</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 3, 2013 at 6:21 PM, Tim Watson <span dir="ltr">&lt;<a href="mailto:tim@rabbitmq.com" target="_blank">tim@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 3 Sep 2013, at 10:08, Rajasekhar P wrote:<br>
&gt; Can any one please tell me whether we can integrate EJB MDB&#39;s to work in RabbitMQ?<br>
<br>
</div>What do you mean &quot;work in RabbitMQ&quot; 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&#39;m not so sure.<br>

<br>
Cheers,<br>
Tim<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>