[rabbitmq-discuss] Feature Req / Bug list

Michael Klishin michael at rabbitmq.com
Mon Oct 28 19:33:57 GMT 2013


On 28 Oct 2013, at 23:28, Graeme N <graeme at sudo.ca> wrote:

> Caused by: com.rabbitmq.client.ShutdownSignalException: channel error; reason: {#method<channel.close>(reply-code=403, reply-text=ACCESS_REFUSED - operation not permitted on the default exchange, class-id=40, method-id=10), null, ""}
> 
> I don't see any options to this class to pass guest/guest default authentication to it, which might be what's happening here. Is there an environment variable or something I'm missing to set the login username and password?

It is not an authentication failure. PerfTest tries to modify the exchange you provide and predefined
exchanges cannot be modified.

You need to use a custom exchange, possibly created with a script.

MK


More information about the rabbitmq-discuss mailing list