|
Anatoli,
If I remember correctly, this and related issues are still up for discussion on either trunk (1.4.4) or 2.x. Once a decision has been made, please set fix version on this and related issues. Thanks, Hi, I am trying to understand the status of JMS in 2.x. To what extent is this issue complete? Is it still being actively worked on? Thanks!
added test cases for topics
http://fisheye.codehaus.org/changelog/mule/?cs=9384 http://fisheye.codehaus.org/changelog/mule/?cs=9392 Hi, I'm trying to understand why this issue is still open.
From what I see, the tests in org.mule.test.integration.providers.jms.functional are all based on XML configs now, while the tests in org.mule.test.integration.providers.jms.activemq are still programmatic. Do the tests in o.m.t.functional supercede the tests in o.m.t.activemq (in which case o.m.t.activemq should be deleted)? Or is the plan to convert the remaining tests in o.m.t.activemq to XML configs and that's why the issue is still open? Not trying to push anyone, just need some clarification on what's still pending for this issue, thanks. Just for clarification, the tests in question are now in transports/jms, not tests/integration (despite the package name).
see http://www.nabble.com/Blocked-JMS-tests-in-2.x-to13301929.html#a13301929
The situation has not changed. we had a lot of work in other sub-projects There is a need to spend a week to implement resume/suspend functionality and write tests Also during this week I'm planing to resolve |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1. NONE - OK
2. ALWAYS_BEGIN - OK
3. BEGIN_OR_JOIN - as ALWAYS_BEGIN
Transaction doesn't sharing between descriptors,
4. ALWAYS_JOIN - Exception
See point 3, as a result in this case we get a exception
5. JOIN_IF_POSSIBLE - as NONE
see point 3.
XA tx (Arjuna TM)
1. NONE - Not implemented
need resume and suspend
2. ALWAYS_BEGIN - OK
3. BEGIN_OR_JOIN - OK
4. ALWAYS_JOIN - Exception
In the current strategy started receiver tried to begin transaction, and got Exception "A transaction is not available for this session, but transaction action is "Always Join" "
5. JOIN_IF_POSSIBLE - as NONE
not implemented at all