

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# Amazon MQ 配置中允许的元素及其属性
<a name="permitted-attributes"></a>

下面是 Amazon MQ 配置中允许的元素及其属性的详细列表。有关更多信息，请参阅 Apache ActiveMQ 文档中的 [XML 配置](http://activemq.apache.org/xml-configuration.html)。

使用滚动条查看表的其余部分。

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_cn/amazon-mq/latest/developer-guide/permitted-attributes.html)

## Amazon MQ 父元素属性
<a name="parent-element-details"></a>

下面是父元素属性的详细说明。有关更多信息，请参阅 Apache ActiveMQ 文档中的 [XML 配置](http://activemq.apache.org/xml-configuration.html)。

**Topics**
+ [代理](#broker-element)

### 代理
<a name="broker-element"></a>

`broker` 是一个父集合元素。

#### 属性
<a name="broker-attributes"></a>

##### networkConnectionStart异步
<a name="networkConnectionStartAsync"></a>

要缓解网络延迟并允许其他网络及时启动，请使用 `<networkConnectionStartAsync>` 标签。该标签指示代理使用执行程序并行启动网络连接（与代理启动异步）。

**默认值**：`false`

#### 示例配置
<a name="networkConnectorStartAsync"></a>

```
<broker networkConnectorStartAsync="false"/>
```