Thx for explanation.
But still, why is my message after the rollback not the next message, which is delivered
by the JMS System.
I still have this reproduceable:
1, Rollbackmsg(first try) , 2, 3 , Rollbackmsg(second try), ... , Rollbackmsg(last try)
( simplified: A, B, C, D, B, B, B, B, B)
behaviour
instead of the expected:
1, Rollbackmsg(first try), Rollbackmsg(second try), ... , Rollbackmsg(last try), 2, 3
( simplified: A, B, B, B, B, B, B, C, D )
I think is must have something to do with this session.close() call which removes the
reference from the Orderinggroup....
Can you explain? Bug or Feature :-)?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236174#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...