<div class="gmail_quote">Hi,<br><br>-&gt; Is it possible to use both ActiveMQ broker and RabbitMQ broker in the same application/project? I want to send some messages using ActiveMQ/JMS and some using RabbitMQ/AMQP(please don&#39;t ask why!!).<br>

I tried using both ..but my application keeps giving a JMS exception .Is it possible for ActiveMQ broker to interact/listen to a RabbitMQ broker and vice-versa(i guess using� a bridge of some sort)? if yes,then how do we build the bridge between the two?<br>

<br>-&gt;how can we define JAVA beans for connection,template,connection-factory,message-senders,message-listener using XML,so that we need not define connection,connection-factory in every listener/sender we create.? is the following correct way of defining� a Rabbit Template:<br>

<br>code-<br>&lt;bean id=&quot;rabbitTemplate&quot; class=&quot;org.springframework.amqp.rabbit.core.RabbitTemplate&quot;/&gt;<br>��� &lt;property&gt;name=&quot;connectionFactory&quot; ref=&quot;rabbitConnectionFactory&quot;&lt;/property&gt;<br>

���� &lt;/bean&gt;<br><br>Thanks in advance.<span class="HOEnZb"><font color="#888888"><br><br>
</font></span><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>
<br></div><br>