<div dir="ltr"><div><div><div>Hi,<br><br>I'm using Rabbitmq 3.3.1 that I upgraded from version 3.2.4<br>
I installed rabbitmq-priority-queue plugin, enable it, and finally restart Rabbitmq server.<br>When I list rabbitmq plugins I see => [E] rabbitmq_priority_queue 3.3.x-27a9492d<br><br>
When I'm running Java example from GitHub (with 'x-max-priority' arg set on queue) the messages are received in the same order as I sent them.<br><br>
See output:<br>
Sent message with priority 3<br>
Sent message with priority 0<br>
Sent message with priority 5<br>
Sent message with priority 10<br>
Received message with priority 3<br>
Received message with priority 0<br>
Received message with priority 5<br>
Received message with priority 10<br><br></div>Any idea what I'm doing wrong ?<br><br></div>Thanks,<br><br></div>Kévin<br><div><div><br><br><br></div></div></div>