Only one consumer is receiving existing messages when they're created after the messages have been sent #1350
Unanswered
alandecastros
asked this question in
Q&A
Replies: 1 comment
-
@alandecastros Hey man, please use Discord for questions in the future rather than GitHub issues. The postgresql queue is competing consumers all the way. If you want to do a fan out, you'll need to use something different, or a queue per listener |
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.
-
Describe the bug
I've made the following test
In this publisher application I'm using the following configuration:
And published some messages before starting any consumer.
Then I started sequentially two consumer apps with the following configuration:
Only the first consumer gets the messages.
Am I missing a configuration? It's a bug or that's the way it's suppose to work?
Beta Was this translation helpful? Give feedback.
All reactions