0

When publishing to the MassTransit Inbox is there a way to define that the handling of the outbox should be delayed? I.e. not the message being sent over the bus, but the inbox/outbox context being handled by with a TimeSpan delay? I guess it would need to be in the message being published that the handling should be delayed.

1 Answer 1

0

If you want to delay the delivery/consumption of a message, the producer should delay it when the message is produced.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.