This is an automated email from the ASF dual-hosted git repository. zhoubo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git
commit e8aedf31c7eb4b26a2d9df7c766427fdfd845e9f Author: githublaohu <[email protected]> AuthorDate: Thu Jun 13 19:09:22 2019 +0800 Change README.md (#301) * Update README-CN.md * Update README.md --- README-CN.md | 2 +- README.md | 31 ++++++++++++++++--------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README-CN.md b/README-CN.md index bd745e2..be03683 100644 --- a/README-CN.md +++ b/README-CN.md @@ -5,7 +5,7 @@ org.apache.rocketmq.connect.activemq.connector.ActivemqConnector ##### 配置参数 参数 | 作用 | 是否必填 | 默认值 ----|--- |--- +---|--- |--- | --- activemq.url | activemq ip与端口号 | 是 | 无 activemq.username | 用户名 | 否 | 无 activemq.password| 密码 | 否 | 无 diff --git a/README.md b/README.md index e965865..e15149e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ -参数 | 作用 | ----|--- |--- -activemq.url | activemq ip与端口号 -activemq.username | 用户名 -activemq.password| 密码 -jms.destination.name | 读取的队列或者主题名 -jms.destination.type | 读取的类型:queue(队列)或者topic(主题) -jms.message.selector | 过滤器 -jms.session.acknowledge.mode | 消息确认 -jms.session.transacted | 是否是事务会话 -rocketmq.topic | 发送的topic -rocketmq.name | broker的用户名 -rocketmq.sk | -rocketmq.ak | -rocketmq.nameserver | nameserver url +##### ActiveConnector fully-qualified name +org.apache.rocketmq.connect.activemq.connector.ActivemqConnector + + +##### parameter configuration + +parameter | effect | required |default +---|--- |--- | --- +activemq.url | The URL of the ActiveMQ broker | yes | null +activemq.username | The username to use when connecting to ActiveMQ | no | null +activemq.password| The password to use when connecting to ActiveMQ | no | null +jms.destination.name | The name of the JMS destination (queue or topic) to read from | yes | null +jms.destination.type | The type of JMS destination, which is either queue or topic | yes | null +jms.message.selector | The message selector that should be applied to messages in the destination | no | null +jms.session.acknowledge.mode | The acknowledgement mode for the JMS Session | null | Session.AUTO_ACKNOWLEDGE +jms.session.transacted | Flag to determine if the session is transacted and the session completely controls. the message delivery by either committing or rolling back the session | null | false
