Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

notification tests assume JMS topic #242

Open
acoburn opened this issue Oct 12, 2018 · 0 comments
Open

notification tests assume JMS topic #242

acoburn opened this issue Oct 12, 2018 · 0 comments

Comments

@acoburn
Copy link

acoburn commented Oct 12, 2018

The test suite configuration will accept either a jms queue or a topic, but when run with a queue, the tests fail because, apparently, they are assuming the semantics of a topic. Specifically, the code starts up a listener, creates a resource and expects exactly two events. The problem is that, with a queue, there will be lots of events that preceded this occurrence, so the event count will be quite high (and definitely not == 2).

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

No branches or pull requests

1 participant