Adding hint in remote-artery docs that large-message-destinations have to match on sending and receiving side #22256

This commit is contained in:
toaditoad 2017-02-04 17:11:20 +01:00
parent 19195dbded
commit b5a58d853b
3 changed files with 3 additions and 2 deletions

View file

@ -529,7 +529,7 @@ helpful to separate actors that have different QoS requirements: large messages
Akka remoting provides a dedicated channel for large messages if configured. Since actor message ordering must
not be violated the channel is actually dedicated for *actors* instead of messages, to ensure all of the messages
arrive in send order. It is possible to assign actors on given paths to use this dedicated channel by using
path patterns::
path patterns that have to be specified in the actor system's configuration on both the sending and the receiving side::
akka.remote.artery.large-message-destinations = [
"/user/largeMessageActor",