Sets the list of STOMP protocol versions accepted by the client. The list must be ordered from the lowest
version to the highest. By default the following list is used: 1.0, 1.1, 1.2
Sets the heartbeat configuration.
Sets the STOMP server host. 0.0.0.0
by default.
Sets the login to use if the STOMP server is secured.
Sets the passcode to use if the STOMP server is secured.
Sets the STOMP server port. 61613
by default.
Sets the virtual host that will be used as "host" header value in the CONNECT
frame.
Sets whether or not the automatic computation of the content-length
header is enabled. If enabled, the
content-length
header is set in all frame with a body that do not explicitly set the header. The option
is enabled by default.
Sets whether or not the host
header must be dropped from the CONNECT/STOMP
frame. Server may
be picky about this header (such as RabbitMQ that does not support it). Options disabled by default.
Sets whether or not an empty line should be appended to the written STOMP frame. This option is disabled by default. This option is not compliant with the STOMP specification, and so is not documented on purpose.
Sets whether or not the connection is made using the STOMP
command instead of the CONNECT
command.
The STOMP
command has been introduced in the 1.2 version of the protocol to ease the network analysis
(as CONNECT
is also used by HTTP. To be compliant with server not implementing the 1.2 specification,
this option should be disabled. This option is disabled by default.
Sets the list of STOMP protocol versions accepted by the client. The list must be ordered from the lowest
version to the highest. By default the following list is used: 1.0, 1.1, 1.2
Sets whether or not the automatic computation of the content-length
header is enabled. If enabled, the
content-length
header is set in all frame with a body that do not explicitly set the header. The option
is enabled by default.
Sets whether or not the host
header must be dropped from the CONNECT/STOMP
frame. Server may
be picky about this header (such as RabbitMQ that does not support it). Options disabled by default.
Sets the heartbeat configuration.
Sets the STOMP server host. 0.0.0.0
by default.
Sets the login to use if the STOMP server is secured.
Sets the passcode to use if the STOMP server is secured.
Sets the STOMP server port. 61613
by default.
Sets whether or not an empty line should be appended to the written STOMP frame. This option is disabled by default. This option is not compliant with the STOMP specification, and so is not documented on purpose.
Sets whether or not the connection is made using the STOMP
command instead of the CONNECT
command.
The STOMP
command has been introduced in the 1.2 version of the protocol to ease the network analysis
(as CONNECT
is also used by HTTP. To be compliant with server not implementing the 1.2 specification,
this option should be disabled. This option is disabled by default.
Sets the virtual host that will be used as "host" header value in the CONNECT
frame.
Generated using TypeDoc
Options used to configure a STOMP client. As a STOMP client wraps a Net client, you can also configure the underlying NET client.