I've seen examples using "queueName@machineName" when specifying a destination address but I'm having problems with it.
.Routing(r => r.TypeBased().Map(typeof(Job), "consumer.input@othermachine"))
With this format, I get the following exception:
"Invalid queue path name."
Am I using the right format or is there something else I'm missing?
Thanks