About best practices of JMS integration using TIBCO .Net client
- by Waheed Sayed
I'm working on an integration project where I'm talking to JMS framework using TIBCO .Net client.
A colleague is recommdending a design decision based on a fear of receiving too many messages suddenly in a way that our application can't handle it. We are using Asynchronous mode while receiving messages. I'm new to that topic so I couldn't find quick best practices to support his clam or mine. Any suggestions? How can I test this subject?