-
Bug
-
Resolution: Done
-
Major
-
3.2.2.GA
-
None
Creation of more than 40 channels on the same connection leads to the following exception, even if the RemotingOptions.MAX_OUTBOUND_CHANNELS is configured for a higher value, during connection creation.
org.jboss.remoting3.ProtocolException: Too many channels open at org.jboss.remoting3.remote.RemoteConnectionHandler.handleOutboundChannelOpen(RemoteConnectionHandler.java:177) at org.jboss.remoting3.remote.RemoteConnectionHandler.open(RemoteConnectionHandler.java:303) at org.jboss.remoting3.ConnectionImpl.openChannel(ConnectionImpl.java:75) at org.jboss.ejb.client.test.client.ChannelOpenStressTestCase$CustomConnection.openChannel(ChannelOpenStressTestCase.java:130)
Looking at the code in remoting, both MAX_OUTBOUND_CHANNELS and MAX_INBOUND_CHANNELS options in RemotingOptions are unused and the RemoteConnectionHandler defaults it to 40.
- blocks
-
AS7-3884 Load testing application with Jmeter & jboss remoting throws exception saying "Too many channels open"
- Resolved