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
I am part of Visma e-conomic organization. It is the first time we try .Defer. When we send the message via Publish it works, however, when we use .Defer we get Rebus.Exceptions.MessageCouldNotBeDispatchedToAnyHandlersException: Message with ID 3a3297bc-8ed6-4999-a63a-e45af621b583 and type Economic.Messaging.Messages.ApprovalCancelEvent, Economic.Messaging.Messages could not be dispatched to any handlers (and will not be retried under the default fail-fast settings).
We did check and the correct bindings exist in the exchange we send the message to. This is also validated by the fact that it works with Publish. When we started using Defer, the only extra line we added to the subscriber was o.SetDueTimeoutsPollInteval(TimeSpan.FromSeconds(10));
Are we missing anything else to make this work or it should work?
I can provide even more details but I wanted to start with this just in case it is something obvious
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am part of Visma e-conomic organization. It is the first time we try
.Defer. When we send the message viaPublishit works, however, when we use.Deferwe getRebus.Exceptions.MessageCouldNotBeDispatchedToAnyHandlersException: Message with ID 3a3297bc-8ed6-4999-a63a-e45af621b583 and type Economic.Messaging.Messages.ApprovalCancelEvent, Economic.Messaging.Messages could not be dispatched to any handlers (and will not be retried under the default fail-fast settings).We did check and the correct bindings exist in the exchange we send the message to. This is also validated by the fact that it works with Publish. When we started using Defer, the only extra line we added to the subscriber was
o.SetDueTimeoutsPollInteval(TimeSpan.FromSeconds(10));Are we missing anything else to make this work or it should work?
I can provide even more details but I wanted to start with this just in case it is something obvious
Beta Was this translation helpful? Give feedback.
All reactions