About best practices of JMS integration using TIBCO .Net client
Posted
by Waheed Sayed
on Stack Overflow
See other posts from Stack Overflow
or by Waheed Sayed
Published on 2010-01-30T14:57:05Z
Indexed on
2010/03/23
11:53 UTC
Read the original article
Hit count: 1025
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?
© Stack Overflow or respective owner