This setup is currently only possible by using separate ports for each queue. It wasn't really built to be used this way. It's more of a queue/port per process.
On Thu, Apr 18, 2013 at 10:22 PM, Dennis Haney <[email protected]> wrote: > Hi Corey > > I don't think I made myself clear. > > Currently, I have 3 servers.On each server I have ~50 service instances, > where each instance has a partner on the 2 other servers. > > Currently, this requires 3 instances of MSMQ, one on each server. And 50 > queues in each MSMQ. > > When Service instance A on server 1 wants to send a message to server 2, > it then sends message to msmq://server2/A and then instance A on server 2 > picks up the message. > > My problem is replicating this setup with Rhino Queues. The nearest > example I can find is > https://github.com/BjRo/LearningRhinoServiceBus/tree/master/Source/E9_Deployment_with_the_service_hostbut > that is (also) running the consumer of the messages inside the queue. > It is not just acting as a queue service, I therefore don't see how I can > separate the individual instances. > > > > Where? The barista > > > On Fri, Apr 19, 2013 at 10:45 AM, Corey Kaylor <[email protected]> wrote: > >> There are several examples in the test project that demonstrate running >> with rhino queues. Yes the queue name is required. >> >> >> On Thu, Apr 18, 2013 at 1:37 AM, Dennis Haney <[email protected]> wrote: >> >>> Hi >>> >>> I have a setup with 3 servers, and on each server I have hundreds of >>> users of rhino service bus. >>> >>> Currently I use msmq, but the stability of that piece of C**p.... >>> Therefore I would like to switch over to Rhino Queues. >>> >>> But I don't get how I can set it up, so that I just have a service >>> running on each server to take care of it. >>> As far as I can see, I would need to allocate a port for each rhino >>> service bus (and why do I need the queue name then?), is that really true? >>> >>> Anyone have an example or point me to somewhere in the docs (that I cant >>> find)? >>> >>> >>> -- >>> Dennis >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Rhino Tools Dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en >>> . >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Rhino Tools Dev" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/rhino-tools-dev/qPy_XSj3c08/unsubscribe?hl=en >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Dennis > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
