[rabbitmq-discuss] Message stalls in the queue for long time

abinesh s abinesh.s at gmail.com
Tue Nov 23 11:57:21 GMT 2010


Hi Peter,

Thanks for your reply, Now we idenitified a exception which occurred while
updating the message in database. StaleObjectStateException, because we are
using Hibernate. After this exception occurs the listener failed to
acknowledge the message,(So we think this reason makes that message to
remain in the queue) Is it right?

On Tue, Nov 23, 2010 at 4:57 PM, Peter Ledbrook <peter at cacoethes.co.uk>wrote:

> > Thanks for your reply.
> > Can you please give me a answer for this:
> >
> > If any Exceptions occurred in processing messages in queue handlers will
> make the message to stall in the queue?
>
> I'm not sure about this. Exceptions shouldn't cause the listener
> thread to fail, but I haven't tested it. If I have time, I'll look
> into that.
>
> > Which one is better Using RabbitMQ Grails Plugin or Using RabbitMQ Java
> client API?
>
> The Java client API is more mature than either Spring AMQP or the
> Grails plugin, but the latter will certainly make your life easier for
> the simple cases. If you use the Java client API, you'd have to do a
> fair bit more work yourself.
>
> > Also is it possible to see the log of RabbitMQ about the details which
> client is placing the message and which client fetching it?
>
> I don't know the answer to this question. Hopefully one of the
> RabbitMQ developers can answer it.
>
> Peter
>
> --
> Peter Ledbrook
> Grails Advocate
> SpringSource - A Division of VMware
>



-- 
Thanks and Regards
Abinesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20101123/b4ef194b/attachment.htm>


More information about the rabbitmq-discuss mailing list