Closed stephen-dahl closed 4 years ago
Hey, You are receiving "CANCELLED: Cancelled" when calling transaction.closeStream(); since the stream is closed. You can check the error type on the listener of the error handler.
I just would not expect to receive an error when properly closing a stream
I am following the Transactional Queue - Ack and reject example. Whenever transaction.closeStream(); is called the error handler is immediately called with this error
Is there more that needs to happen after the message has been ack'd?