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.
When the transport starts, it expects the "-delay.fifo" queue to exist.
If the queue does not exist, then an exception is thrown.
In many cases we do not need delayed delivery - and often not more than 900 seconds.
But the queue is required, and is always being received from which increases AWS cost.
Describe the requested feature
Setting to make the "unrestricted delayed delivery" optional, but enabled by default, and no longer require creating or receiving from the "-delay.fifo" queue.
Delays longer than 900 seconds would result in an exception indicating that the "unrestricted delayed delivery" needs to be enabled.
Describe alternatives you've considered
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature.
Is your feature related to a problem? Please describe.
When the transport starts, it expects the
"-delay.fifo"
queue to exist.If the queue does not exist, then an exception is thrown.
In many cases we do not need delayed delivery - and often not more than 900 seconds.
But the queue is required, and is always being received from which increases AWS cost.
Describe the requested feature
Setting to make the "unrestricted delayed delivery" optional, but enabled by default, and no longer require creating or receiving from the
"-delay.fifo"
queue.Delays longer than 900 seconds would result in an exception indicating that the "unrestricted delayed delivery" needs to be enabled.
Describe alternatives you've considered
Additional Context
No response
The text was updated successfully, but these errors were encountered: