
- If you just need only 1 exchange and 1 queue, naming convention should not be a big concern. Even that, you may need exchanges and queues for different environments.
As in my projects, I often have 3 environments: DEV, UAT and PROD and I've been using following conventions for exchanges and queues:
Exchanges : ProjectName.E.<ExchangeType>.<Environment>.MessageTypeName
Queue :...