On 01/25/2016 09:27 PM, Eric Leu wrote:
https://github.com/apache/qpid-dispatch/blob/0.5/tests/config-2/A.conf &
B.conf define two router config.  The two routers are connected.  I'm trying
to figure out how to distribute messages using 'closest' bias in
fixedAddress.

case 1)




The first message sent will be received by one receiver.  The second message
sent will be received by the other receiver.  This looks fine.

case 2)

Add router C, which connects to router A as follows.




In this case, the first message will be received by both receivers.  The
second message sent will also be received by both receivers.   Question: How
to change the router config so that each message sent will be received by
one of the receivers but not both?  (i.e. how to get the same behavior as in
case #1?)

What does the config for C look like? In particular does it define the /closest/ address?


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to