I am trying to load the routes from xml file in camel.I am getting exception
SASL authentication failed.My code is:
for route-context.xml:

<routes xmlns="http://camel.apache.org/schema/spring";>
    
    
    <route id="bar">
        <from
uri="xmpp://namita@ingbtcpic5nb99e/[email protected];password=saimai"/>
       
        <to uri="bean:DataProcess"/>
    </route>

    
</routes>









--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-XMPP-routing-tp5728071.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to