On Jan 11, 2008 7:45 AM, <[EMAIL PROTECTED]> wrote: > hello all, > i have following testcase > i have to listen to 12 different MQs.... > according to docs i have read ... i'll have to deploy 12 service units > containing an xbean.xml for activating consumers. > Now, i have to listen to MQ defined on a MQ server, so i won't have a JNDI > name > > all i got is hosname, channel, port, > > can i still use jms component or do i have to deploy my own?
I think I understand what you're asking but I'm not completely sure. So it sounds like you need to listen to destinations on another message broker, correct? Well via the ActiveMQ JMS-to-JMS bridge, you can do this via the servicemix-jms component. Here is a FAQ entry about doing just that: http://servicemix.apache.org/how-do-i-integrate-the-servicemix-jms-component-with-webspheremq.html The example in the FAQ entry is about WebsphereMQ but you can do this with any message broker for which you have a JMS connection factory. 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/
