Particular / NServiceBus.Transport.Msmq

MSMQ transport for NServiceBus
https://docs.particular.net/nservicebus/msmq/
Other
5 stars 11 forks source link

Delayed messages sent from handlers, sagas, or custom pipeline behaviors are sent immediately #667

Closed tmasternak closed 6 months ago

tmasternak commented 6 months ago

Description

The transport does not respect DelayedDelivery constraints, passed via SendOptions when send operations are executed inside the message processing pipeline. This includes, among others, message handlers and sagas.

Instead, messages are delivered immediately.

Affected versions

danielmarbach commented 6 months ago

LGTM