From dev-return-43841-apmail-qpid-dev-archive=qpid.apache.org@qpid.apache.org Fri Aug 9 17:04:49 2013 Return-Path: X-Original-To: apmail-qpid-dev-archive@www.apache.org Delivered-To: apmail-qpid-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 094A510635 for ; Fri, 9 Aug 2013 17:04:49 +0000 (UTC) Received: (qmail 54112 invoked by uid 500); 9 Aug 2013 17:04:48 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 54027 invoked by uid 500); 9 Aug 2013 17:04:48 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 53997 invoked by uid 99); 9 Aug 2013 17:04:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 17:04:48 +0000 Date: Fri, 9 Aug 2013 17:04:48 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (QPID-5053) [C++ broker] Exclusive autodelete queues created with AMQP 1.0 don't seem to be autodeleted MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/QPID-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734993#comment-13734993 ] ASF subversion and git services commented on QPID-5053: ------------------------------------------------------- Commit 1512396 from [~gsim] in branch 'qpid/branches/0.24' [ https://svn.apache.org/r1512396 ] QPID-5053: release exclusive queue ownership when session ends (merged from r1512283) > [C++ broker] Exclusive autodelete queues created with AMQP 1.0 don't seem to be autodeleted > ------------------------------------------------------------------------------------------- > > Key: QPID-5053 > URL: https://issues.apache.org/jira/browse/QPID-5053 > Project: Qpid > Issue Type: Bug > Components: C++ Broker > Affects Versions: 0.24 > Environment: CentOS 6.4, Qpidd 0.24 RC1, Proton 0.4 > Reporter: JAkub Scholz > Assignee: Gordon Sim > > I'm using a qpid.messaging client with AMQP 1.0 to create a temporary / auto-delete queue on the broker. This queue should get deleted after the connection is closed. However, it seems that if the queue is exclusive, it is never autodeleted. To create the queue, I'm using following address: > myresponse_queue_1; > { > create: always, > assert: never, > node: > { > durable: false, > properties: { > auto-delete: true, > exclusive: true, > 'qpid.max_count': 1000, > 'qpid.max_size': 1000000, > 'qpid.policy_type': ring > } > } > } > According to qpid-tool, the auto-delete option is properly recognized: > Object of type: org.apache.qpid.broker:queue:_data(aee19387-3611-855a-c8ff-d2f106e5b5f4) > Attribute 160 > =========================================================================================================== > vhostRef 170 > name response.ABCFR_ABCFRALMMACC1.response_queue_1 > durable False > autoDelete True > exclusive True > arguments {u'qpid.max_size': '1000000', u'qpid.max_count': '999', u'qpid.policy_type': 'ring'} > msgTotalEnqueues 0 > msgTotalDequeues 0 > msgTxnEnqueues 0 > msgTxnDequeues 0 > msgPersistEnqueues 0 > msgPersistDequeues 0 > msgDepth 0 > byteDepth 0 > byteTotalEnqueues 0 > byteTotalDequeues 0 > byteTxnEnqueues 0 > byteTxnDequeues 0 > bytePersistEnqueues 0 > bytePersistDequeues 0 > msgFtdEnqueues 0 > msgFtdDequeues 0 > byteFtdEnqueues 0 > byteFtdDequeues 0 > msgFtdDepth 0 > byteFtdDepth 0 > releases 0 > acquires 0 > discardsTtl 0 > discardsRing 0 > discardsLvq 0 > discardsOverflow 0 > discardsSubscriber 0 > discardsPurge 0 > reroutes 0 > consumerCount 1 > consumerCountHigh 1 > consumerCountLow 1 > bindingCount 1 > bindingCountHigh 1 > bindingCountLow 1 > unackedMessages 0 > unackedMessagesHigh 0 > unackedMessagesLow 0 > messageLatencyMin 0s > messageLatencyMax 0s > flowStopped False > flowStoppedCount 0 > redirectPeer > redirectSource False > But the queue is never deleted. With qpid.messaging and AMQP 0.10, or with qpid.messaging, AMQP 1.0 and non-exclusive queue, the auto deletion seems to work fine. > Please let me know if you need some additional logs or information. -- 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: dev-unsubscribe@qpid.apache.org For additional commands, e-mail: dev-help@qpid.apache.org