Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0, 1.1
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
It should optionally cooperate with the surrounding transaction just like org.springframework.jms.support.JmsAccessor and org.springframework.jms.core.JmsTemplate.
Note that lingo can't use a transacted session to do request/response where the request and response are in the same transaction - as the request is not actually sent until the transaction commits. So it needs to be done in 2 transactions.
Not an issue for one-way message flows of course