You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Peter554
changed the title
Support arbitrary Service Buss message sizes
Support arbitrary Service Bus message sizes
May 3, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: