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. I'm seeing replayed messages in the destination when I expected to see none. Am I misusing Channel? 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.
