Thanks jaikiran, I solved the problem although I'm not happy about it!  In my 
jms-ds.xml I had specified:

<attribute name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
which is how the DefaultJMSProvider is configured.  When I changed this to 

<attribute name="QueueFactoryRef">XAConnectionFactory</attribute>

as in your post, it magically works!  So I don't understand why these 
references should be different.

I rechecked server.log (trace is enabled for org.jboss.jms) but there was no 
indication of a problem with the reference. 

Nevertheless my remote MDB now works which is a *great* relief... 8-)  Thanks 
again.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948233#3948233

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948233


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to