This content has been marked as final.
Show 3 replies
-
1. Re: JmxXA not bound
timfox Oct 16, 2008 1:35 PM (in response to pradeeps)The "java:" prefix means "available only in the same JVM".
See the wiki on JmsRA -
2. Re: JmsXA not bound
pradeeps Oct 16, 2008 1:41 PM (in response to pradeeps)Thanks for the reply Tim.
I have a question.
When I deploy a war file to the JBOSS server, isnt the application running in the same JVM where JmsXA is available?
The thing is if I replace JmsXA with ConnectionFactory it works just great. I needed JmsXA because of the distributed transactions.
Thanks. -
3. Re: JmxXA not bound
pradeeps Oct 23, 2008 8:31 AM (in response to pradeeps)Hello Tim,
After a lot of research I stumbled upon something interesting.
In the jms-ds.xml file I added the following to the jmsXA connection factory definition.
<use-java-context>false</use-java-context>
And it worked !!
Thanks.