From users-return-7231-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Tue Feb 06 02:37:34 2007 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 77288 invoked from network); 6 Feb 2007 02:37:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 02:37:33 -0000 Received: (qmail 28401 invoked by uid 500); 6 Feb 2007 02:37:39 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 28386 invoked by uid 500); 6 Feb 2007 02:37:39 -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 Received: (qmail 28377 invoked by uid 99); 6 Feb 2007 02:37:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 18:37:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of aco@exist.com designates 209.235.254.11 as permitted sender) Received: from [209.235.254.11] (HELO exodus.exist.com) (209.235.254.11) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 18:37:28 -0800 Received: from [192.168.241.100] ([58.71.14.245]) (authenticated bits=0) by exodus.exist.com (8.13.1/8.13.1) with ESMTP id l162auTd020555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 5 Feb 2007 21:36:59 -0500 Message-ID: <45C7E9C8.9000301@exist.com> Date: Tue, 06 Feb 2007 10:36:56 +0800 From: Adrian Co User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Activemq used as a logging system References: <8784403.post@talk.nabble.com> <7b3355cb0702031125s6a6849a4n2aeb2c749bf8e456@mail.gmail.com> In-Reply-To: <7b3355cb0702031125s6a6849a4n2aeb2c749bf8e456@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org You might also want to take a look at the JmsLogAppender or JndiJmsLogAppender http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/util/JmsLogAppender.java?view=markup http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/main/java/org/apache/activemq/util/JndiJmsLogAppender.java?view=markup Bruce Snyder wrote: > On 2/3/07, MqUser wrote: >> >> We would like to log info from multiple systems into one repository. >> The loggers will have to have embeded brokers so that they don't loose >> message. >> The emedded broker in turn will relay the information to a central >> broker. >> All the info should go into a central location. >> In order to do that, the central location has to handle all the >> incomming >> messages from multiple loggers. >> >> Is there a sample out there? >> I can see that mantaray has a system like this and xmlblaster recomends >> something. > > This is pretty simple to achieve using the network of brokers concept: > > http://activemq.apache.org/networks-of-brokers.html > > And it sounds like you want to also make use of embedded brokers: > > http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html > > > This is all just a matter of configuration for each broker. > > Bruce