Updated on 2024-04-23 GMT+08:00

ActiveMQ

ActiveMQ is an open-source message middleware based on the Java Message Service (JMS). ActiveMQ provides a reliable, efficient, and scalable message transfer mechanism and supports multiple message and transmission protocols, such as TCP, UDP, SSL, and NIO. ActiveMQ supports multiple queue and topic modes and can be used in scenarios such as asynchronous message transfer, publishing/subscription, and message routing. It provides a visualized management interface, facilitating configuration and monitoring with high reliability and flexibility. ActiveMQ can be used to build distributed systems. It supports multiple programming languages and platforms and provides various APIs.

Creating an ActiveMQ Connection

  1. Log in to the new ROMA Connect console.
  2. In the navigation pane on the left, choose Connector. On the page displayed, click New Connection.
  3. Select the ActiveMQ connector.
  4. In the dialog box displayed, configure the connector and click OK.

    Parameter

    Description

    Name

    Enter the connector instance name.

    Brokers

    List brokers of the ActiveMQ.

    Username

    Username for connecting to ActiveMQ.

    Password

    Password for connecting to ActiveMQ.

    SSL Authentication

    Whether SSL authentication is used for connecting ActiveMQ.

    Description

    Enter the description of the connector to identify it.

Action

Sending messages

Configuration Parameters

Parameter

Description

Destination Object Type

Type of the destination object to which a message is sent.

  • Topic
  • Queue

Destination Object Name

Enter the name of the destination object, that is, the name of the topic or queue.

Content

Enter the content of the message to be sent.