-
Notifications
You must be signed in to change notification settings - Fork 55
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
C# BasicDeliverEventArgs not available #240
Comments
Hi @niwrA, we have tested the scenario you mentioned in local setup using samples in the repo and were able to receive a populated BasicDeliverEventArgs object. Would you mind sharing more details about your function, settings etc to let us help you? Regarding the second part of your query, you can access the reply-to property in your function using |
Thank you for your reply. Here are my project settings/dependencies:
|
Here are my local.settings.json
|
When I setup a trigger to receive the BasicDeliverEventArgs, I get an empty object:
For instance, when I do this:
For me I need the reply-to property, which is generated by RabbitMQ when you send a message using the direct-reply method and has a unique id attached to it that I can only find here. So there is no other way for me to solve this issue, rendering azure functions useless for me for this purpose at the moment.
I'm testing this locally. If I use this, as I do in another trigger where I don't need reply-to, I do get the message correctly:
Documentation around the web suggested that this method should work and I couldn't find any other method to get the replyto property. Can anyone help?
The text was updated successfully, but these errors were encountered: