Madhu, you probably skipped step 1 from
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingUser_Enabling_acce...
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...