[rabbitmq-discuss] RabbitMQ .NET C# Client
Matthias Radestock
matthias at lshift.net
Mon Mar 24 19:07:31 GMT 2008
Michel,
Matthias Radestock wrote:
> To get around that, suppress the access.request methods with the
> RabbitMQ.Client.ConnectionParameters.AccessRequestConfig property.
You can also achieve the same effect by setting the AMQP_ACCESS_REQUEST
environment variable to SUPPRESS, which means you can run the program
unmodified, e.g. with
export AMQP_ACCESS_REQUEST=SUPPRESS; ./myprogram
(the exact syntax differs depending on your shell, obviously).
Matthias.
More information about the rabbitmq-discuss
mailing list