-
Notifications
You must be signed in to change notification settings - Fork 32
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
Less durable queue #2
Comments
What are you trying to test? You could simply set the |
The idea was to isolate queues between tests, I would like to be sure that one test's queue state cannot effect another. I can use a uuid for a queue name for each test, but over time I would end up with a large directory. If I can keep the queue in memory then I won't need to make sure to use a uuid or cleanup a named queue between test runs. |
I can provide a |
That sounds great. Thanks. |
This issue can be safely closed at the |
Would it be possible to create a version of the queue that would not be durable for testing purposes? Maybe you could pass an optional parameter to set it to in memory on mode.
The text was updated successfully, but these errors were encountered: