We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c2531 commit 65b6017Copy full SHA for 65b6017
spring-jms/src/main/java/org/springframework/jms/remoting/JmsInvokerClientInterceptor.java
@@ -419,7 +419,7 @@ protected Object recreateRemoteInvocationResult(RemoteInvocationResult result) t
419
* @return the RemoteAccessException to throw
420
*/
421
protected RemoteAccessException convertJmsInvokerAccessException(JMSException ex) {
422
- throw new RemoteAccessException("Could not access JMS invoker queue [" + this.queue + "]", ex);
+ return new RemoteAccessException("Could not access JMS invoker queue [" + this.queue + "]", ex);
423
}
424
425
0 commit comments