Replies: 3 comments 2 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
We need server logs and an executable way to reproduce. RabbitMQ core never opens channels (some plugins do), so the channel build-up may be a behavior caused by your publisher code. It's also not clear how can said events "show up in the stream" while at the same time "publishers never seem to successfully publish". What is the success criteria used? An executable way to reproduce and logs would answer these questions and more. |
Beta Was this translation helpful? Give feedback.
-
I ran a test under the following conditions:
The published messages are confirmed and I did not observe any channel leakage. The messages end up in both the queue and the stream. This is the expected behavior. Could you provide an initialization procedure and the publisher code to reproduce? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Mapping bindings between a stream and a pub-sub exchange causes publishers to fails and channels on publishers to explode in count.
Step to reproduce:
Beta Was this translation helpful? Give feedback.
All reactions