

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 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_tw/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>

##### networkConnectionStartAsync
<a name="networkConnectionStartAsync"></a>

為了減少網路的延遲，並且讓其他網路能夠及時開始，請使用 `<networkConnectionStartAsync>` 標籤。此標籤會指示代理程式，使用執行器來同時開始網路連線 (與代理程式的啟動非同步)。

**預設**：`false`

#### 範例組態
<a name="networkConnectorStartAsync"></a>

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