We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Gateway adds a custom satellite using PushRuntimeSettings.Default as the concurrency setting:
PushRuntimeSettings.Default
NServiceBus.Gateway/src/NServiceBus.Gateway/Gateway.cs
Line 73 in 29ba3a4
LimitMessageProcessingConcurrencyTo
Do we need to make the satellite's queue concurrency settings configurable?
The text was updated successfully, but these errors were encountered:
I would say yes, we should make this configurable.
Sorry, something went wrong.
No branches or pull requests
The Gateway adds a custom satellite using
PushRuntimeSettings.Default
as the concurrency setting:NServiceBus.Gateway/src/NServiceBus.Gateway/Gateway.cs
Line 73 in 29ba3a4
LimitMessageProcessingConcurrencyTo
.Do we need to make the satellite's queue concurrency settings configurable?
The text was updated successfully, but these errors were encountered: