Hi All,

I have build chat client in activemq stom, I want to route two way, my chat
to ext xmpp server like jabber,

I understand that I need to put:

add the following to the <camelContext> in the activemq.xml

<route>
  <from uri="xmpp://myhost:port/myroom">
   <to uri="activemq:myQueue"/>
</route> 

but my room name is dynamic and it come from myQueue , how can I forward it
to myroom in xmpp?

Best Regards
Gadi



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-Camel-and-XMPP-server-tp4676263.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to