G.2. AMQPConnections
AMQPConnections.<name>.reconnectAttempts
Type: int
Default: -1
XML name: reconnect-attempts
Description: The number of reconnection attempts after a failure.
AMQPConnections.<name>.password
Type: string
Default:
XML name: password
Description: used to connect password。如果没有指定,则会尝试匿名连接。
AMQPConnections.<name>.retryInterval
Type: int
Default: 5000
XML name: retry-interval
Description: 间隔(以毫秒为单位)在连续重试之间。
AMQPConnections.<name>.connectionElements
Description: AMQPMirrorBrokerConnectionElement
Default:
XML name: amqp-connection
Description: 一个 AMQP Broker 连接支持 4 类型:1。mirrors - 代理使用 AMQP 连接到另一个代理,重复消息,并通过线路发送确认。2.senders - 在特定队列上收到的消息传输到另一个端点。3.receivers - 代理从另一个端点拉取信息。4.peers - 代理在另一个端点上创建发送者和接收器,它们知道如何处理它们。目前由 Apache Qpid Dispatch 实施。目前,只支持镜像类型。
AMQPConnections.<name>.connectionElements.<name>.messageAcknowledgments
Type: boolean
Default:
XML name: message-acknowledgments
Description: If true
, message confirmations are mirroreds are mirrored.
AMQPConnections.<name>.connectionElements.<name>.queueRemoval
type: boolean
Default:
XML name: queue-removal
Description: 指定镜像队列是否删除地址和队列的事件。
AMQPConnections.<name>.connectionElements.<name>.addressFilter
Type: String
Default:
XML name: address-filter
Description: 指定镜像用来根据源地址将哪些事件转发到目标服务器的过滤器。
AMQPConnections.<name>.connectionElements.<name>.queueCreation
type: boolean
Default:
XML name: queue-creation
Description: 指定镜像队列是否为地址和队列创建事件。
AMQPConnections.<name>.autostart
type: boolean
Default: true
XML name: auto-start
Description: 指定在服务器启动时是否启动代理连接。
AMQPConnections.<name>.user
Type: string
Default:
XML name: user
Description: 用于连接的用户名。如果没有指定,则会尝试匿名连接。
AMQPConnections.<name>.uri
Type: String
Default:
XML name: uri
Description: