Re: Problem using JmsCompoment with Tibco implementation

2016-02-02 Thread jacobnebu
It is working for me with JMS 2.0. update pom.xml file with exclude for jms 1.1 in camel-jms and add dependency for jms 2.o -- View this message in context: http://camel.465427.n5.nabble.com/Problem-using-JmsCompoment-with-Tibco-implementation-tp5059096p5777169.html Sent from the Camel - User

Re: Camel route for connecting to TIBCO EMS throgh JNDI (connectionFactory have username and password)

2016-02-02 Thread jacobnebu
This code is good. My password was wrong. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-route-for-connecting-to-TIBCO-EMS-throgh-JNDI-connectionFactory-have-username-and-password-tp5776633p5777167.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel route for connecting to TIBCO EMS throgh JNDI (connectionFactory have username and password)

2016-01-24 Thread jacobnebu
Hi I am unable to connect to tibco ems. I am getting the below exception javax.naming.AuthenticationException: Not permitted: invalid name or password. i am using below configuration to get ConnectionFactory from JNDI and , then getting connection from ConnectionFactory. When normal jms code I