My publisher component publishes messages to a jdbc message store backed queue channel. My requirement is that the messages should not be delivered to the queue if the publisher thread encounters an exception.
I would like to make use of weblogic JTA transaction manager.
Pls advise.
Messages publishing honors the transactions, if any in the caller thread.
There is no special setting required.