The ActiveMQ destination writes messages to an ActiveMQ queue.Documentation Index
Fetch the complete documentation index at: https://docs.datris.ai/llms.txt
Use this file to discover all available pages before exploring further.
Message Format
The payload format depends on the source schema:- Structured data — When the schema contains regular typed columns, each row is serialized as a JSON object and sent as a text message.
- JSON or XML — When the schema contains a single
_jsonor_xmlfield, the raw string value is sent directly as the message body without additional wrapping.
Configuration Example
application.yaml via secrets.activeMQSecretName. See Configuration Reference for Vault secret format.
Field Reference
| Field | Required | Default | Description |
|---|---|---|---|
queueName | yes | Target queue name |
