n [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 04, 2007 11:19 AM
> To: users@activemq.apache.org
> Subject: Re: DefaultMessageListenerContainer + not remove messages until
> processed
>
> On 4/4/07, Garner, Shawn <[EMAIL PROTECTED]> wrote:
>> I put a
users@activemq.apache.org
Subject: Re: DefaultMessageListenerContainer + not remove messages until
processed
On 4/4/07, Garner, Shawn <[EMAIL PROTECTED]> wrote:
> I put a org.springframework.jms.connection.JmsTransactionManager on
the
> DefaultMessageListenerContainer but all this does
On 4/4/07, Garner, Shawn <[EMAIL PROTECTED]> wrote:
I put a org.springframework.jms.connection.JmsTransactionManager on the
DefaultMessageListenerContainer but all this does is roll back any
changes I made after consuming the message.
I am also using the org.jencks.factory.TransactionManagerFact
users@activemq.apache.org
Subject: Re: DefaultMessageListenerContainer + not remove messages until
processed
Try using transacted mode and Spring transactions, or using
client-acknowledge mode.
On 4/4/07, Garner, Shawn <[EMAIL PROTECTED]> wrote:
> I would like the message queue to keep the mess
Try using transacted mode and Spring transactions, or using
client-acknowledge mode.
On 4/4/07, Garner, Shawn <[EMAIL PROTECTED]> wrote:
I would like the message queue to keep the message until I am finished
with processing and explicitly tell it the message can be removed.
I'm using
org.spring
I would like the message queue to keep the message until I am finished
with processing and explicitly tell it the message can be removed.
I'm using
org.springframework.jms.listener.DefaultMessageListenerContainer to
deliver the message to a POJO but it seems once the message is delivered
it is out