Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
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 |