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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to