[jboss-user] [Messaging, JMS & JBossMQ] - Re: connection factory to remote queue
adrian@jboss.org
do-not-reply at jboss.com
Mon Jul 9 15:01:43 EDT 2007
There are so many of the usual errors here it is unbelievable.
You need to go to the JNDI/Naming forum and read the FAQ referenced from the
"READ THIS FIRST" post.
e.g.
The most obvious is that the **in memory** jms connector java:/XAConnectionFactory
is not available remotely. Nothing in java:/ can be used remotely.
But also, you've created a local pooled jms connection factory with
<jndi-name>EventJmsXA</jndi-name>
(really java:/EventJmsXA in case you didn't spot that FAQ :-)
but then you're using a different name entirely in your code?
You really need to start a thread in the JNDI forum if that is what you don't understand.
None of this is JMS configuration.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062107#4062107
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062107
More information about the jboss-user
mailing list