[akka-user] distributed pub sub

2015-01-24 Thread Matteo Cusmai
Hi all, I have some questions about the distributed pub sub akka extension: 1. Does it work only in cluster environment? 2. Does it use gossip protocol for both subscriptions and publishing? 3. If so, does the system wait about 1 s to send messages to subscriptors? Thanks in advance, Matteo. --

[akka-user] EventBus java example

2014-01-26 Thread Matteo Cusmai
Hi all, I am going to use eventbus concept in my application. First of all I would like to have some useful examples, could you send me some urls? After that, I have started my task implementing a simple event bus package org.fusedcloud.muses.eventbus; import akka.actor.ActorRef; import akka.a

Re: [akka-user] EventBus java example

2014-01-27 Thread Matteo Cusmai
y, you may want to look at this blog > http://www.razko.nl/blog/2013/10/10/using-akka-event-bus/ > > Oleg > > > On Sun, Jan 26, 2014 at 2:06 PM, Matteo Cusmai > > > wrote: > >> Hi all, >> I am going to use eventbus concept in my application. >> >

[akka-user] Re: akka-camel: support for using an external camel context (defined in spring xml)

2014-02-21 Thread Matteo Cusmai
I had the same needed and I have applied a workaround. I have 2 different camel contexts, the former is a spring camel context with all my camel routes, they use vm component as producer endpoint. The latter is the akka camel context that hosts my actors consumers endpoint that consume from vm c

[akka-user] Re: akka-camel: support for using an external camel context (defined in spring xml)

2014-02-23 Thread Matteo Cusmai
Can I see more about your proposal? Please share the pr. -- >> 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 subscrib

Re: [akka-user] Re: akka-camel: support for using an external camel context (defined in spring xml)

2014-02-23 Thread Matteo Cusmai
Thanks a lot Konrad, I didn't know it, I am newbie on akka. Matteo Cusmai On Sun, Feb 23, 2014 at 4:28 PM, Konrad Malawski wrote: > @Matteo PR's are public => https://github.com/akka/akka/pull/2014 :-) > > -- > Konrad > > On Sunday, 23 February 2014 at 14:12,