Hi Manoj,

Please commit the attach patch.

https://wso2.org/jira/browse/ESBJAVA-2824


Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/>

Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
Index: src/main/java/org/apache/axis2/transport/jms/JMSSender.java
===================================================================
--- src/main/java/org/apache/axis2/transport/jms/JMSSender.java (revision 22819)
+++ src/main/java/org/apache/axis2/transport/jms/JMSSender.java (working copy)
@@ -304,10 +304,11 @@
                 }
 
             } else {
-                log.warn("Did not receive a JMS response within " +
-                    timeout + " ms to destination : " + replyDestination +
-                    " with JMS correlation ID : " + correlationId);
-                metrics.incrementTimeoutsReceiving();
+                   
+                               metrics.incrementFaultsReceiving();
+                               handleException("Did not receive a JMS response 
within " + timeout +
+                                               " ms to destination : " + 
replyDestination +
+                                               " with JMS correlation ID : " + 
correlationId);
             }
 
         } catch (JMSException e) {
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to