Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F29C618EB0 for ; Tue, 16 Jun 2015 12:21:30 +0000 (UTC) Received: (qmail 11179 invoked by uid 500); 16 Jun 2015 12:21:30 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 11137 invoked by uid 500); 16 Jun 2015 12:21:30 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 11128 invoked by uid 99); 16 Jun 2015 12:21:30 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 12:21:30 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id B37E4AC0234 for ; Tue, 16 Jun 2015 12:21:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r955018 - in /websites/production/activemq/content: advisory-message.html cache/main.pageCache Date: Tue, 16 Jun 2015 12:21:30 -0000 To: commits@activemq.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150616122130.B37E4AC0234@hades.apache.org> Author: buildbot Date: Tue Jun 16 12:21:30 2015 New Revision: 955018 Log: Production update by buildbot for activemq Modified: websites/production/activemq/content/advisory-message.html websites/production/activemq/content/cache/main.pageCache Modified: websites/production/activemq/content/advisory-message.html ============================================================================== --- websites/production/activemq/content/advisory-message.html (original) +++ websites/production/activemq/content/advisory-message.html Tue Jun 16 12:21:30 2015 @@ -106,7 +106,7 @@ public void onMessage(Message msg){

These are always generated

-

Advisory Topics

Description

properties

Data Structure

ActiveMQ.Advisory.ConnectionConnection start & stop messages ConnectionInfo, RemoveInfo

ActiveMQ.Advisory.Producer.Queue

Producer start & stop messages on a Queue

String='producerCount' - the number of producers

ProducerInfo

ActiveMQ.Advisory.Producer.Topic

Producer start & stop messages on a Topic

String='producerCount' - the number of producers

ProducerInfo

ActiveMQ.Advisory.Consumer.Queue

Consumer start & stop messages on a Queue

String='consumerCount' - the number of Consumers

ConsumerInfo, RemoveInfo

ActiveMQ.Advisory.Consumer.Topic

Consumer start & stop messages on a Topic

String='consumerCount' - the number of Consumers

ConsumerInfo, RemoveInfo

Note that the consumer start/stop advisory messages also have a consumerCount header to indicate the number of active consumers on the destination when the advisory message was sent. This means you can use the following selector to be notified when there are no active consumers on a given destination...

+

Advisory Topics

Description

properties

Data Structure

ActiveMQ.Advisory.Connection

Connection start & stop messages

 

ConnectionInfo, RemoveInfo

ActiveMQ.Advisory.Producer.Queue

Producer start & stop messages on a Queue

String='producerCount' - the number of producers

ProducerInfo

ActiveMQ.Advisory.Producer.Topic

Producer start & stop messages on a Topic

String='producerCount' - the number of producers

ProducerInfo

ActiveMQ.Advisory.Consumer.Queue

Consumer start & stop messages on a Queue

String='consumerCount' - the number of Consumers

ConsumerInfo, RemoveInfo

ActiveMQ.Advisory.Consumer.Topic

Consumer start & stop messages on a Topic

String='consumerCount' - the number of Consumers

ConsumerInfo, RemoveInfo

Note that the consumer start/stop advisory messages also have a consumerCount header to indicate the number of active consumers on the destination when the advisory message was sent. This means you can use the following selector to be notified when there are no active consumers on a given destination...

Destination and Message based advisories

< tr>

Advisory Topics

Description

properties

Data Structure

default

PolicyEntry property

ActiveMQ.Advisory.Queue

Queue create & destroy

null

DestinationInfo

true

none

ActiveMQ.Advisory.Topic

Topic create & destroy

null

DestinationInfo

true

none

ActiveMQ.Advisory.TempQueue

Temporary Queue create & destroy

null

DestinationInfo

true

none

ActiveMQ.Advisory.TempTopic

Temporary Topic create & destroy

null

DestinationInfo

true

none

ActiveMQ.Advisory.Expired.Queue

Expired messages on a Queue

String='orignalMessageId' - the expired id

Message

true

none

ActiveMQ.Advisory.Expired.Topic

Expired messages on a Topic

String='orignalMessageId' - the expired id

Message

true

none

ActiveMQ.Advisory.NoConsumer.Queue

No consumer is available to process messages being sent on a Queue

null

Message

false

sendAdvisoryIfNoConsumers

ActiveMQ.Advisory.NoConsumer.Topic

No consumer is available to process messages being sent on a Topic

null

Message

false

sendAdvisoryIfNoConsumers

Modified: websites/production/activemq/content/cache/main.pageCache ============================================================================== Binary files - no diff available.