[jboss-user] [JBoss Messaging] - Re: Remote JMS server
ovidiu.feodorov@jboss.com
do-not-reply at jboss.com
Sat Sep 16 05:08:01 EDT 2006
Madhu, you probably skipped step 1 from http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingUser_Enabling_access_to_remote_JBoss_Messaging_instance
You need to copy jboss-messaging.jar in $JBOSS_HOME/server/your_config/lib
Also, your "FactoryRef", "QueueFactoryRef" and "TopicFactoryRef" must be "/XAConnectionFactory", not "java:/XAConnectionFactory".
Keep in mind that you're attempting remote access, and "java:/" is a local JNDI context.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972087#3972087
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972087
More information about the jboss-user
mailing list