On 11/7/07, Patrick Mulligan <[EMAIL PROTECTED]> wrote: > > Hi, > > I understand that SMX uses an embedded AMQ instance. A few questions: > > 1) Can the AMQ be swapped out for anohter jms impl?
ServiceMix depends upon ActiveMQ-specific features for it's functionality. Because of this, another JMS provider cannot be used internally, but ActiveMQ can easily create a JMS-to-JMS bridge to other JMS providers: http://activemq.apache.org/jms-to-jms-bridge.html Also, the servicemix-jms component can bridge to other JMS providers based on the connection factory. Here is an example of bridging to IBM WebsphereMQ: http://servicemix.apache.org/how-do-i-integrate-the-servicemix-jms-component-with-webspheremq.html > 2) REalizing that the jms is internal and effectively transparent except for > clustering, can jms endpoints/producers/consumers interact with other jms > provider impls? Yes, see above. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Castor - http://castor.org/
