-
Notifications
You must be signed in to change notification settings - Fork 27
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
createTemporaryQueue and createTemporaryTopic fails in non-transacted environment #10
Comments
Merged
No that this has been merged into master, any chance of a patch release? I have tested the SNAPSHOT version and it seems to work as intendend |
zapodot
added a commit
to zapodot/stompjms
that referenced
this issue
Apr 24, 2013
chirino
added a commit
that referenced
this issue
Apr 24, 2013
remove NPE by always calling getChannel().getServerAdaptor(). Solves #10
zapodot
added a commit
to zapodot/stompjms
that referenced
this issue
Apr 25, 2013
Any change of a new release version including this change, @chirino ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When implementing the Request-Reply pattern in a non-transacted environment using the following pattern:
StompJmsSession fails with a NPE when invoking session.createTemporaryQueue due to a missing value for the field serverAdaptor (which is normally set by getChannel()).
The text was updated successfully, but these errors were encountered: