I have a fanout exchange and distributed queues. If the sentTime exceeds two minutes, I want message to come to the consumer. If it doesn't exceed two minutes, I want to hold the message in the queue.
I tried filtering as below but if the filter is not valid the message is consumed. Is there a way to bypass this on masstransit?
MassTransit Filtering messages a consumer can handle
I would like to say that each queue has a multiple consumer. Can you help me?
Thanks.