Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 75211 invoked from network); 8 Apr 2009 17:40:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2009 17:40:54 -0000 Received: (qmail 20351 invoked by uid 500); 8 Apr 2009 17:40:13 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 20326 invoked by uid 500); 8 Apr 2009 17:40:13 -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 20302 invoked by uid 99); 8 Apr 2009 17:40:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 17:40:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 17:40:05 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LrbkW-0004EN-Jd for users@activemq.apache.org; Wed, 08 Apr 2009 10:39:44 -0700 Message-ID: <22955890.post@talk.nabble.com> Date: Wed, 8 Apr 2009 10:39:44 -0700 (PDT) From: Yaswanth To: users@activemq.apache.org Subject: Consumtion of Messages with out any network overhead when using Embeded Broker. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: yaswanth.mtrx@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi .. I have deployed ActiveMQ in JBoss. My application in also deployed on the same JBoss instance. I have a message producer which runs on the different JVM. It publishes the Object Messages to the Queue say tempQueue at url tcp://localhost:61616 Now my application has registered a Message Listener with url tcp://localhost:61616 to consumes these Messages arriving at tempQueue. As i am running my Broker and My application on the same JBoss.. Can this consumption of messages happen without any Network Overhead ? Thanks Yaswanth -- View this message in context: http://www.nabble.com/Consumtion-of-Messages-with-out-any-network-overhead-when-using-Embeded-Broker.-tp22955890p22955890.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.