]
Jeff Mesnil commented on WFLY-5047:
-----------------------------------
[~dudae] Do you have a test that I can use to reproduce this issue?
Many opened JMS sessions cause connection timed out
---------------------------------------------------
Key: WFLY-5047
URL:
https://issues.jboss.org/browse/WFLY-5047
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Alpha6
Environment: Fedora 22
Open JDK 8
Reporter: Erich Duda
Assignee: Jeff Mesnil
Attachments: 30MDB60maxSession.log
When 30 MDB consumers are deployed with property maxSession set on 60, the server stops
to accept connections and the connection timed out exception is thrown. However when 60
MDB consumers are deployed with property maxSession set on 30, the server accepts
connection as expected, only "Failed to open a socket" exception is occurred,
because maximum of opened sockets is reached.