Re: BrokerService.acknowledge() behavior

2014-10-01 Thread Gary Tully
the ack comes back but it is pending transaction completion. The ack is discarded if the transaction rolls back. The operations associated with the ack are associated with the broker side transaction via synchronizations in the transaction broker and message stores. On 30 September 2014 21:24, Mat

BrokerService.acknowledge() behavior

2014-09-30 Thread Matt Pavlovich
I have a class that is loaded as a plugin that implements BrokerService.acknowledge(), but I’m getting “Standard” acknowledgements for almost all consumption scenarios, even rollback. If I rollback a message, the MessageAck type in the MessageAck() is still “Standard”, and the message isn’t bei