You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calling session.rollback() sends an ABORT frame, which doesn't rollback the consumption of all messages in the transaction as expected with JMS providers (apollo as an example),
all messages in the transaction need a NACK frame sent
The text was updated successfully, but these errors were encountered:
calling session.rollback() sends an ABORT frame, which doesn't rollback the consumption of all messages in the transaction as expected with JMS providers (apollo as an example),
all messages in the transaction need a NACK frame sent
The text was updated successfully, but these errors were encountered: