tree: 1230771db8685056f53ce2ce32102411314c57a7 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README-CN.md
  4. README.md
rocketmq-connect-activemq/README.md
ActiveConnector fully-qualified name

org.apache.rocketmq.connect.activemq.connector.ActivemqConnector

parameter configuration
parametereffectrequireddefault
activemq.urlThe URL of the ActiveMQ brokeryesnull
activemq.usernameThe username to use when connecting to ActiveMQnonull
activemq.passwordThe password to use when connecting to ActiveMQnonull
jms.destination.nameThe name of the JMS destination (queue or topic) to read fromyesnull
jms.destination.typeThe type of JMS destination, which is either queue or topicyesnull
jms.message.selectorThe message selector that should be applied to messages in the destinationnonull
jms.session.acknowledge.modeThe acknowledgement mode for the JMS SessionnullSession.AUTO_ACKNOWLEDGE
jms.session.transactedFlag to determine if the session is transacted and the session completely controls. the message delivery by either committing or rolling back the sessionnullfalse