Re: XMPP Component Questions

2010-07-06 Thread alessandro.cangini
Thank you very much for the hint by the way it seems to be unapplicable in my case because i have to work on apache servicemix and i have some problems, appearently i have to build my route only with a routeBuilder because the servicemix-camel-service-unit maven archetype only gives a

Re: XMPP Component Questions

2010-07-06 Thread alessandro.cangini
Solved! i have to declare the dependency to the camel-xmpp component in the pom.xml file and this is the portion of Myprocess String uri = xmpp://MyProducer/+Destination+?password=; XmppComponent xmpp = new XmppComponent(); if (camel.getComponent(xmpp) == null)

XMPP Component Questions

2010-07-05 Thread alessandro.cangini
Greetings, I'll explain my problem shortly, i'm currently working on a project that uses apache servicemix and apache camel for routing messages, now i'm working on the XMPP-related stuff and i have some problems (please forgive my slightly incompetence) 1) configuring the route in the usual