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, brokerRef: BrokerContainer) => {
     brokerRef.broker.map(broker => broker ! Failure(new
Exception("Exception")))
     goto(Idle)
   }

√iktor Ҡlang wrote:

What does the code around that piece of code look like?


On Sat, Jul 5, 2014 at 7:59 PM, Jorge Marizan <jorge.mari...@gmail.com
<mailto:jorge.mari...@gmail.com>> wrote:

    akka.actor.Status.Failure

    √iktor Ҡlang wrote:


    akka.status.Failure or scala.util.Failure?

    On Jul 5, 2014 7:00 PM, "Jorge Marizan" <jorge.mari...@gmail.com
    <mailto:jorge.mari...@gmail.com>
    <mailto:jorge.mari...@gmail.com
    <mailto:jorge.mari...@gmail.com>>> wrote:

        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>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>

    <mailto:jorge.mari...@gmail.com
    <mailto:jorge.mari...@gmail.com>>>> wrote:

            Yes I did.

            On vie 04 jul 2014 18:08:01 AST, √iktor Ҡlang wrote:

                Did you turn off autoAck as per the documentation?

                On Jul 4, 2014 10:59 PM, "Jorge Marizan"
    <jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>>>
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>.
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>.>__com
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>

    <mailto:jorge.mari...@gmail.com
    <mailto:jorge.mari...@gmail.com>>>>> wrote:

                    Hi Viktor, Yes I did,

                    Let me briefly offer you a better explanation
of the
                situation:

                    * The consumer actor receive a single message
    from a JMS
                endpoint
                    (ActiveMQ), there are no new messages arriving
    until the
                consumer
                    ack or report the message.
                    * Each successfully processed message has to be
        acknowledged
                    independently,
                    * Each failed message is rejected sending an
        exception to the
                    sender() of the consumer actor

                    Using the  CLIENT_ACKNOWLEDGE mode on the jms
        endpoint, when I
                    sent back an Ack message back to the sender()
on the
        consumer
                    actor, Camel documentation says the client
    application
                code under
                    the hood explicitly calls the Message.acknowledge()
        method to
                    acknowledge the message,  but also any other
    messages
        in the
                    consumer that have already been completely
    processed, and
                I tried
                    and indeed the behavior was exactly like that. But
        for a weird
                    reason all the previous reported messages are being
                acknowledged
                    and not retried no matter if an exception was sent
        back to the
                    sender() ref on the consumer actor.

                    I tried to use INDIVIDUAL_ACKNOWLEDGE mode on the
        endpoint but
                    based on Camel documentation it acknowledges
    only the
                message on
                    which it is invoked and apparently there is no
    way on
        which I
                    could ack an individual message. It does not flush
                acknowledgments
                    for any other completed messages.

                    Regards,
                    Jorge

                    On vie 04 jul 2014 02:58:55 AST, √iktor Ҡlang
wrote:

                        Hi Jorge,

                        did you follow these instructions?

http://doc.akka.io/docs/akka/____2.3.4/scala/camel.html#____Delivery_acknowledgements

<http://doc.akka.io/docs/akka/__2.3.4/scala/camel.html#__Delivery_acknowledgements>

<http://doc.akka.io/docs/akka/__2.3.4/scala/camel.html#__Delivery_acknowledgements

<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 <mailto:jorge.mari...@gmail.com>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>>>
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>.
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>.>__com
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>>>>
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>>.
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>>.>____com
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>.
    <mailto:jorge.marizan@gmail <mailto:jorge.marizan@gmail>.>__com
    <mailto:jorge.mari...@gmail.com <mailto:jorge.mari...@gmail.com>

    <mailto:jorge.mari...@gmail.com
    <mailto:jorge.mari...@gmail.com>>>>>> wrote:

                            Hi guys,

                            Is there a way to notify a message broker
        from a Camel
                        consumer
                            actor using Individual acknowledgement
mode?
        I tried
                        sending back
                            an Ack message back to the sender()
