I am currently using Akka-Camel
for integrating my Akka based application with various message queues.
Now that I want to upgrade to the latest version of Akka I see that this integration is now deprecated.
I have tried using alpakka-jsm
integration but am unable to see whether I can perform explicit ack
to the message queues once I have processed the message. Does this functionality exist in this new component?