Is it possible to use Rhino Service Bus with Rhino Queues in a 'store and forward' configuration?
For example, lets say I have two nodes, A
and B
. If node B
is down, I don't want any of the messages that node A
is trying to send to B
to be lost - so A
should cache outbound messages in a durable, local queue before attempting to send them to the remote queue.
Is this possible when using Rhino Service Bus with Rhino Queues?