-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't see the messages #25
Comments
So I would debug this by using psql to connect to the same database and issuing a |
Likewise, you can connect via psql and issue a |
Also worth pointing out is any errors would show up in the RabbitMQ error logs. Also, maybe a silly question, but did you declare a queue, and bind it to the exchange with the notification channel as the binding key? |
Hello I'm really interested in getting this working:
I've already installed rabbitMQ in Kubernetes with a Rabbitmq helm chart and modifying its values.yaml to include this plugin:
And it seems to up and running, but how can I see the Postgres messages that I'm sending with Notify?
I can catch the other messages but can't see (or don't know how) catch the PostgreSQL Notifications.
I'm using the prerelease version: v1.0.0a1
The text was updated successfully, but these errors were encountered: