RabbitMQ Subscribe
Import data from RabbitMQ.
Properties
Name | Type | |
---|---|---|
engine | String=rabbitmq:subscribe | |
url | String | |
queue | String | |
decoder | String | |
schema | Object |
engine
Must be rabbitmq:subscribe
.
- Required
- Yes
url
The URL of your RabbitMQ server.
- Required
- Yes
queue
The RabbitMQ queue to subscribe to.
- Required
- Yes
decoder
The format of the data. See Parsing Data for details.
- Required
- Yes
- Enum
-
csv
json
ndjson
msgpack
protobuf
parquet
html
xml
regex
schema
Define a schema for the data.
- Required
- Yes