!clt #15110 Use buffer instead of stash in singleton proxy

* drop first in singleton proxy
This commit is contained in:
Patrik Nordwall 2015-06-10 19:21:45 +02:00
parent b8ef08ae71
commit e2608e7cc2
5 changed files with 77 additions and 19 deletions

View file

@ -251,6 +251,10 @@ Parameters to the ``Props`` factory methods have been moved to settings object `
and ``ClusterSingletonProxySettings``. These can be created from system configuration properties and also
amended with API as needed.
The buffer size of the ``ClusterSingletonProxy`` can be defined in the ``ClusterSingletonProxySettings``
instead of defining ``stash-capacity`` of the mailbox. Buffering can be disabled by using a
buffer size of 0.
DistributedPubSub construction
==============================