[ 
https://issues.apache.org/jira/browse/QPID-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528253#comment-13528253
 ] 

Rajith Attapattu commented on QPID-4497:
----------------------------------------

Perhaps there is a misunderstanding. The "testCustomizingSubscriptionQueue" 
among other tests does verify the properties of a queue using isQueueExists 
method.
This method takes a second parameter called "assert". If true, will match 
exclusive, auto-delete, durable and queue declare arguments returned by the 
QueueQuerryResult to that of the node properties of a given address. 
Therefore we do have a method that asserts various queue properties as part of 
several tests and "testCustomizingSubscriptionQueue" for the specific issue of 
verifying that we do in fact allow customization of the subscription queue for 
topics.

Does that answer your questions adequately ?

                
> [Java client] Exclusive property for the subscription queue cannot be 
> overridden using the address string
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-4497
>                 URL: https://issues.apache.org/jira/browse/QPID-4497
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.18, 0.20
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>            Priority: Minor
>              Labels: addressing
>             Fix For: 0.21
>
>
> There have been requests to allow the customization of the subscription 
> queue. However there was an issue as the exclusive property wasn't set 
> properly due to a bug.
> amq.topic/test; {link: {name:my-queue, durable:true, 
> x-declare:{exclusive:false, auto-delete:false}

--
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