RabbitMQ
Last updated
Last updated
Properties Key
Required
Description
Example
url
yes
rabbitmq connection string address
"amqp://guest:guest@localhost:5672/"
queue
yes
set subscription queue
"queue"
dynamic_mapping
yes
set if to map rabbit topic to kubemq channel
"true"
consumer
yes
set subscription consumer tag
"consumer"
requeue_on_error
bool
set requeue on error property
"false"
auto_ack
bool
set auto_ack property
"false"
exclusive
bool
set exclusive property
"false"