Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fanout exchange should not require message type or routing key #122

Closed
mxriverlynn opened this issue Feb 3, 2016 · 1 comment · May be fixed by aliotta/wascally#7, aliotta/wascally#8, aliotta/wascally#9, aliotta/wascally#11 or aliotta/wascally#16

Comments

@mxriverlynn
Copy link
Contributor

It looks like wascally requires either a message type or routing key when using a fanout exchange type.

I should be able to produce and consume a message without either, when using a fanout type, as the fanout type completely ignores routing keys anyways.

I don't have any demo code at the moment, but I found this in some tests of my Rabbus library. I tried to publish a message with an empty string for the messageType and no routingKey, and it threw an error / didn't publish the message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment