I'm just getting started with Rhino Service Bus and I'm trying to relay a message between 2 servers using MSMQ as the transport. For some reason the Rhino client does not receive the message when the backend/host is located on a different server, but works fine when located on the the same machine.
If I use Rhino queues instead of MSMQ as the transport then the message is sent across the servers.
I've even turned off the firewall. I've also made sure that the message end point is pointing to the right server, while the bus end point is always local.
Any ideas?
Thanks,