Has anyone developed a decent naming convention for MSMQ queues when using NServiceBus, where there are many queues on a single server, but also on other servers?
The system I'm developing will have many discrete subscbribers across a set of servers, and some of the servers will run multiple unrelated applications.
It would be nice to be able to open the msmq management console and immediately know the purpose for all the queues.
Cheers