[akka-user] cluster singleton cluster client

2014-05-13 Thread Karen
Hi, I have a cluster singleton (master) and cluster clients (workers) (similar to the example akka-distributed). The master successfully sends messages to the worker, but if there is a lapse of time between messages the client does not receive the message and the indication is dead letters enc

Re: [akka-user] cluster singleton cluster client

2014-05-14 Thread Björn Antonsson
Hi Karen, There is a setting for the ClusterReceptionist (used by the ClusterClient and PubSubMediator) here: # The actor that tunnel response messages to the client will be stopped # after this time of inactivity. akka.contrib.cluster.receptionist.response-tunnel-receive-timeout = 30s If the c

Re: [akka-user] cluster singleton cluster client

2014-05-14 Thread Karen
Thanks. That did the trick. -- >> 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 bec