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

Support binary data messages to enable more native integration scenarios #886

Open
DavidBoike opened this issue Sep 28, 2022 · 0 comments
Open
Labels

Comments

@DavidBoike
Copy link
Member

DavidBoike commented Sep 28, 2022

Version 12.5 of Azure.Storage.Queues adds support for binary data, custom shapes and Base64 encoding, which enables the possibility to worth with BinaryData and encourages switching over to that instead of MessageText which we still use everywhere.

Due to our current use of MessageText rather than binary data, there are certain native integration scenarios that would currently just break. Using binary data would enable the transport to read the data no matter the formtting, and at least provide it for behaviors to massage into a shape that can be processed.

Related to Particular/NServiceBus.DataBus.AzureBlobStorage#415

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

No branches or pull requests

1 participant