This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
How to configure amqp queue connection? #80
Unanswered
Jurgen1980
asked this question in
Q&A
Replies: 0 comments 4 replies
-
Hi @Jurgen1980 , This error comes when there is no AMQPEventQueueProvider initialize. Can you please check do you have in AMQPEventQueueProvider.java your contrib? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to send messages to a RabbitMQ queue.
But I keep getting the same error over and over again.
Error:
Error loading queue for name:amqp_queue:conductor, sink:amqp_queue:conductor, error: Unknown queue type amqp_queue
Flow:
What have I done:
added the contrib files
https://github.com/Netflix/conductor/tree/2.31/contribs/src/main/java/com/netflix/conductor/contribs
Configured config file:
Verified configuration in swagger:
Installed version:
(v3.11.0-SNAPSHOT) :::Spring Boot::: (v2.6.7)
Is there something I missed?
Beta Was this translation helpful? Give feedback.
All reactions