私はJboss 4.2.3とjdk1.5.0_14に基づいてJMSを使用しています。 MDBプールは最大サイズ20に設定されていますが、 InProcessMessageCount
の最大値は15です。
I did many reties to utilize the messages consumption from the queue.
I modified the value of maxSize to 20 in the domain 'Message Driven Bean' in the file ejb3-interceptors-aop.xml
. Also I have modified the value of
to 80 in the section of
in the file standardjboss.xml
but the result is 15 to 16 concurrent processing on the queue. it seems as it was a hard coded value in jboss