On 7/17/06, Fizal <[EMAIL PROTECTED]> wrote:
I guess ServiceMix is using ActiveMQ as the underlying messaging service for it's basic operations. Is it possible to use a different JMS provider like MQSeries instead of ActiveMQ? Please advise.
We tend to use ActiveMQ for internal NMR routing between components in the default JcaFlow implementation. http://incubator.apache.org/servicemix/maven/servicemix-core/apidocs/org/apache/servicemix/jbi/nmr/flow/package-summary.html You can communicate with any JMS provider using the JMS binding component (along with any other transport like email or jabber etc). The Flow is pluggable so you could write an MQSeries specific Flow if you wished; though given the fact that ActiveMQ supports in-JVM deployment along with VM transport we recommend you use ActiveMQ as the default NMR flow provider then bridge to MQSeries when it makes sense (for actual binding components rather than internal implementation details of ServiceMix) -- James ------- http://radio.weblogs.com/0112098/
