You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per my comment on #16680, JmsMessagingTemplate delegates to a local convertJmsException template method for those purposes now, giving us the chance to avoid a generic MessagingExceptionTranslator for the time being and potentially reconsider it for a different role at a later point.
Stéphane Nicoll opened SPR-12038 and commented
Consider a review of
JmsMessagingTemplate
to translate anyJmsException
to a standardMessagingException
that encapsulates the lower level exception.Right now, plain
JmsException
instances are thrown.Affects: 4.1 RC1
Issue Links:
Referenced from: commits 1fe742a, 89d63eb, c06ac06
The text was updated successfully, but these errors were encountered: