-
Notifications
You must be signed in to change notification settings - Fork 643
Noop message store implementation #87
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
Noop message store implementation #87
Conversation
…tion Noop message store implementation (cherry picked from commit 2a77d99)
Would it be nice to replace |
If the tests don't rely on messages being resent (i.e. PersistMessages=N) then it might be an option. |
@guidomedina The unit tests fail with this:
This is from the AbstractMessageStoreTest. |
I think I know what it is, no default constructor, adding it and testing. |
Failed again, I can't figure out what's the trick, do I need to declare exceptions?
|
I'll have a look |
I look these tests and I think we should delete |
The session that is tried to lookup is NULL in the NoopStore.refresh() method. But I don't know why this works for the other tests. |
Noop message store implementation.