Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 94142 invoked from network); 2 Sep 2008 19:51:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 19:51:11 -0000 Received: (qmail 22867 invoked by uid 500); 2 Sep 2008 19:51:07 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 22850 invoked by uid 500); 2 Sep 2008 19:51:07 -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 22839 invoked by uid 99); 2 Sep 2008 19:51:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 12:51:07 -0700 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 19:50:07 +0000 Received: by py-out-1112.google.com with SMTP id f47so1376698pye.6 for ; Tue, 02 Sep 2008 12:50:35 -0700 (PDT) Received: by 10.115.73.20 with SMTP id a20mr6801379wal.142.1220385035044; Tue, 02 Sep 2008 12:50:35 -0700 (PDT) Received: by 10.115.32.11 with HTTP; Tue, 2 Sep 2008 12:50:35 -0700 (PDT) Message-ID: <3ff896ae0809021250x3372c917k536067918035b16b@mail.gmail.com> Date: Tue, 2 Sep 2008 12:50:35 -0700 From: "Bradley Schaefer" To: users@activemq.apache.org Subject: Re: ActiveMQ and Resin with JCA In-Reply-To: <19276889.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9942_8879369.1220385035050" References: <19276889.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9942_8879369.1220385035050 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Are you acknowledging your consumed messages? On Tue, Sep 2, 2008 at 12:38 PM, regvito wrote: > > Hi, > > I am using the Resin 3.2 version with a Message Driven Bean listening to an > ActiveMQ Queue remotely connected through JCA with the ActiveMQ 5.1.0 RAR > file. Below is my configuration in the resin-web.xml > > > > > > class="org.apache.activemq.ra.ActiveMQManagedConnectionFactory" > name="manfactory"/> > > class="org.apache.activemq.command.ActiveMQQueue"> > > > > > #{testResinConQueue} > > > > The issue i am observing is that although i see the messages being > delivered > to the MDB successfully, the messages themseleves are not fully removed > from > the ActiveMQ Queue resulting in the MDB receiving the same messages > everytime resin starts. > > Any help on this would be appreciated? > > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/ActiveMQ-and-Resin-with-JCA-tp19276889p19276889.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > ------=_Part_9942_8879369.1220385035050--