-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Possible NPE in JmsUtils.buildExceptionMessage and JmsException.getMessage [SPR-5470] #10143
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
Comments
Juergen Hoeller commented I'm reopening this issue for the linked exception problem that you pointed out at #9948. Juergen |
Juergen Hoeller commented Should be fully fixed for M2 now, in both JmsException and JmsUtils. Juergen |
Philippe Mouawad commented Hello, Thank you in advance. |
Sven Borkert commented Hello, this error prevents "DefaultMessageListenerContainer" from recovering broken connections. I tested this with active MQ, when I shutdown the broker, NPEs appear: Exception in thread "commandListener-3" java.lang.NullPointerException This causes the thread to die, and I think it stays unnoticed, so there is no recovery. How can you not fix such bugs in the stable version, when Spring 3 is only available as RC and not stable? Regards, Sven |
Dennis Homann commented I agree with Philippe: please backport this fix to 2.5.x. |
Timothy Myer commented +1 for backporting to Spring 2.5.x. |
Guillaume Nodet opened SPR-5470 and commented
If the JMS exception has no message, a NPE is thrown
Affects: 2.5.6
Issue Links:
The text was updated successfully, but these errors were encountered: