-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.2.1
-
None
Using NIO transport and async sends. If producer flow control kicks in it seems there is potential to block all NIO threads so new connection cannot be created.
This can also effect existing connections that are created and not being blocked by PFC
Attached a unit test with test for both cases.