[rabbitmq-discuss] Priority queue doesn't seem to work

kevin lettier lettier.kevin at gmail.com
Tue May 20 10:34:28 BST 2014


No consumer exists when I sent the messages, I put a break point in the
code and see that messages are correctly enqueue (I see them in Management
plugin) and dequeue when I continue the execution of the program.
I tried Reset Rabbitmq on my server and re-configure it but nothing change.


2014-05-20 11:06 GMT+02:00 Matthias Radestock <matthias at rabbitmq.com>:

> On 20/05/14 10:01, kevin lettier wrote:
>
>> I use the Java example so the queue was created once with
>> 'x-max-priority' arg set to 10
>> I deleted the queue and re-launch the code but unfortunately it does not
>> work :(
>>
>
> You didn't respond to my question/suggestion, namely that perhaps a
> consumer exists when the messages are published, in which case the
> published messages are passed straight to that consumer, with no
> opportunity for the priority queue to re-order the messages since no
> messages actually ever get enqueued.
>
> Matthias.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140520/865a14fa/attachment.html>


More information about the rabbitmq-discuss mailing list