once the
                message is
                        received
                            but its never ack'ed by the broker
    (ActiveMQ).

                            Any help would be greatly appreciated.

                            --


    Read
                the docs:
    http://akka.io/docs/

        Check
                the FAQ:
    http://doc.akka.io/docs/akka/______current/additional/faq.html
    <http://doc.akka.io/docs/akka/____current/additional/faq.html>
    <http://doc.akka.io/docs/akka/____current/additional/faq.html
    <http://doc.akka.io/docs/akka/__current/additional/faq.html>>

    <http://doc.akka.io/docs/akka/____current/additional/faq.html
    <http://doc.akka.io/docs/akka/__current/additional/faq.html>
    <http://doc.akka.io/docs/akka/__current/additional/faq.html
    <http://doc.akka.io/docs/akka/current/additional/faq.html>>>

                 Search the
                        archives:
    https://groups.google.com/______group/akka-user
    <https://groups.google.com/____group/akka-user>
    <https://groups.google.com/____group/akka-user
    <https://groups.google.com/__group/akka-user>>

    <https://groups.google.com/____group/akka-user
    <https://groups.google.com/__group/akka-user>
    <https://groups.google.com/__group/akka-user
    <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
                        akka-user+unsubscribe@__google____groups.com
    <http://google____groups.com>
    <http://google____groups.com>

    <http://google__groups.com>
    <http://googlegroups.com>
    <mailto:akka-user%____2bunsubscr...@googlegroups.com
    <mailto:akka-user%25____2bunsubscr...@googlegroups.com>
    <mailto:akka-user%25____2bunsubscr...@googlegroups.com
    <mailto:akka-user%2525____2bunsubscr...@googlegroups.com>>
    <mailto:akka-user%25__2bunsubscr...@googlegroups.com
    <mailto:akka-user%2525__2bunsubscr...@googlegroups.com>
    <mailto:akka-user%2525__2bunsubscr...@googlegroups.com
    <mailto:akka-user%252525__2bunsubscr...@googlegroups.com>>>
    <mailto:akka-user%__252Bunsubscribe@googlegroups
    <mailto:akka-user%25__252Bunsubscribe@googlegroups>.
    <mailto:akka-user%25__252Bunsubscribe@googlegroups
    <mailto:akka-user%2525__252Bunsubscribe@googlegroups>.>__com
    <mailto:akka-user%25252bunsubscr...@googlegroups.com
    <mailto:akka-user%2525252bunsubscr...@googlegroups.com>
    <mailto:akka-user%2525252bunsubscr...@googlegroups.com
    <mailto:akka-user%252525252bunsubscr...@googlegroups.com>>>>__>.

                            To post to this group, send email to
    akka-user@googlegroups.com <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>>__googlegroups.com <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>> <mailto:akka-user@ <mailto:akka-user@>
    <mailto:akka-user@ <mailto:akka-user@>>>__googlegrou__ps.com
    <http://googlegrou__ps.com> <http://googlegrou__ps.com>
    <http://googlegroups.com>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>>__googlegroups.com <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>

    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>>>.
                            Visit this group at
    http://groups.google.com/______group/akka-user
    <http://groups.google.com/____group/akka-user>
    <http://groups.google.com/____group/akka-user
    <http://groups.google.com/__group/akka-user>>
    <http://groups.google.com/____group/akka-user
    <http://groups.google.com/__group/akka-user>
    <http://groups.google.com/__group/akka-user
    <http://groups.google.com/group/akka-user>>>.
                            For more options, visit
    https://groups.google.com/d/______optout
    <https://groups.google.com/d/____optout>
    <https://groups.google.com/d/____optout
    <https://groups.google.com/d/__optout>>
    <https://groups.google.com/d/____optout
    <https://groups.google.com/d/__optout>
    <https://groups.google.com/d/__optout
    <https://groups.google.com/d/optout>>>.




                        --
                        Cheers,
                        √

                        --
    >>>>>>>>>> Read the docs: http://akka.io/docs/
    >>>>>>>>>> Check the FAQ:
    http://doc.akka.io/docs/akka/____current/additional/faq.html
    <http://doc.akka.io/docs/akka/__current/additional/faq.html>
    <http://doc.akka.io/docs/akka/__current/additional/faq.html
    <http://doc.akka.io/docs/akka/current/additional/faq.html>>
    >>>>>>>>>> Search the archives:
    https://groups.google.com/____group/akka-user
    <https://groups.google.com/__group/akka-user>
    <https://groups.google.com/__group/akka-user
    <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
        akka-user+unsubscribe@__google__groups.com
    <http://google__groups.com>
    <http://google__groups.com>
    <http://googlegroups.com>
    <mailto:akka-user%__2bunsubscr...@googlegroups.com
    <mailto:akka-user%25__2bunsubscr...@googlegroups.com>
    <mailto:akka-user%25__2bunsubscr...@googlegroups.com
    <mailto:akka-user%2525__2bunsubscr...@googlegroups.com>>
    <mailto:akka-user%252bunsubscr...@googlegroups.com
    <mailto:akka-user%25252bunsubscr...@googlegroups.com>
    <mailto:akka-user%25252bunsubscr...@googlegroups.com
    <mailto:akka-user%2525252bunsubscr...@googlegroups.com>>>__>
    <mailto:akka-user+unsubscribe@ <mailto:akka-user%2Bunsubscribe@>
    <mailto:akka-user%2Bunsubscribe@
    <mailto:akka-user%252Bunsubscribe@>>
    <mailto:akka-user%2Bunsubscribe@
