Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Support arbitrary Service Bus message sizes #34

Open
cgwrench opened this issue May 2, 2019 · 0 comments
Open

Support arbitrary Service Bus message sizes #34

cgwrench opened this issue May 2, 2019 · 0 comments

Comments

@cgwrench
Copy link
Contributor

cgwrench commented May 2, 2019

Service Bus has a message size limit of 256KB for Standard tier Namespaces and 1MB for the Premium tier. The other queuing implementations don't have a similar limit. We should investigate ways to support larger message sizes when using the Service Bus implementation.

One option is to allow users to (optionally) register a plugin that will store message payloads in an Azure Storage Account, see, for example, ServiceBus.AttachmentPlugin.

Adding this support would negate the need, I believe, to make any changes for #24.

@Peter554 Peter554 changed the title Support arbitrary Service Buss message sizes Support arbitrary Service Bus message sizes May 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant