[rabbitmq-discuss] Implementing Prioritised Queues

Matthias Radestock matthias at rabbitmq.com
Fri Oct 14 10:43:34 BST 2011


James,

On 14/10/11 10:36, James Dear wrote:
> It's kind of a pity that you have to go to such an elaborate setup
> client-side when I guess it (prioritizing different queues within a
> channel) would be a small feature to add server side. Can anyone
> familiar with the rabbitmq source comment on how difficult this might
> be to do?

Very difficult indeed.

Channels do not pull messages off queues. Queues send messages to channels.

Matthias.


More information about the rabbitmq-discuss mailing list