From users-return-29455-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Fri Nov 25 15:25:38 2011 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 BF2DE729A for ; Fri, 25 Nov 2011 15:25:38 +0000 (UTC) Received: (qmail 68544 invoked by uid 500); 25 Nov 2011 15:25:38 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 68515 invoked by uid 500); 25 Nov 2011 15:25:38 -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 68507 invoked by uid 99); 25 Nov 2011 15:25:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 15:25:38 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [194.35.218.65] (HELO relay.uhi.ac.uk) (194.35.218.65) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 15:25:30 +0000 Received: from [192.168.1.2] ([87.115.95.191]) by relay.uhi.ac.uk with ESMTP (NOT encrypted); Fri, 25 Nov 2011 15:25:07 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: topic messages disapeare after restarting broker From: Alistair Young In-Reply-To: <1322233503527-4107585.post@n4.nabble.com> Date: Fri, 25 Nov 2011 15:25:06 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <5ECE372E-8996-4F83-AF97-91AD32DB070C@uhi.ac.uk> References: <1322233503527-4107585.post@n4.nabble.com> To: users@activemq.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org are they routed by camel or is it just activemq? If it's just activemq = you mark them as persistent messages when sending them. If there are no = durable topic subscribers registered for the topic activemq won't = persist the messages I don't think, I'm not sure about that though. If the messages are being routed by camel between persistent topics, = they need to be transacted or you'll see that behaviour when the broker = is restarted. Alistair -------------- mov eax,1 mov ebx,0 int 80 On 25 Nov 2011, at 15:05, kyatim wrote: > Hi, >=20 >=20 > I can't find messages (persistent) in topic when restarting my broker. > (Messages should be consumed by durable subscribers). >=20 > Is there any conf to add for doing this? >=20 > I'm new in AMQ. > Thanks. >=20 >=20 >=20 > -- > View this message in context: = http://activemq.2283324.n4.nabble.com/topic-messages-disapeare-after-resta= rting-broker-tp4107585p4107585.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.