You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <ji...@apache.org> on 2016/03/17 17:03:33 UTC

[jira] [Updated] (DISPATCH-241) Bias "spread" config with leading "/" on address has a "multicast" behavior

     [ https://issues.apache.org/jira/browse/DISPATCH-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross updated DISPATCH-241:
------------------------------
    Fix Version/s: 0.6

> 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
>             Fix For: 0.6
>
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org