Hi Antonio,

if you see the same message in deadletters and received by some actor, I
would say that there are two copies of that message being sent. Are you
sure that COORDINATOR_ACTOR does not duplicate messages and send to more
than one JOB actor?

On Fri, May 8, 2015 at 6:49 PM, Antonio Benvenuto <[email protected]>
wrote:

> Hi all
>
> I'm newbie with Akka Framework and I have observed a strange behavior in
> my akka test project.
> At first look all seems to work well,but activating log I noticed that
> same message were delivered to dead letters.
> It seems to be that some messages were simultaneously sended both to dead
> letters and to destination actor.
> Is this situation possible with Akka?
> Is my system correctly architectured?
>
> This is my architecture:
> 1. A TypedActor,the GATE_ACTOR,which is the bridge between normal java
> world and akka world.
> 2. An UntypedActor,the COORDINATOR_ACTOR,which receives RequestMessages
> from GATE_ACTOR and coordinate his three untyped actors childs,forwarding
> them requests and building final result.
> 3. Three UntypedActors,the
> FIRST_JOB_ACTOR,SECOND_JOB_ACTOR,THIRD_JOB_ACTOR,which receives requests
> from COORDINATOR_ACTOR and perform business logic operation.
>
> Thank you
> Antonio
>
>  --
> >>>>>>>>>> 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.
>



-- 
Martynas Mickevičius
Typesafe <http://typesafe.com/> – Reactive
<http://www.reactivemanifesto.org/> Apps on the JVM

-- 
>>>>>>>>>>      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.

Reply via email to