From dev-return-29649-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Dec 1 11:24:02 2011 Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-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 DE7DC7B49 for ; Thu, 1 Dec 2011 11:24:01 +0000 (UTC) Received: (qmail 31199 invoked by uid 500); 1 Dec 2011 11:24:01 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 31089 invoked by uid 500); 1 Dec 2011 11:24:01 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 31068 invoked by uid 99); 1 Dec 2011 11:24:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 11:24:00 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 11:23:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5DEB7AE91A for ; Thu, 1 Dec 2011 11:23:39 +0000 (UTC) Date: Thu, 1 Dec 2011 11:23:39 +0000 (UTC) From: "Gary Tully (Created) (JIRA)" To: dev@activemq.apache.org Message-ID: <1337948446.30542.1322738619386.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AMQ-3615) Advisory broker replay of destination advisories needs to distinguish temp destination from regular destination MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Advisory broker replay of destination advisories needs to distinguish temp destination from regular destination --------------------------------------------------------------------------------------------------------------- Key: AMQ-3615 URL: https://issues.apache.org/jira/browse/AMQ-3615 Project: ActiveMQ Issue Type: Improvement Components: Broker Affects Versions: 5.5.1 Reporter: Gary Tully By default an activemq connection registers an advisory consumer for temp destinations. This is configurable via: {{jms.watchTopicAdvisories}}. This allow the client to respond to a request to a deleted temp destination without a round trip to the broker and avoid a possible auto creation. At the moment, that advisory consumer gets notified of *all* destinations, not just temp destinations. So if there are large amounts of destinations, there is an unnecessary flood of advisories on the initial subscribe. The workaround, for clients who don't use temps is to disable this advisory monitor, using {{jms.watchTopicAdvisories=false}} on the connection factory broker url or setting the corresponding property on the connection factory or connection. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira