ActiveMQ Connector integrates Apache Pulsar with Apache ActiveMQ.
Name | Type | Required | Sensitive | Default | Description |
---|---|---|---|---|---|
protocol | String | true | false | ”tcp” | The ActiveMQ protocol. |
host | String | true | false | ” ” (empty string) | The ActiveMQ host. |
port | int | true | false | 5672 | The ActiveMQ port. |
username | String | false | true | ” ” (empty string) | The username used to authenticate to ActiveMQ. |
password | String | false | true | ” ” (empty string) | The password used to authenticate to ActiveMQ. |
queueName | String | false | false | ” ” (empty string) | The ActiveMQ queue name that messages should be read from or written to. |
topicName | String | false | false | ” ” (empty string) | The ActiveMQ topic name that messages should be read from or written to. |
pulsar-io-activemq-2.5.1.nar
in the pulsar connectors catalog.
sendMessage
of the class org.apache.pulsar.ecosystem.io.activemq.ActiveMQDemo
to send ActiveMQ messages.