You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Greg Henry <gh...@lswe.com> on 2011/08/12 19:11:28 UTC

Re: Camel/ JMS/ Jboss 4.2.2

Hi, 
you should use 
                <property name="jndiName">
                        <value>/ConnectionFactory</value>
                </property>
instead of 
                <property name="jndiName">
                        <value>java:QueueConnectionFactory</value>
                </property>
java: namespace is not usable outside of the server jvm ... 

Using this , i can connect to my jboss 4.2.3 box... 
also you have to put jbossall-client.jar in your classpath .




Regards 
Greg


--
View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-Jboss-4-2-2-tp4568064p4694064.html
Sent from the Camel - Users mailing list archive at Nabble.com.