Add configuration option to prevent the transport using the RabbitMQ management API #2239
Annotations
4 errors
Run tests:
_/src/NServiceBus.Transport.RabbitMQ.AcceptanceTests/QuorumQueues/When_classic_endpoint_uses_quorum_error_queue.cs#L27
Assert.That(exception.Message, Does.Contain("received 'classic' but current is 'quorum'"))
Expected: String containing "received 'classic' but current is 'quorum'"
But was: "The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text='PRECONDITION_FAILED - inequivalent arg 'x-queue-type' for queue 'rabbitmq.transport.tests.quorum-error' in vhost '/': received none but current is the value 'quorum' of type 'longstr'', classId=50, methodId=10"
|
Run tests:
_/src/NServiceBus.Transport.RabbitMQ.AcceptanceTests/QuorumQueues/When_classic_endpoint_uses_quorum_queue.cs#L28
Assert.That(exception.Message, Does.Contain("received 'classic' but current is 'quorum'"))
Expected: String containing "received 'classic' but current is 'quorum'"
But was: "The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text='PRECONDITION_FAILED - inequivalent arg 'x-queue-type' for queue 'ClassicEndpointUsesQuorumQueue.ClassicQueueEndpoint' in vhost '/': received none but current is the value 'quorum' of type 'longstr'', classId=50, methodId=10"
|
Run tests
Exit code = 1
|
Run tests
Process completed with exit code 1.
|
Loading