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

SQL Tranport bus queue being deleted with active consumers #5018

Open
phatboyg opened this issue Mar 18, 2024 · 3 comments
Open

SQL Tranport bus queue being deleted with active consumers #5018

phatboyg opened this issue Mar 18, 2024 · 3 comments

Comments

@phatboyg
Copy link
Member

Contact Details

No response

Version

8.x (develop, pre-release)

On which operating system(s) are you experiencing the issue?

MacOS

Using which broker(s) did you encounter the issue?

In-Memory

What are the steps required to reproduce the issue?

SQL Transport is not properly tracking activity on a queue, only message consumption, therefore auto delete queues are being deleted with active consumers.

What is the expected behavior?

They should not be deleted.

What actually happened?

They are deleted, endpoint recycles.

Related log output, including any exceptions

[13:24:56 WRN] Consume Loop faulted
Npgsql.PostgresException (0x80004005): P0001: Queue not found: ChrissMacPro_SampleApi_bus_t8yyyy8mzd1fb8aybdqrq6ynf3

Link to repository that demonstrates/reproduces the issue

No response

@phatboyg
Copy link
Member Author

This isn't breaking, it is just annoying every five minutes to see the bus endpoint recycle and recreate the queue.

@safari137
Copy link

I'm seeing the same thing with the sql server implementation.

You're right, it is annoying, but it seems to continue working. Are there any plans to let this silently resolve itself instead of throwing the exception?

@phatboyg
Copy link
Member Author

phatboyg commented May 8, 2024

I'll eventually fix it, it just isn't at the top of my list.

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

No branches or pull requests

2 participants