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.

[461 byte] By [ZacJacobson] at [2007-11-25 17:10:12]
# 1
Hi there. JMS Specification restricts the concurrent usage of Session. This means, the "golden rules" apply for message producers as well.Thanks.--Sagar
sagarshirguppi at 2007-7-3 1:46:37 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...