Replies: 1 comment
-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.1.2
Erlang version used
27.3.x
Operating system (distribution) used
Windows Server 2019
How is RabbitMQ deployed?
Windows installer
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ cluster
Steps to reproduce the behavior in question
tldr; When I first created this question I thought I was not able to make any exchanges (edits have been made). I now see it is specific to the plugin. The plugin I am trying to use is this one here https://github.com/anshmain/listen-pg-exchange it was updated to support a newer version of RabbitMQ than the original author's branch. However it still isn't made for my version of RabbitMQ, it enables fine but it's dependency is not detected as an available plugin and does not get enabled when enabling it. I'm guessing the dependency (which actually connects with postgresql) is not properly enabled and so the connection always fails. If anybody has experience with this kind of thing, help is appreciated. But I'm guessing this in the wrong repo to ask this question.
Replication 1
Replication 2
Replication 3
Replication 4
You can see in the logs above what happens when attempting to create the exchange.
Please note that erlang cookie is synchronized properly. I don't understand why I cannot create an exchange, it makes no sense. Any help here would be GREATLY appreciated
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code
# PASTE CODE HERE, BETWEEN BACKTICKS
Kubernetes deployment file
What problem are you trying to solve?
I'm trying to create an exchange of x-pgsql-listen type to receive NOTIFY updates from postgresql
Beta Was this translation helpful? Give feedback.
All reactions