@Tal, You may be able to use https://github.com/sstone/amqp-client in place of akka-amqp.
-Todd On Sunday, November 9, 2014 3:43:30 AM UTC-5, Tal Pressman wrote: > > Hi, > > I am trying to create a persistent actor that consumes messages from a > RabbitMQ queue, persists them asynchronously, and then acknowledges them. > > I was hoping I could use akka-camel, but I can't find a way to acknowledge > a specific message after it's been persisted. As far as I can tell, even > with autoAck turned off, the client can only send an Ack that acknowledges > everything consumed from the endpoint. Am I missing something, or is this > really the way akka-camel works? > > As an alternative, I was thinking of maybe using akka-amqp, but it doesn't > seem like a new version (for Akka 2.x.x) is coming. Is there any > replacement for this? > > Thanks in advance for any help, > Tal > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
