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
Is your feature related to a problem? Please describe.
The message visibility for the SQS ReceiveMessageRequest is not set by default, which means the default queue setting is used. It is desirable to sometimes change this for an endpoint without changing the default queue setting.
Unfortunately the public API only allows changing this setting after turning on "EnableMessageDrivenPubSubCompatibilityMode", which is not desirable.
Describe the requested feature
New property on SqsTransport for MessageVisibilityTimeout, which defaults to null.
Describe the feature.
Is your feature related to a problem? Please describe.
The message visibility for the SQS
ReceiveMessageRequest
is not set by default, which means the default queue setting is used. It is desirable to sometimes change this for an endpoint without changing the default queue setting.Unfortunately the public API only allows changing this setting after turning on "EnableMessageDrivenPubSubCompatibilityMode", which is not desirable.
Describe the requested feature
New property on
SqsTransport
forMessageVisibilityTimeout
, which defaults to null.Describe alternatives you've considered
Manually calling
settings.Set("NServiceBus.AmazonSQS.MessageVisibilityTimeout", timeoutInSeconds);
Additional Context
No response
The text was updated successfully, but these errors were encountered: