On Tue, Jun 3, 2008 at 5:20 AM, ashish.abrol <[EMAIL PROTECTED]> wrote: > > Hi > > I had just managed to install and run servicemix. > > Now, I need to setup a bridge between Jboss MQ and Websphere MQ. > > Could somebody point me how can I achieve the same using servicemix. how to > setup the configuration etc.
The easiest way to achieve such an integration is to use the Camel JMS component: http://activemq.apache.org/camel/jms.html You'll need to configure a connection factory for each JMS provider. Then you can configure two instances of the Camel JmsComponent, one for JBossMQ connection factory and the other for WMQ connection factory and this will allow you to route from one provider to the other. 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 Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
