Skip to main content

ActiveMQ

Applicable EditionsTapData CloudTapData Cloud offers you cloud services that are suitable for scenarios requiring rapid deployment and low initial investment, helping you focus more on business development rather than infrastructure management. Free trial with TapData Cloud.TapData EnterpriseTapData Enterprise can be deployed in your local data center, making it suitable for scenarios with strict requirements on data sensitivity or network isolation. It can serve to build real-time data warehouses, enable real-time data exchange, data migration, and more.TapData CommunityTapData Community is an open-source data integration platform that provides basic data synchronization and transformation capabilities. This helps you quickly explore and implement data integration projects. As your project or business grows, you can seamlessly upgrade to TapData Cloud or TapData Enterprise to access more advanced features and service support.

Please follow the instructions below to ensure successful addition and usage of ActiveMQ in TapData Cloud.

Supported Versions

5.14.x

ActiveMQ Configuration Instructions

  • If the queue name is left empty, all queues are loaded by default. If specific queues need to be specified, they can be separated by commas.
  • The format of the MQ connection string (BrokerUrl) is: tcp://[host]:[port].

Usage Limitations

  • Only JSON object string message format is supported (e.g., {"id": 1, "name": "Jack"}). Support for JSONBytes, XML, and other formats will be added later.
  • It is not necessary to create queues in advance.
  • There are limitations in the PDK framework, and the topic mode does not support full synchronization well. The topic mode is temporarily unavailable.

Data Types

  • OBJECT
  • ARRAY
  • NUMBER
  • INTEGER
  • BOOLEAN
  • STRING (length up to 200)
  • TEXT