Skip to content
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

Implementing a rabbitmq transport object #10

Open
Liad-n opened this issue Jun 5, 2023 · 0 comments
Open

Implementing a rabbitmq transport object #10

Liad-n opened this issue Jun 5, 2023 · 0 comments

Comments

@Liad-n
Copy link

Liad-n commented Jun 5, 2023

So I tried to create a rabbitmq transport element containing the connection, channel for sending, channel for consuming and  declaring the queues and exchange.
After losing connection it reconnects well, but after rabbitmq resets the queues and exchange get deleted and have to be recreated.
eventhough the connection gets replaced with the fixed one in the package, it still gives me an error of channel/connection are closed.
Also I didn't succeed checking if connection.IsClosed as it always returns false.

rabbitmq version: 3.8.9
environment: local k3s cluster

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant