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
ASQ transport has a native delayed delivery feature that in case of failure in dispatching the delayed message moves it to the error queue. For historical reasons, the transport used to detect the endpoint configured error queue and use that as the delayed delivery error queue. With the new transport seam and the ability to use transports in raw mode without an NServiceBus endpoint the following hack is needed:
ASQ transport has a native delayed delivery feature that in case of failure in dispatching the delayed message moves it to the error queue. For historical reasons, the transport used to detect the endpoint configured error queue and use that as the delayed delivery error queue. With the new transport seam and the ability to use transports in raw mode without an NServiceBus endpoint the following hack is needed:
NServiceBus.AzureStorageQueues/src/Transport/AzureStorageQueueTransport.cs
Lines 154 to 156 in 35e4cb2
The text was updated successfully, but these errors were encountered: