Closed sergiitk closed 8 years ago
Add:
Exchange
column| Producers | Exchange | Queue | Consumers | Description |
Should I keep the queues list?
This is an example of one row with only one of many queues connected to the transactionalExchange:
| Producers | Exchange | Queue | Consumers | Description |
| ----------------------------------------------------------: |:-----------------------------:|:--------------------------------------:| :----------------------------------------------------: | :-----------------------------------------------------: |
| Phoenix | transactionalExchange (topic) | transactionalQueue (*.*.transactional) | mbc-transactional-email | |
| -> user registration (user.registration.transactional) | | | https://github.com/DoSomething/mbc-transactional-email | Transactional email messages sent through Mandrill API. |
| -> user password reset (user.password_reset.transactional) | | | | |
| -> campaign signup (campaign.signup.transactional) | | | | |
| -> campaign reportback (campaign.report_back.transactional) | | | | |
Perhaps the queue list should be broken down as their own table by exchange?
Merging this version so @DeeZone can make his changes to the structure, which is a little off.
A boilerplate queues documentation.