As an update, I deployed my ear file to a JBoss server (with a additional
jboss.xml file of course)
and it works fine. The messages are received by
the MDB and is taken off the ActiveMQ queue, unlike in Resin. Definitely
some problems with Resin.
regvito wrote:
>
> Hi,
>
> I am using the
My Message Driven bean is configured for auto-acknowledge as shown below.
But just for kicks, I went ahead and acknowldeged the message manually (with
Message.acknowledge() )
But to no avail. All messages stay stuck in the ActiveMQ queue.
package reggie.test;
import java.util.logging.Logger;
i
Are you acknowledging your consumed messages?
On Tue, Sep 2, 2008 at 12:38 PM, regvito <[EMAIL PROTECTED]> 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