HI Endre,

 

thanks for your advice but default-dispatcher is still using for 
hearbeat-messages.. I tried several  options:

 

use-dispatcher = akka.cluster.cluster-dispatcher

use-dispatcher = "akka.cluster.cluster-dispatcher" 

akka.cluster.use-dispatcher = "akka.cluster.cluster-dispatcher" 

akka.cluster.use-dispatcher = "cluster-dispatcher" 

..

 

Nothing helps..   On 
http://doc.akka.io/docs/akka/snapshot/java/cluster-usage.html you can find 
this solution documented:
 
1.  akka.cluster.use-dispatcher = cluster-dispatcher

2.   

3.  cluster-dispatcher {

4.    type = "Dispatcher"

5.    executor = "fork-join-executor"

6.    fork-join-executor {

7.      parallelism-min = 2

8.      parallelism-max = 4

9.    }

10. }
 
 

But it does not works (in my case)..

 

Any other ideas?

 

 

Application.conf is added as attachment ..

 

Regards,

Hamid

 

 
 

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