Hi Brian,

On 06.02.14 01:01, Brian McDevitt wrote:
When using a Channel actor from the persistence package, is it possible/expected to inhibit delivery of replayed messages when sent from the child of a Processor?

example:
ProcessorA receives a persistent message and passes that message off to a child actor, the child actor then sends a new message (but uses the persistent.withPayload()) to a destination via channel.

Yes, this will work. Example: http://pastebin.com/jQYDPAh1


I'm seeing replayed messages in the destination when I expected to see none. Am I misusing Channel?

- Are you confirming delivery of messages in the destination?
- Do you give your example app enough time to asynchronously write the confirmation to the journal?


Cheers,
Brian
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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/groups/opt_out.

--
Martin Krasser

blog:    http://krasserm.blogspot.com
code:    http://github.com/krasserm
twitter: http://twitter.com/mrt1nz

--
     Read the docs: http://akka.io/docs/
     Check the FAQ: http://akka.io/faq/
     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/groups/opt_out.

Reply via email to