Thanks Patrick..I will contact Play mailing list..

On Monday, February 3, 2014 2:13:38 PM UTC+5:30, Patrik Nordwall wrote:
>
>
>
>
> On Mon, Feb 3, 2014 at 9:37 AM, Marut Singh <[email protected] <javascript:>
> > wrote:
>
>> Hi Patrik,
>>
>> Thanks a lot for responding and Apologies for responding late...I 
>> completely missed the version mismatch...I was looking at the latest 
>> documentation and I am using 2.2.3....Is there any workaround to this in 
>> 2.2.3.
>>
>
> No
>  
>
>>
>> All I can think of right now is retrieve all remote actor nodes and send 
>> message via akka remoting but that kind of defeats the purpose of 
>> Distributed Pub-Sub.
>>
>> Is there any tentative timeline for Play release to support akka 2.3.0 
>>
>
> I heard that Play master is already using 2.3.0-RC1, and they might cut a 
> milestone within a few weeks. I suggest that you ask in the Play mailing 
> list.
>
> /Patrik
>  
>
>>
>> Regards,
>>
>> Marut
>>
>>
>> On Sunday, February 2, 2014 3:30:17 PM UTC+5:30, Patrik Nordwall wrote:
>>
>>> My question is relevant because the pluggable routing logic was added in 
>>> 2.3, and doesn't exist in 2.2.3. As far as I know there is no official Play 
>>> release for Akka 2.3.0-RC1. I assume the silence means that you have solved 
>>> it in another way.
>>>
>>> Regards,
>>> Patrik
>>>
>>>
>>> On Thu, Jan 30, 2014 at 4:46 PM, Patrik Nordwall 
>>> <[email protected]>wrote:
>>>
>>>> Are you using Akka 2.3.0-RC1?
>>>>
>>>> Regards,
>>>> Patrik
>>>>  
>>>>
>>>> On Thu, Jan 30, 2014 at 2:53 PM, Marut Singh <[email protected]> wrote:
>>>>
>>>>> I have successfully setup an Akka Cluster with Play application as 
>>>>> master...However I am trying to Send message to my actors in round-robin 
>>>>> fashion...But it does not seem to work rather messages are being 
>>>>> published 
>>>>> in random fashion which is the default strategy...What wrong I may be 
>>>>> doing..
>>>>>
>>>>>
>>>>> *This is my Play Configuration for Akka*
>>>>>
>>>>> akka{
>>>>>  actor{
>>>>>     #provider="akka.remote.RemoteActorRefProvider"
>>>>>     provider="akka.cluster.ClusterActorRefProvider"
>>>>>     extensions = ["akka.contrib.pattern.DistributedPubSubExtension","
>>>>> akka.contrib.pattern.ClusterReceptionistExtension"]
>>>>>  }
>>>>>
>>>>>
>>>>>  remote {
>>>>>      transport = "akka.remote.netty.NettyRemoteTransport"
>>>>>
>>>>>      enabled-transports = ["akka.remote.netty.tcp"]
>>>>>      netty.tcp {
>>>>>        hostname = "127.0.0.1"
>>>>>        port = 9001
>>>>>        maximum-frame-size = 64000000b
>>>>>        receive-buffer-size = 64000000b
>>>>>      }
>>>>>   }
>>>>>
>>>>> }
>>>>>
>>>>>
>>>>> akka.contrib.cluster.pub-sub {
>>>>>     # Actor name of the mediator actor, /user/
>>>>> distributedPubSubMediator
>>>>>     name = distributedPubSubMediator
>>>>>
>>>>>     # Start the mediator on members tagged with this role.
>>>>>     # All members are used if undefined or empty.
>>>>>     # role = ""
>>>>>
>>>>>     # The routing logic to use for 'Send'
>>>>>     # Possible values: random, round-robin, consistent-hashing, 
>>>>> broadcast
>>>>>     routing-logic = round-robin
>>>>> }
>>>>>
>>>>> *This is my config for worker Actor (Running in akka microkernel)*
>>>>>
>>>>> akka{
>>>>>      actor {
>>>>>       provider="akka.cluster.ClusterActorRefProvider"
>>>>>      }
>>>>>      remote {
>>>>>       transport = "akka.remote.netty.NettyRemoteTransport"
>>>>>       netty {
>>>>>         hostname = "127.0.0.1"
>>>>>         tcp{
>>>>>              port = 2555
>>>>>             maximum-frame-size = 3200000b
>>>>>         }
>>>>>       }
>>>>>     
>>>>>      }
>>>>>
>>>>>      cluster {
>>>>>        seed-nodes = [
>>>>>           
>>>>>             "akka.tcp://[email protected]:9001"
>>>>>          ]
>>>>>          auto-down-unreachable-after = 10s
>>>>>          retry-unsuccessful-join-after = 5s
>>>>>      }
>>>>>
>>>>>      extensions = ["akka.contrib.pattern.DistributedPubSubExtension"]
>>>>> }
>>>>>
>>>>> Please help
>>>>>  
>>>>> -- 
>>>>> >>>>>>>>>> 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.
>>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>>
>>>> Patrik Nordwall
>>>> Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
>>>> Twitter: @patriknw
>>>>
>>>>  
>>>
>>>
>>> -- 
>>>
>>> Patrik Nordwall
>>> Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
>>> Twitter: @patriknw
>>>
>>>   -- 
>> >>>>>>>>>> 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] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
>
> Patrik Nordwall
> Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
> Twitter: @patriknw
>
>  

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