Skip to main content

RabbitMQ

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 useage of RabbitMQ in TapData Cloud.

  • If the queue name is empty, all queues will be loaded by default; If it needs to be specified, it can be separated by commas.
  • API port refers to the API call port of RabbitMQ default HTTP, which is 8090 by default. (it needs to be specified when loading the queue in full)
  • The virtual host needs to match the account to use. It conforms to the permission directory of the account. The default is "/".

Limitations

  • only the message format of JSON object string (such as {"Id": 1, "name": "Zhang San"}) is supported, and jsonbytes, XML and other formats will be supplemented later.
  • you don't need to create a queue in advance
  • the PDK framework restricts the current direct mode of default exchange, and the routing function is not supported.

Supported Data Type

  • OBJECT
  • ARRAY
  • NUMBER
  • INTEGER
  • BOOLEAN
  • String (length less than 200)
  • TEXT