Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 93488 invoked from network); 25 Sep 2008 11:47:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2008 11:47:33 -0000 Received: (qmail 40299 invoked by uid 500); 25 Sep 2008 11:47:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 40278 invoked by uid 500); 25 Sep 2008 11:47:30 -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 40267 invoked by uid 99); 25 Sep 2008 11:47:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 04:47:30 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG 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; Thu, 25 Sep 2008 11:46:28 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KipJF-00031F-Jl for users@activemq.apache.org; Thu, 25 Sep 2008 04:47:01 -0700 Message-ID: <19667885.post@talk.nabble.com> Date: Thu, 25 Sep 2008 04:47:01 -0700 (PDT) From: Joe Fernandez To: users@activemq.apache.org Subject: Re: Activemq5 - Messages redelivered.. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: joe.fernandez@ttmsolutions.com References: X-Virus-Checked: Checked by ClamAV on apache.org Sounds like an 'ack' related issue. What acknowledge mode are you using for your consumer? Joe Get a free ActiveMQ user guide @ http://www.ttmsolutions.com titten wrote: > > Hi. > I am having a problem with getting the same messages redelivered to my > client. > The configuration is Apache ActiveMq5 with pure jdbc mode running mysql. > > The strange thing is that when i was running the my client in the same jvm > as the broker using spring with a listenerconfiguration the problem does > not > occur. > I recently created to standalone applications which do either send or > receive messages. > After creating these applications my consumer application receives the > same > messages over again.. > The only difference in code between the first approach and the second is > that the latter establishes a second jvm which listens for messages on a > que. > I have implemented the messagelistener interface and registerred this with > the consumer. > I have not at the moment registerred and particular id for my consumer. > Could this be of importance? > The class being used is the standard ActiveMqQue class. > > I hope you are able to help me with this problem. > > Lars > > -- View this message in context: http://www.nabble.com/Activemq5---Messages-redelivered..-tp19650989p19667885.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.