Looking at your code, there is something I do not understand. You say that the messaging server is on one machine, and the producer, relayer and consumer are on another machine.
However in your code, you are looking up the connection factory using "java:/XAConnectionFactory", which is a *local* jndi reference (any jndi name starting with java: is local to the JVM), so cannot be on another machine. Please explain your config and topology in more detail, are the clients deployed in a jboss instance or are they standalone. Where are you specifying your JNDI properties on the client machine, I notice you just do "new InitialContext()" with no params. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951623#3951623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951623 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user