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?) Thanks, -Eric -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Dispatch-router-config-question-tp7637239.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
