Hello,<br><br>As I dig around the interwebs for information on setting up RabbitMQ in an enterprise scenario, I am having trouble understanding a few things.<br>Specifically, how do I set up the "bus" from a physical standpoint? Please assume the following scenario (for completeness, I'm also using MassTransit on top of RabbitMQ):<br><br>Server A - ecommerce web server<br>Server B - app server running order processing (reads from queue) - also assum RabbitMQ broker<br><br>* Should both Server A and Server B be running local instances of RabbitMQ?<br>- If Yes<br>* If yes, how do I get Server A RabbitMQ to talk with Server B RabbitMQ? - this may be a MassTransit quesion<br>* Can I set up both servers to persist to the same db instance?<br>- If NO<br>* If only Server B needs an instance, what happens if Server B goes down? Are all messages lost on Server A?<br>* How do you handle message loss?<br><br>Thank you for any insight. I have a solution working for Server A sending messages to Server B but I'm concerned about network outages or server failures.<br><br>Thanks!<br>John<br><br>