You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Is there a way to use jms component in application ack mode? In akka-camel there is a def autoAck: Boolean method. It would be nice for example if I can use Sink.actorRefWithAck which send ack message to endpoint too. Thanks.
The text was updated successfully, but these errors were encountered:
Only auto-ack is supported at the moment. I just created #40 to cover application-level ACKs. Please use the streamz forum for questions like that. Closing this ticket as duplicate.
Hello. Is there a way to use jms component in application ack mode? In akka-camel there is a
def autoAck: Boolean
method. It would be nice for example if I can useSink.actorRefWithAck
which send ack message to endpoint too. Thanks.The text was updated successfully, but these errors were encountered: