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 F087DCF24 for ; Wed, 26 Jun 2013 14:26:48 +0000 (UTC) Received: (qmail 58001 invoked by uid 500); 26 Jun 2013 14:26:48 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 57975 invoked by uid 500); 26 Jun 2013 14:26:48 -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 57966 invoked by uid 99); 26 Jun 2013 14:26:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 14:26:47 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of christian.posta@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-la0-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 14:26:41 +0000 Received: by mail-la0-f41.google.com with SMTP id fn20so13978702lab.28 for ; Wed, 26 Jun 2013 07:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=sFZWRZDP8AFy+hcPiyFk6dXqsl0nCpCLlGElJzmUFKk=; b=Fx0vwHBIU1T/UIbxeHpDqY3fF4kx/WYm2G+fJFyTxjKtwCRytlkNt7LJN5C1ULisMQ p6zrwRJ31pPWCKoK7kIIANpP0Jg0yxya2Mt2J3JLORIxAcSFKmy/uYLeu9+pJEUNBtL/ ypc9GafbVnaOnOUE0FbXtPWyWO7ZOTRWpL4EuDIag6Lpji32Nnu1zFl6wx+RyskDuwdQ Cufk0GyTMZLYc3bWJMQ2IV1mH8PiusnA0gRv3V8M9uCyknELrd92UYmvgYppEwd4MMoe 5xshgWIdTpgCTAs01hV0gp9A9a96PLe7HskynNIkzI5qSISzA961/Hj6/bH3c4uFXP9n HCDQ== MIME-Version: 1.0 X-Received: by 10.112.144.97 with SMTP id sl1mr2228820lbb.56.1372256780414; Wed, 26 Jun 2013 07:26:20 -0700 (PDT) Received: by 10.114.185.37 with HTTP; Wed, 26 Jun 2013 07:26:20 -0700 (PDT) In-Reply-To: <1372256222018-4668600.post@n4.nabble.com> References: <1372256222018-4668600.post@n4.nabble.com> Date: Wed, 26 Jun 2013 07:26:20 -0700 Message-ID: Subject: Re: Data stucked in embedded broker storage. From: Christian Posta To: "users@activemq.apache.org" Content-Type: multipart/alternative; boundary=047d7b34419aeff5e904e00f6d89 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b34419aeff5e904e00f6d89 Content-Type: text/plain; charset=ISO-8859-1 messages won't be "demand forwarded" by default if there are no consumers. you could set up statical destinations in your network connector to always forward for that destination. http://activemq.apache.org/networks-of-brokers.html On Wed, Jun 26, 2013 at 7:17 AM, vkcse wrote: > Hi, > > I am using ActiveMQ 5.8.0. > > >I am using an embedded broker and queue producer in one application. And > an > external broker with one more application for queue consumer which is > connected to external broker. > > >And I am connecting the embedded broker to the external broker using the > network connector. > > Up to now every thing working fine. But when I stopped the consumer > application the mesages are stored in embedded broker instead of piling up > in external broker. > > What should I have to do? So that the messages have to store in the > external > broker even I stopped the consumer. > > Thanks, > Krishna. > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Data-stucked-in-embedded-broker-storage-tp4668600.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta --047d7b34419aeff5e904e00f6d89--