On Thu, Oct 22, 2015 at 4:59 PM, Timothy Bish <[email protected]> wrote:
> If the receiver had transactional > work then it would remain open until the session closed, otherwise if > should close down immediately. > Ah, ok. In my case, the receiver received some messages, but the transaction was rolled back. There should be no outstanding messages which were received in my code using the receive() method or using a listener. So it sounds like it works as it should, only differently compared to 0.6.0. Thanks & Regards Jakub
