Replies: 2 comments 2 replies
-
@PayalMetange we cannot suggest much with such a brief problem statement. You can fetch URIs from secrets or any other location. URI path is not meant to be omitted, see the AMQP URI guide and Appendix A in particular. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Shovels should log a reasonable amount of information about its outbound connections, in particular at debug level. And RabbitMQ nodes log a lot of relevant inbound connection information by default. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2(ha) rabbitmq clusters with test.source queue in one rmq and test.target queue on other one.
I tried to create a shovel between these 2 queues with uri in below format:
amqp://username:password@host
In above uri vhost is default '/' so I didn't kept it. And host is extracted from secret of rmq clusters shown with username password port type.
Could anyone please help me in understanding where I went wrong? Also if my way of getting hostname is ok or not?
Beta Was this translation helpful? Give feedback.
All reactions