Lessons Learned
Using Temporary Queues was a Mistake
- Sought best practice for request/response pattern in asyn env and found the temp response queue solution. MISTAKE!
Expect Refactoring
- Most things will not be right on the first try, expect refactoring
- Plan time for refactoring in your schedules
- Remember that refactoring requires re-testing