<mailto:akka-user%252Bunsubscribe@>
    <mailto:akka-user%252Bunsubscribe@
    <mailto:akka-user%25252Bunsubscribe@>>>____googlegroups.com
    <http://googlegroups.com>
    <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user%__2bunsubscr...@googlegroups.com
    <mailto:akka-user%25__2bunsubscr...@googlegroups.com>
    <mailto:akka-user%25__2bunsubscr...@googlegroups.com
    <mailto:akka-user%2525__2bunsubscr...@googlegroups.com>>
    <mailto:akka-user%252bunsubscr...@googlegroups.com
    <mailto:akka-user%25252bunsubscr...@googlegroups.com>

    <mailto:akka-user%25252bunsubscr...@googlegroups.com
    <mailto:akka-user%2525252bunsubscr...@googlegroups.com>>>__>>.
                        To post to this group, send email to
    akka-user@googlegroups.com <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>>__googlegroups.com <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>> <mailto:akka-user@ <mailto:akka-user@>
    <mailto:akka-user@ <mailto:akka-user@>>>__googlegrou__ps.com
    <http://googlegrou__ps.com> <http://googlegrou__ps.com>
    <http://googlegroups.com>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>>__googlegroups.com <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>

    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>>>.
                        Visit this group at
    http://groups.google.com/____group/akka-user
    <http://groups.google.com/__group/akka-user>
    <http://groups.google.com/__group/akka-user
    <http://groups.google.com/group/akka-user>>.
                        For more options, visit
    https://groups.google.com/d/____optout
    <https://groups.google.com/d/__optout>
    <https://groups.google.com/d/__optout
    <https://groups.google.com/d/optout>>.


                    --


    Read the
        docs:
    http://akka.io/docs/
                                                                 Check
        the FAQ:
    http://doc.akka.io/docs/akka/____current/additional/faq.html
    <http://doc.akka.io/docs/akka/__current/additional/faq.html>
    <http://doc.akka.io/docs/akka/__current/additional/faq.html
    <http://doc.akka.io/docs/akka/current/additional/faq.html>>

    Search the
                archives:
    https://groups.google.com/____group/akka-user
    <https://groups.google.com/__group/akka-user>
    <https://groups.google.com/__group/akka-user
    <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
                akka-user+unsubscribe@__google__groups.com
    <http://google__groups.com>
    <http://google__groups.com>
    <http://googlegroups.com>
    <mailto:akka-user%__2bunsubscr...@googlegroups.com
    <mailto:akka-user%25__2bunsubscr...@googlegroups.com>
    <mailto:akka-user%25__2bunsubscr...@googlegroups.com
    <mailto:akka-user%2525__2bunsubscr...@googlegroups.com>>
    <mailto:akka-user%252bunsubscr...@googlegroups.com
    <mailto:akka-user%25252bunsubscr...@googlegroups.com>

    <mailto:akka-user%25252bunsubscr...@googlegroups.com
    <mailto:akka-user%2525252bunsubscr...@googlegroups.com>>>__>.
                    To post to this group, send email to
    akka-user@googlegroups.com <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>>__googlegroups.com <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>

    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>>.
                    Visit this group at
    http://groups.google.com/____group/akka-user
    <http://groups.google.com/__group/akka-user>
    <http://groups.google.com/__group/akka-user
    <http://groups.google.com/group/akka-user>>.
                    For more options, visit
    https://groups.google.com/d/____optout
    <https://groups.google.com/d/__optout>
    <https://groups.google.com/d/__optout
    <https://groups.google.com/d/optout>>.

                --
    >>>>>>>>>> Read the docs: http://akka.io/docs/
    >>>>>>>>>> Check the FAQ:
    http://doc.akka.io/docs/akka/__current/additional/faq.html
    <http://doc.akka.io/docs/akka/current/additional/faq.html>
    >>>>>>>>>> Search the archives:
    https://groups.google.com/__group/akka-user
    <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 akka-user+unsubscribe@__googlegroups.com
    <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user%2bunsubscr...@googlegroups.com
    <mailto:akka-user%252bunsubscr...@googlegroups.com>
    <mailto:akka-user%252bunsubscr...@googlegroups.com
    <mailto:akka-user%25252bunsubscr...@googlegroups.com>>>
    <mailto:akka-user+unsubscribe@ <mailto:akka-user%2Bunsubscribe@>
    <mailto:akka-user%2Bunsubscribe@
    <mailto:akka-user%252Bunsubscribe@>>__googlegroups.com
    <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user%2bunsubscr...@googlegroups.com
    <mailto:akka-user%252bunsubscr...@googlegroups.com>
    <mailto:akka-user%252bunsubscr...@googlegroups.com
    <mailto:akka-user%25252bunsubscr...@googlegroups.com>>>>.

                To post to this group, send email to
    akka-user@googlegroups.com <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>
    <mailto:akka-user@ <mailto:akka-user@> <mailto:akka-user@
    <mailto:akka-user@>>__googlegroups.com <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>

    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>>.
                Visit this group at
    http://groups.google.com/__group/akka-user
    <http://groups.google.com/group/akka-user>.
                For more options, visit
    https://groups.google.com/d/__optout
    <https://groups.google.com/d/optout>.


            --

                                                         Read the docs:
    http://akka.io/docs/
                                                         Check the FAQ:
    http://doc.akka.io/docs/akka/__current/additional/faq.html
    <http://doc.akka.io/docs/akka/current/additional/faq.html>
                                                         Search the
    archives:
    https://groups.google.com/__group/akka-user
    <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
    akka-user+unsubscribe@__googlegroups.com <http://googlegroups.com>
    <http://googlegroups.com>
    <mailto:akka-user%2bunsubscr...@googlegroups.com
    <mailto:akka-user%252bunsubscr...@googlegroups.com>
    <mailto:akka-user%252bunsubscr...@googlegroups.com
    <mailto:akka-user%25252bunsubscr...@googlegroups.com>>>.

            To post to this group, send email to
    akka-user@googlegroups.com <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>

    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>.
            Visit this group at
    http://groups.google.com/__group/akka-user
    <http://groups.google.com/group/akka-user>.
            For more options, visit
