Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B299ED75E for ; Tue, 9 Oct 2012 13:51:54 +0000 (UTC) Received: (qmail 19665 invoked by uid 500); 9 Oct 2012 13:51:54 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 19615 invoked by uid 500); 9 Oct 2012 13:51:54 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Delivered-To: moderator for users@activemq.apache.org Received: (qmail 53003 invoked by uid 99); 5 Oct 2012 17:10:37 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.250.139 is neither permitted nor denied by domain of larry@touve.net) Date: Fri, 5 Oct 2012 10:10:04 -0700 (PDT) From: LarryT To: users@activemq.apache.org Message-ID: <1349457004869-4657517.post@n4.nabble.com> Subject: Disabling Advisory Messages MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm running with ActiveMQ Version 5.6.0 embedded in Glassfish V3.1.2. I've modified broker-config.xml to include advisorySupport="false". When I create my connection factory, I've tried either appending "?jms.watchTopicAdvisories=false" to the broker URL or calling setWatchTopicAdvisories(false). I'm still seeing Advisory topics created for all of the Queues I create. Am I missing something? I am creating and deleting queues dynamically but the Advisory topics remain. I need to either diasble them, or figure out a way to remove them. I would prefer to disable them, as I am unable to delete them using the same mechanism I use to delete the queues (connection.invoke(...);) Any ideas? Thanks, Larry -- View this message in context: http://activemq.2283324.n4.nabble.com/Disabling-Advisory-Messages-tp4657517.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.