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

Justin Ross updated QPID-4179:
------------------------------
    Component/s: C++ Clustering

> Cluster does not replicate exclusive status of queues.
> ------------------------------------------------------
>
>                 Key: QPID-4179
>                 URL: https://issues.apache.org/jira/browse/QPID-4179
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Clustering
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: 0.19
>
>
> To reproduce run this script:
> -----
> QPIDD="qpidd --auth=no -d --cluster-name=foo -p0 --no-data-dir -t 
> --load-module=src/.libs/cluster.so  --log-to-file"
> PORTA=$($QPIDD qpiddA.log)
> ./examples/messaging/spout -b user/user@localhost:$PORTA "exclQ.A; {create: 
> sender, delete:receiver, node:{ x-declare:{ auto-delete: false, exclusive: 
> true } } }" "$(date| md5sum)"
> PORTB=$($QPIDD qpiddB.log)
> echo $PORTA $PORTB
> qpid-stat -b localhost:$PORTA -q
> qpid-stat -b localhost:$PORTB -q
> -----
> Note the queue is exclusive in the first qpid-stat output and not in the 
> second.
> They should be the same. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to