https://groups.google.com/d/__optout
    <https://groups.google.com/d/optout>.

        --
    >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com
    <mailto:akka-user%2bunsubscr...@googlegroups.com>
    <mailto:akka-user%2bunsubscr...@googlegroups.com
    <mailto:akka-user%252bunsubscr...@googlegroups.com>>
    <mailto:akka-user+unsubscr...@googlegroups.com
    <mailto:akka-user%2bunsubscr...@googlegroups.com>

    <mailto:akka-user%2bunsubscr...@googlegroups.com
    <mailto:akka-user%252bunsubscr...@googlegroups.com>>>.
        To post to this group, send email to
    akka-user@googlegroups.com <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>

    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>>.
        Visit this group at http://groups.google.com/group/akka-user.
        For more options, visit https://groups.google.com/d/optout.



        --
    >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com
    <mailto:akka-user%2bunsubscr...@googlegroups.com>
    <mailto:akka-user+unsubscr...@googlegroups.com
    <mailto:akka-user%2bunsubscr...@googlegroups.com>>.
        To post to this group, send email to
    akka-user@googlegroups.com <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>.
        Visit this group at http://groups.google.com/group/akka-user.
        For more options, visit https://groups.google.com/d/optout.

    --
    >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com
    <mailto:akka-user%2bunsubscr...@googlegroups.com>
    <mailto:akka-user+unsubscr...@googlegroups.com
    <mailto:akka-user%2bunsubscr...@googlegroups.com>>.
    To post to this group, send email to akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>
    <mailto:akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>>.
    Visit this group at http://groups.google.com/group/akka-user.
    For more options, visit https://groups.google.com/d/optout.


    --
    >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com
    <mailto:akka-user+unsubscr...@googlegroups.com>.
    To post to this group, send email to akka-user@googlegroups.com
    <mailto:akka-user@googlegroups.com>.
    Visit this group at http://groups.google.com/group/akka-user.
    For more options, visit https://groups.google.com/d/optout.




--
Cheers,
√

--
>>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com
<mailto:akka-user+unsubscr...@googlegroups.com>.
To post to this group, send email to akka-user@googlegroups.com
<mailto:akka-user@googlegroups.com>.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

--
     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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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