Is there a way of publishing delayed messages with topics with EasyNetQ? I was able to send direct delayed messages using the FuturePublish
method, but it doesn't allow me to specify a topic.
Links:
Scheduling Events with Future Publish
RabbitMQ gets support for delayed messages delivery
Thanks