DamianMac on develop
Rebasing PR (#294) * samples w… (compare)
DamianMac on develop
Reliability fixes and race cond… (compare)
DamianMac on develop
Fix for #291 (#292) * samples … (compare)
DamianMac on develop
samples work with redis again (… (compare)
Question: When an exception is thrown, nimbus will retry the event. This is a nice feature to have. But there are occasions where we don't want to retry and put it on the deadletter queue immediately for manual intervention.
How can i bypass the retry mechanism and straight to the dead letter queue?
Nimbus.Configuration.PoorMansIocContainer.DependencyResolutionException : No registration for type Nimbus.Transports.WindowsServiceBus.Filtering.ISqlFilterExpressionGenerator
Hey all .. we're getting this message repeatedly in production: "Lock for message c1e4f985949849b6812d55650bdc0def appears to have already expired so we're not dispatching it. Watch out for clock drift between your service bus server and DESKTOP-R6O92KC!"
Obviously we've checked the clocks and there is no drift. We're currently not able to pull any messages off the queue because of this. Anyone else come across this? Cheers.