Invalid exchange type closes the whole connection, not just the channel #3380
Unanswered
carlhoerberg
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I'm looking at https://www.rabbitmq.com/amqp-0-9-1-reference.html#exchange.declare.type, an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Declaring an exchange with an invalid exchange type will close the whole connection (
COMMAND_INVALID
) instead of just the channel, why is that? I would expect a normal channel close (PRECONDITION_ERROR
).output:
Beta Was this translation helpful? Give feedback.
All reactions