Golden rules
I have a question about thegolden rules of thread management in your JMS applications: (Chapter 5 MQ Client Programming Techniques.
The text surround the "golden rules" (in theManaging Client Threads section) only talks about message consumers; are they applicable for message producers as well? Specifically, should I have only one threadproducing messages in a partucular session at a time?
Thanks,
Zac.

