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

ASF subversion and git services commented on QPID-6744:
-------------------------------------------------------

Commit 1716658 from [email protected] in branch 'java/branches/6.0.x'
[ https://svn.apache.org/r1716658 ]

QPID-6874, QPID-6744: close the consumer used to retrieve a message when done 
with it, otherwise the session will likely see a resource-deleted execution 
exception before failing to create another consumer on the then-deleted queue
------------------------------------------------------------------------
Merged from trunk with command:
svn merge -c r1715445 https://svn.apache.org/repos/asf/qpid/java/trunk

> Java client 0-8..0-91 sends queue.delete with nowait true but then awaits a 
> reply
> ---------------------------------------------------------------------------------
>
>                 Key: QPID-6744
>                 URL: https://issues.apache.org/jira/browse/QPID-6744
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client
>    Affects Versions: 0.18, 0.22, 0.32
>            Reporter: Keith Wall
>            Assignee: Lorenz Quack
>              Labels: rabbitmq
>             Fix For: qpid-java-6.0
>
>
> The Java Client sends AMQP queue.delete with {{nowait}} hard-coded true, but 
> then awaits a queue.delete-ok reply anyway.  This defect is transparent with 
> the Java Broker since the Broker sends the queue.delete-ok regardless of the 
> setting of the nowait flag.
> This defect shows up when inter-operating against the RabbitMQ, which 
> respects the {{nowait}} flag.
> This behaviour is longstanding.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to