Created
November 15, 2017 07:53
-
-
Save sajithdilshan/99fa7f7e8248e55b10a4d5c0b0f792fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
protected boolean doReceiveAndExecute(Object invoker, Session session, MessageConsumer consumer, TransactionStatus status) throws JMSException { | |
if (status != null) { | |
TransactionInformation.txnStatus.set(status); | |
} | |
return super.doReceiveAndExecute(invoker, session, consumer, status); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment