Skip to content

external rabbitmq sink in event task #179

Answered by marcellusm2
mdrio asked this question in Q&A
Discussion options

You must be logged in to vote

see my config using exchange below..

config.properties (credentials are configured here):

conductor.default-event-queue.type=amqp
conductor.event-queues.amqp.enabled=true
conductor.event-queues.amqp.hosts=<RABBITMQ_HOST>
conductor.event-queues.amqp.port=<RABBITMQ_PORT>
conductor.event-queues.amqp.virtualHost=/
conductor.event-queues.amqp.username=<RABBITMQ_USER>
conductor.event-queues.amqp.password=<RABBITMQ_PASS>
conductor.event-queues.amqp.useNio=false
conductor.event-queues.amqp.batchSize=10
conductor.event-queues.amqp.pollTimeDuration=1000ms
conductor.event-queues.amqp.maxChannelCount=1000
conductor.event-queues.amqp.useExchange=true
conductor.event-queues.amqp.listenerQueuePrefix=con…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mdrio
Comment options

Answer selected by mdrio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants