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


##########
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       | -            |
+

Review Comment:
   No problem



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to