Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 21971 invoked from network); 31 May 2010 16:36:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 May 2010 16:36:10 -0000 Received: (qmail 44481 invoked by uid 500); 31 May 2010 16:36:09 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 44436 invoked by uid 500); 31 May 2010 16:36:09 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 44428 invoked by uid 99); 31 May 2010 16:36:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 16:36:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of atwright@mac.com designates 17.148.16.91 as permitted sender) Received: from [17.148.16.91] (HELO asmtpout016.mac.com) (17.148.16.91) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 16:36:00 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from [192.168.0.6] ([90.198.30.18]) by asmtp016.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPA id <0L3A005JVM3D0Q90@asmtp016.mac.com> for users@qpid.apache.org; Mon, 31 May 2010 09:35:38 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1004200000 definitions=main-1005310100 X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2010-05-31_03:2010-02-06,2010-05-31,2010-05-31 signatures=0 Message-id: <5BB262C6-EB98-47CF-9CE5-B294DBB4EEDE@mac.com> From: Andrew Wright To: users@qpid.apache.org Subject: JMS Temporary Queue delete() doesn't Date: Mon, 31 May 2010 17:35:36 +0100 X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org Hi all, We've run into a small issue with temporary queues. In a nutshell - calling temporaryQueue.delete() from a JMS app doesn't actually delete the AMQP queue on the broker. Closing the session that originally created the temp queue does remove it. Is this expected or does it sound like a bug? Should mention - MRG 1.2 C++ broker, qpid 0.6 java client libraries. Cheers, Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org