.. _activemq-source-connector-config: Configuration Properties ------------------------ To use this connector, specify the name of the connector class in the ``connector.class`` configuration property. .. codewithvars:: properties connector.class=io.confluent.connect.activemq.ActiveMQSourceConnector Connector-specific configuration properties are described below. ActiveMQ Connection ^^^^^^^^^^^^^^^^^^^ ``activemq.url`` The URL of the ActiveMQ broker. * Type: string * Importance: high ``activemq.username`` The username to use when connecting to ActiveMQ. * Type: string * Default: "" * Importance: high ``activemq.password`` The password to use when connecting to ActiveMQ. * Type: password * Default: [hidden] * Importance: high ActiveMQ Session ^^^^^^^^^^^^^^^^ ``jms.destination.name`` The name of the JMS destination (queue or topic) to read from. * Type: string * Importance: high ``jms.destination.type`` The type of JMS destination, which is either `queue` or `topic`. * Type: string * Default: queue * Valid Values: [queue, topic] * Importance: high ``jms.message.selector`` The `message selector `_ that should be applied to messages in the destination. * Type: string * Default: "" * Importance: high ``jms.session.acknowledge.mode`` The acknowledgement mode for the JMS Session. See JMS documentation for `auto `_, `client `_, and `dups_ok `_. * Type: string * Default: client * Valid Values: [client, auto, dups_ok] * Importance: medium ``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. See `Connection.createSession(boolean, int) `_ for more details. * Type: boolean * Default: true * Importance: low |ak| ^^^^ ``kafka.topic`` The name of the |ak-tm| topic where the connector writes all records that were read from the JMS broker. * Type: string * Importance: high .. _activemq-source-connector-license-config: |cp| license ^^^^^^^^^^^^ ``confluent.topic.bootstrap.servers`` A list of host/port pairs to use for establishing the initial connection to the |ak| cluster used for licensing. All servers in the cluster will be discovered from the initial connection. This list should be in the form host1:port1,host2:port2,.... Since these servers are just used for the initial connection to discover the full cluster membership (which may change dynamically), this list need not contain the full set of servers (you may want more than one, though, in case a server is down). * Type: list * Importance: high ``confluent.topic`` Name of the |ak| topic used for Confluent Platform configuration, including licensing information. * Type: string * Default: _confluent-command * Importance: low ``confluent.topic.replication.factor`` The replication factor for the |ak| topic used for Confluent Platform configuration, including licensing information. This is used only if the topic does not already exist, and the default of 3 is appropriate for production use. If you are using a development environment with less than 3 brokers, you must set this to the number of brokers (often 1). * Type: int * Default: 3 * Importance: low ---------------------------- Confluent license properties ---------------------------- .. include:: ../includes/security-info.rst .. include:: ../includes/platform-license.rst .. include:: ../includes/security-configs.rst .. _activemq_source_license-topic-configuration: .. include:: ../includes/platform-license-detail.rst .. include:: ../includes/overriding-default-config-properties.rst