The thread dump of my application shows "JMSThreads" and "JMS session worker threads". The # of "JMS Session worker threads" in the thread dump taken at peak time(when a lot of tasks are triggered off) is equal to the maxSessions that I have set in standardJboss.xml .This number is constant across all the dump taken at peak times whereas The # of "JMSthreads" varies in every dump. What is the difference between these two?
feedback
|