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
类型 :字符串
默认:
XML name: password
Description: 用于连接的密码。如果没有指定,会尝试匿名连接。
amqpConnections.<name>.retryInterval
type: int
Default: 5000
XML name: retry-interval
Description: interval, in milliseconds, between successive retries。
amqpConnections.<name>.connectionElements
Description: AMQPMirrorBrokerConnectionElement
Default:
XML name: amqp-connection
Description: An AMQP Broker Connection support 4 type: 1.mirrors - 代理使用 AMQP 连接到另一个代理,以及重复消息并通过线发送确认。2.senders - 在特定队列中接收的消息传输到另一个端点。3.receivers - 代理从另一个端点拉取信息。4.peers - 代理在知道如何处理它们的另一个端点上创建发送者和接收器。目前,这是 Apacheqpid Dispatch 实施的。目前,只支持 mirror 类型。
amqpConnections.<name>.connectionElements.<name>.messageAcknowledgments
type: boolean
Default:
XML name: message-acknowledgments
Description: If true
,消息确认会被镜像。
amqpConnections.<name>.connectionElements.<name>.queueRemoval
type: boolean
Default:
XML name: queue-removal
Description: 指定镜像队列是否删除地址和队列的事件。
amqpConnections.<name>.connectionElements.<name>.addressFilter
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
类型 :字符串
默认:
XML 名称:user
Description: User name for connect.如果没有指定,会尝试匿名连接。
amqpConnections.<name>.uri
Type: