Is there an example configuration somewhere that has 1 server -> X
clients where ALL messages from the server get to ALL clients?
(bus.Notify())
Secondly.. does each client require it's own queue? If so.. How do I
handle a situation where multiple clients are connecting from the same
machine (in the scenario of many users connected to one terminal
server.)? If each client is using the same queue name then I believe
this would be a conflict.
Then of course I may also be thinking of the wrong technology here and
could possibly switch to something more like WCF.
Thanks,
Nathan Palmer
--
You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
To post to this group, send email to rhino-t...@googlegroups.com.
To unsubscribe from this group, send email to rhino-tools-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
I currently have it working using Rhino Queues with a random queue
name and a randomly available port within a range. But with this i
need to put in some code to cleanup the esent directories for the
clients and manage the subscriptions.
Nathan Palmer
Nathan
Nathan