Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.2.2
-
None
Description
I did some testing with the cxf-bc provider jms.conduit sessionPool highWaterMark.
I have lowWaterMark=2 and highWaterMark=4.
I send 10 requests which results in 10 temporary queues being allocated.
I expected the highWaterMark=4 to bound the number of temp queues allocated.
This appears to be a bug.