Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
worker-read-threads | INT | false | true | The number of read threads to create for the remoting worker. | |
worker-task-core-threads | INT | false | true | The number of core threads for the remoting worker task thread pool. | |
worker-task-keepalive | INT | false | true | The number of milliseconds to keep non-core remoting worker task threads alive. | |
worker-task-limit | INT | false | true | The maximum number of remoting worker tasks to allow before rejecting. | |
worker-task-max-threads | INT | false | true | The maximum number of threads for the remoting worker task thread pool. | |
worker-write-threads | INT | false | true | The number of write threads to create for the remoting worker. | |
auth-realm | STRING | false | true | The authentication realm to use if no authentication CallbackHandler is specified. | |
authentication-retries | INT | false | true | 3 | Specify the number of times a client is allowed to retry authentication before closing the connection. |
authorize-id | STRING | false | true | The SASL authorization ID. Used as authentication user name to use if no authentication CallbackHandler is specified and the selected SASL mechanism demands a user name. | |
buffer-region-size | INT | false | true | The size of allocated buffer regions. | |
heartbeat-interval | INT | false | true | 60000 | The interval to use for connection heartbeat, in milliseconds. If the connection is idle in the outbound direction for this amount of time, a ping message will be sent, which will trigger a corresponding reply message. |
max-inbound-channels | INT | false | true | 40 | The maximum number of inbound channels to support for a connection. |
max-inbound-message-size | LONG | false | true | 9223372036854775807 | The maximum inbound message size to be allowed. Messages exceeding this size will cause an exception to be thrown on the reading side as well as the writing side. |
max-inbound-messages | INT | false | true | 80 | The maximum number of concurrent inbound messages on a channel. |
max-outbound-channels | INT | false | true | 40 | The maximum number of outbound channels to support for a connection. |
max-outbound-message-size | LONG | false | true | 9223372036854775807 | The maximum outbound message size to send. No messages larger than this well be transmitted; attempting to do so will cause an exception on the writing side. |
max-outbound-messages | INT | false | true | 65535 | The maximum number of concurrent outbound messages on a channel. |
receive-buffer-size | INT | false | true | 8192 | The size of the largest buffer that this endpoint will accept over a connection. |
receive-window-size | INT | false | true | 131072 | The maximum window size of the receive direction for connection channels, in bytes. |
sasl-protocol | STRING | false | true | remote | Where a SaslServer or SaslClient are created by default the protocol specified it 'remoting', this can be used to override this. |
send-buffer-size | INT | false | true | 8192 | The size of the largest buffer that this endpoint will transmit over a connection. |
server-name | STRING | false | true | The server side of the connection passes it's name to the client in the initial greeting, by default the name is automatically discovered from the local address of the connection or it can be overridden using this. | |
transmit-window-size | INT | false | true | 131072 | The maximum window size of the transmit direction for connection channels, in bytes. |
worker | STRING | false | false | default | Worker to use |