backlog property is setup to be read from the configuration and used in the Acceptor, but is not in the allowableAcceptorKeys which leads to a warning logged and JBoss saying it is ignoring it.
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java: public static final String BACKLOG_PROP_NAME = "backlog";
artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java: backlog = ConfigurationHelper.getIntProperty(TransportConstants.BACKLOG_PROP_NAME, -1, configuration);
artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java: bootstrap.option(ChannelOption.SO_BACKLOG, backlog);
- is blocked by
-
JBEAP-7875 Upgrade Artemis to 1.5.1
- Closed
- is cloned by
-
JBEAP-7412 [GSS](7.0.z) ARTEMIS-859 - Artemis backlog property not in allowed properties
- Closed
- cloned from
-
ARTEMIS-859 Loading...