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
}
}
catch (JMSException e)
{
System.out.println("Error..." + e);
}
}
}
Bradley Schaefer-2 wrote:
>
> Are you acknowledging your consumed messages?
>
> On Tue, Sep 2, 2008 at 12:38 PM, regvito <[EMAIL PROTECTED]
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
http://caucho.com/ns/resin";>
#{testResinConQueue}
The iss