-
Right now, (using the 1.x branch) when an enlistment fails the I was wondering if this is the expected path to traverse since there was an exception, just not in a producer/consumer/browser, but during the enlistment. I've got a bit of our stacktrace in case it might come in handy;
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It's probably better for the pool to toss out the session if anything other than the happy path occurs here however my general advice it to not use pooling when interacting with XA transactions as there's just only so much the pool can do to manage these sorts of scenarios given the lack of general visibility into what is going on under the covers. I've stated before that I don't intend to release more from the 1.x series though so my suggestion is to move onto later 2.x or 3.x release which are up to date with the current Jakarta JMS APIs |
Beta Was this translation helpful? Give feedback.
-
I just released a new version of 3.x 2.x and 1.x with a change to invalidate any session if the enlistment doesn't seem to have travelled the happy path. This may resolve your issue but there isn't a way to test that here. |
Beta Was this translation helpful? Give feedback.
I just released a new version of 3.x 2.x and 1.x with a change to invalidate any session if the enlistment doesn't seem to have travelled the happy path. This may resolve your issue but there isn't a way to test that here.