This content has been marked as final.
Show 1 reply
-
1. Re: Message Priority In 5.5.0-fuse-00-43
garytully Jul 28, 2011 7:36 PM (in response to greenbean)Using a prefetch of 0 should help if the consumer is started before the producer. But note that priority is relative to the other messages queued on the destination. For the first message dispatch, even if it has priority 0, it will be dispatched immediately as it is the current highest priority.
This is true both on the broker and on the consumer, but prefetch=0 removes the consumers prefetch batch.