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

Switch to SDK type ServiceBusReceivedMessage #402

Open
SeanFeldman opened this issue Oct 24, 2023 · 2 comments
Open

Switch to SDK type ServiceBusReceivedMessage #402

SeanFeldman opened this issue Oct 24, 2023 · 2 comments

Comments

@SeanFeldman
Copy link

SeanFeldman commented Oct 24, 2023

Describe the suggested improvement

SDK type ServiceBusReceivedMessage is now supported and could be used for the trigger and NSB implementation.

[ServiceBusTrigger(""{syntaxReceiver.endpointName}"")] byte[] messageBody,
IDictionary<string, object> userProperties,
string messageId,
int deliveryCount,
string replyTo,
string correlationId,

Additional Context

No response

@dvdstelt
Copy link
Member

Thanks for reporting this @SeanFeldman. I've added it as a recommendation so it can be picked up.

@SeanFeldman
Copy link
Author

ServiceBusMessageActions is also available for message disposition operations.

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

No branches or pull requests

2 participants