eclipse / microprofile-reactive-messaging

Apache License 2.0
60 stars 37 forks source link

Acknowledgement doesn't work with default Message.of(T,ack, nack) #143

Closed danielkec closed 2 years ago

danielkec commented 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.

This renders TCK tests like MessageProcessorAckTest non passable.

Emily-Jiang commented 2 years ago

@cescoffier can you take a look at his issue since you have got SmallRye Reactive Messaging passed this TCK?