[rabbitmq-discuss] Access for "external" users

Brendan Hay brendan at soundcloud.com
Tue Mar 27 11:16:26 BST 2012


You could write a custom middleware (to modify the queue.declares) for:
https://github.com/brendanhay/myxi
Example for adding x-ha-policy:
https://github.com/brendanhay/myxi/blob/master/apps/myxi/src/myxi_ha_middleware.erl

Although, as the author, I wouldn't recommend it (yet) =)

On Tue, Mar 27, 2012 at 12:09 PM, Simon MacMullen <simon at rabbitmq.com>wrote:

> On 26/03/12 17:14, Mikhail Sobolev wrote:
>
>> I somehow overlooked the abovementioned page, thank you.
>>
>> Any suggestions on how to prevent stacking up the "undelivered"
>> messages?
>>
>
> At the moment, the best I can suggest is to have some external process
> that looks for queues with 0 consumers and deletes them. Ugh.
>
> Alternatively, some sort of AMQP proxy that modifies queue.declares that
> don't have the "right" properties. The Java Tracer may be a starting point.
>
> But neither of these are that great. Hmm.
>
>
> Cheers, Simon
>
> --
> Simon MacMullen
> RabbitMQ, VMware
> ______________________________**_________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.**rabbitmq.com<rabbitmq-discuss at lists.rabbitmq.com>
> https://lists.rabbitmq.com/**cgi-bin/mailman/listinfo/**rabbitmq-discuss<https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120327/bf9934d3/attachment.htm>


More information about the rabbitmq-discuss mailing list