Re: [akka-user] Akka camel individual acknowledgements

2014-07-09 Thread Jorge Marizan
No luck for me, moving on. -- 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

Re: [akka-user] Akka camel individual acknowledgements

2014-07-07 Thread Jorge Marizan
Any help would be greatly appreciated. On sáb 05 jul 2014 19:08:55 AST, Jorge Marizan wrote: The sender ref is stored in an object (brokerRef) as a property and passed to a FSM actor as a message. And the message is discarded if the FSM actor state is timeouted. case Event(StateTimeout,

Re: [akka-user] Akka camel individual acknowledgements

2014-07-05 Thread Jorge Marizan
like this: sender ! Failure(new Exception(error)) √iktor Ҡlang wrote: And how are you sending back the exception to the sender()? On Jul 5, 2014 12:31 AM, Jorge Marizan jorge.mari...@gmail.com mailto:jorge.mari...@gmail.com wrote: Yes I did. On vie 04 jul 2014 18:08:01 AST, √iktor Ҡlang

Re: [akka-user] Akka camel individual acknowledgements

2014-07-04 Thread √iktor Ҡlang
Hi Jorge, did you follow these instructions? http://doc.akka.io/docs/akka/2.3.4/scala/camel.html#Delivery_acknowledgements On Fri, Jul 4, 2014 at 3:20 AM, Jorge Marizan jorge.mari...@gmail.com wrote: Hi guys, Is there a way to notify a message broker from a Camel consumer actor using