-
Notifications
You must be signed in to change notification settings - Fork 2
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
routing key mismatch when using custom setup function #7
Comments
@marcio199226, could you please provide a snippet on how you publish messages too? |
Where routingKey may be optional |
Hey, @marcio199226. By optional |
I just tested your custom setup functions locally and it worked just fine. I managed to receive all the messages I've published, and the routing key contained |
I mean it could be null or a string
My publisher is an php application, so when i'm consuming messages i have this issue (i'm sure that messages which nodejs consumes has routing key) |
origin issue #3
@marcio199226 comment:
I have used a custom setup function
And after consuming some message, message.fields.routingKey returns my queue name "input" insteaf of currently messgae routingKey
I have used 0.1.2v
Best regards
The text was updated successfully, but these errors were encountered: