Skip to main content
The ActiveMQ sink connector pulls messages from Pulsar topics and persist messages to ActiveMQ.

Installation

Configuration

The configuration of the ActiveMQ sink connector has the following properties.

ActiveMQ sink connector configuration

Configure ActiveMQ sink connector

Before using the ActiveMQ sink connector, you need to create a configuration file through one of the following methods.
  • JSON
  • YAML

Usage

  1. Prepare ActiveMQ service.
  2. Put the pulsar-io-activemq-2.5.1.nar in the pulsar connectors catalog.
  3. Start Pulsar in standalone mode.
  4. Run ActiveMQ sink locally.
  5. Send Pulsar messages.
  6. Consume ActiveMQ messages. Use the test method receiveMessage of the class org.apache.pulsar.ecosystem.io.activemq.ActiveMQDemo to consume ActiveMQ messages.