Paolo Patierno created DISPATCH-241:
---------------------------------------
Summary: Bias "spread" config with leading "/" on address has a
"multicast" behavior
Key: DISPATCH-241
URL: https://issues.apache.org/jira/browse/DISPATCH-241
Project: Qpid Dispatch
Issue Type: Bug
Affects Versions: 0.5
Reporter: Paolo Patierno
I have following config :
fixedAddress {
prefix: /spread/
fanout: single
bias: spread
}
- fanout: single means that only one consumer will receive a message published
on /spread/ address (in a competing consumers fashion)
- bias: spread means that the router sends message to only one consumer but as
documentation says "in an approximately even manner". It sounds to me that the
router tracks the consumers which receive message on that address and for a new
message tries to send it to another consumer.
The problem is following :
if more consumers attach to "spread/" all works fine (only one of them receives
message) but if they attach to "/spread/" (with leading "/") then all consumers
receive the message like a "multicast" configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]