Closed danielkec closed 2 years ago
Acknowledgement doesn't work with default Message.of(T,ack, nack). Message created by Message.of(..) with ack and nack callbacks ignores ack callback - defaults to noop ack() impl.
Message.of(T,ack, nack)
This renders TCK tests like MessageProcessorAckTest non passable.
@cescoffier can you take a look at his issue since you have got SmallRye Reactive Messaging passed this TCK?
Acknowledgement doesn't work with default
Message.of(T,ack, nack)
. Message created by Message.of(..) with ack and nack callbacks ignores ack callback - defaults to noop ack() impl.This renders TCK tests like MessageProcessorAckTest non passable.