[jboss-user] [JCA] - HornetQ RA integration
Jesper Pedersen
do-not-reply at jboss.com
Tue Apr 20 14:59:01 EDT 2010
Jesper Pedersen [http://community.jboss.org/people/jesper.pedersen] replied to the discussion
"HornetQ RA integration"
To view the discussion, visit: http://community.jboss.org/message/538572#538572
--------------------------------------------------------------
You are looking for the case where the ManagedConnection is used in a LocalTransaction, then put back into the pool, then retrieved but not enlisted in a transaction, correct ?
The comments in
org.jboss.resource.adapter.jms.JmsManagedConnection
provides some insight to this case inside an application server:
* <p>From the JMS tutorial:
* "When you create a session in an enterprise bean, the container ignores
* the arguments you specify, because it manages all transactional
* properties for enterprise beans."
*
* <p>And further:
* "You do not specify a message acknowledgment mode when you create a
* message-driven bean that uses container-managed transactions. The
* container handles acknowledgment automatically."
So the above case would be out-of-scope.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538572#538572]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100420/4a58e8b0/attachment.html
More information about the jboss-user
mailing list