mickeyzzm commented on code in PR #8649:
URL: https://github.com/apache/seatunnel/pull/8649#discussion_r1952277175


##########
docs/zh/connector-v2/sink/Activemq.md:
##########
@@ -0,0 +1,123 @@
+# Activemq
+
+> Activemq 接收器连接器
+
+## 描述
+
+用于将数据写入 Activemq.
+
+## 关键特性
+
+- [ ] [精确一次](../../concept/connector-v2-features.md)
+
+## 选项
+
+|                名称                 |  类型   | 必需 | 默认值 |
+|-------------------------------------|---------|----------|--------------|
+| host                                | string  | no       | -            |
+| port                                | int     | no       | -            |
+| virtual_host                        | string  | no       | -            |
+| username                            | string  | no       | -            |
+| password                            | string  | no       | -            |
+| queue_name                          | string  | yes      | -            |
+| uri                                 | string  | yes      | -            |
+| check_for_duplicate                 | boolean | no       | -            |
+| client_id                           | boolean | no       | -            |
+| copy_message_on_send                | boolean | no       | -            |
+| disable_timeStamps_by_default       | boolean | no       | -            |
+| use_compression                     | boolean | no       | -            |
+| always_session_async                | boolean | no       | -            |
+| dispatch_async                      | boolean | no       | -            |
+| nested_map_and_list_enabled         | boolean | no       | -            |
+| warnAboutUnstartedConnectionTimeout | boolean | no       | -            |
+| closeTimeout                        | int     | no       | -            |
+
+### host [string]
+
+用于连接的默认主机
+
+### port [int]
+
+the default port to use for connections

Review Comment:
   Already made changes



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to