Options for configuring the AmqpBridge.
Name |
Type |
Description |
@connectTimeout
|
Number (int)
|
- |
@containerId
|
String
|
Sets the value to use as the container-id field in the AMQP Open frame. Some servers and clients use this for the
concept of a 'Client ID'. Defaults to null, which indicates a value will be generated by the bridge when the
underlying connection is made.
|
@crlPaths
|
Array of String
|
- |
@crlValues
|
Array of Buffer
|
- |
@enabledCipherSuites
|
Array of String
|
- |
@enabledSaslMechanisms
|
Array of String
|
- |
@enabledSecureTransportProtocols
|
Array of String
|
- |
@heartbeat
|
Number (int)
|
- |
@hostnameVerificationAlgorithm
|
String
|
- |
@idleTimeout
|
Number (int)
|
- |
@idleTimeoutUnit
|
TimeUnit
|
- |
@jdkSslEngineOptions
|
JdkSSLEngineOptions
|
- |
@keyStoreOptions
|
JksOptions
|
- |
@localAddress
|
String
|
- |
@logActivity
|
Boolean
|
- |
@maxFrameSize
|
Number (int)
|
- |
@metricsName
|
String
|
- |
@openSslEngineOptions
|
OpenSSLEngineOptions
|
- |
@pemKeyCertOptions
|
PemKeyCertOptions
|
- |
@pemTrustOptions
|
PemTrustOptions
|
- |
@pfxKeyCertOptions
|
PfxOptions
|
- |
@pfxTrustOptions
|
PfxOptions
|
- |
@proxyOptions
|
ProxyOptions
|
- |
@receiveBufferSize
|
Number (int)
|
- |
@reconnectAttempts
|
Number (int)
|
- |
@reconnectInterval
|
Number (long)
|
- |
@replyHandlingSupport
|
Boolean
|
Sets whether the bridge should try to enable support for sending messages with a reply handler set, and replying to
messages using the message reply methods. Defaults to true. If the server does not advertise support for
'anonymous sender' links then the bridge won't support reply handling regardless of this setting.
|
@reuseAddress
|
Boolean
|
- |
@reusePort
|
Boolean
|
- |
@sendBufferSize
|
Number (int)
|
- |
@sniServerName
|
String
|
- |
@soLinger
|
Number (int)
|
- |
@ssl
|
Boolean
|
- |
@tcpCork
|
Boolean
|
- |
@tcpFastOpen
|
Boolean
|
- |
@tcpKeepAlive
|
Boolean
|
- |
@tcpNoDelay
|
Boolean
|
- |
@tcpQuickAck
|
Boolean
|
- |
@trafficClass
|
Number (int)
|
- |
@trustAll
|
Boolean
|
- |
@trustStoreOptions
|
JksOptions
|
- |
@useAlpn
|
Boolean
|
- |
@usePooledBuffers
|
Boolean
|
- |
@vhost
|
String
|
Sets the value to use as the hostname field in the AMQP Open frame. Defaults to null, which indicates the hostname
value given when starting the bridge will be used to populate the hostname field.
|
@virtualHost
|
String
|
- |