Re: Remote JNDI look up to ConnectionFactories is failing

2016-07-06 Thread Romain Manni-Bucau
Ok so then compare the instances you used and the one you get with the config you set up. There is probably a difference there. Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog

Re: Remote JNDI look up to ConnectionFactories is failing

2016-07-06 Thread Dignesh
Yes I am able to send messages successfully by doing "new" -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Remote-JNDI-look-up-to-ConnectionFactories-is-failing-tp4679228p4679242.html Sent from the TomEE Dev mailing list archive at Nabble.com.

Re: Remote JNDI look up to ConnectionFactories is failing

2016-07-06 Thread Romain Manni-Bucau
you can activate org.apache.activemq debug logs. Do you manage to send a message doing the "new" yourself like mentionned in previous message? Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog

Re: Remote JNDI look up to ConnectionFactories is failing

2016-07-06 Thread Dignesh
I have verified url and Listener, both of them are valid.But still I dont see listener receiving any messages. Is there any way possibly via logs etc.. to determine why the messages are not sent. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Remote-JNDI-look-up-to-C

Re: Remote JNDI look up to ConnectionFactories is failing

2016-07-06 Thread Romain Manni-Bucau
Hello answered inline 2016-07-06 13:30 GMT+02:00 Dignesh : > Hi Romain, > > Just few questions on configuring the resources in client. > > System.setProperty("aConnectionFactory", > > "connectionfactory:org.apache.activemq.ActiveMQConnectionFactory:tcp://localhost:11616"); > > So in the above pr

Re: Remote JNDI look up to ConnectionFactories is failing

2016-07-06 Thread Dignesh
Hi Romain, Just few questions on configuring the resources in client. System.setProperty("aConnectionFactory", "connectionfactory:org.apache.activemq.ActiveMQConnectionFactory:tcp://localhost:11616"); So in the above property.What should be the value of the port - Is it something the serverURL w