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

Alan Conway resolved QPID-4248.
-------------------------------

    Resolution: Fixed

Applied patch on trunk r1381728
                
> HA does not replicate topic binding keys to backups
> ---------------------------------------------------
>
>                 Key: QPID-4248
>                 URL: https://issues.apache.org/jira/browse/QPID-4248
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.18
>            Reporter: Jason Dillaman
>            Assignee: Alan Conway
>         Attachments: qpid-4248.patch
>
>
> With HA enabled, start a primary broker and create a topic exchange, queue, 
> and a binding with a non-empty binding key between the exchange and queue.  
> Start a backup broker and notice that the binding key is missing on the 
> backup broker's binding.
> Actions:
> <start primary>
> qpid-config add exchange topic MyExchange
> qpid-config add queue MyQueue
> qpid-config bind MyExchange MyQueue MyKey
> <start backup>
> Primary Config:
> Exchange 'MyExchange' (topic)
>     bind [MyKey] => MyQueue
> Backup Config:
> Exchange 'MyExchange' (topic)
>     bind [] => MyQueue

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to