[rabbitmq-discuss] RabbitMQ .NET client BasicConsume and HandleBasicDeliver question

Bryan Murphy bmurphy1976 at gmail.com
Thu Jun 16 14:55:02 BST 2011


Maybe RabbitMQ isn't the right solution then.  We have a queue where
everything absolutely must be processed in the correct order.  Where
do we store it?  In a transactional database, not RabbitMQ.  All of
our other queues are in RabbitMQ, but they don't have the same
requirement.

Bryan

On Wed, Jun 15, 2011 at 9:34 AM, T-zex <tranzenziuzex at gmail.com> wrote:
> Thank you Emile.
>
> The thing I'm trying to solve is have a guaranteed order of messages:
> if I fail to ack after BasicGet() the message anyway will go to the
> end of the queue. In case noAck = true, there is a risk to lose a
> message when a process fails. I can't find a way to make RabbitMQ work
> as a queue in a simple single reader scenario...


More information about the rabbitmq-discuss mailing list