On 1 Aug 2005, at 03:05, Andreas Oberhack wrote:
Hi all,

there is a note on the website that servicemix has a MQ integration.

The JMS integration in ServiceMix works with any JMS provider

http://servicemix.org/JMS

which just needs a JMS ConnectionFactory to be dependency injected; which could be explicitly with a class name or looked up in JNDI etc. So we should absolutely work fine with any JMS provider.

For JMS, you really wanna use the JCA container. It provides connection, session & thread pooling, exception handling and transaction support as well as concurrent processing of inbound messages.

Again, the JCA container should work with any JMS provider; you just need a JCA 1.5 compliant Resource Adapter for the JMS provider.

BTW we've been talking with IBM lately and there's a good chance we'll end up having some kind of close integration in ActiveMQ to talk directly with an MQSeries node in some sense; so we hope to have some cleaner integration with MQSeries too - but for now we can use ServiceMix as an ActiveMQ <-> MQSeries bridge (ditto any other JMS provider or transport protocol).

James
-------
http://radio.weblogs.com/0112098/

Reply via email to