[
https://issues.apache.org/jira/browse/QPID-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Conway resolved QPID-4179.
-------------------------------
Resolution: Fixed
Fix Version/s: 0.19
Assignee: Alan Conway
Fixed on trunk r1367776
> 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
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]