Please find the latest patch. Please commit.
Thank you
On Thu, Jan 23, 2014 at 9:39 AM, Malaka Silva <[email protected]> wrote:
> 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.
>
--
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: README.txt
===================================================================
--- README.txt (revision 195038)
+++ README.txt (working copy)
@@ -4,6 +4,7 @@
https://wso2.org/jira/browse/CARBON-14635
https://wso2.org/jira/browse/ESBJAVA-2906
https://wso2.org/jira/browse/ESBJAVA-2909
+ https://wso2.org/jira/browse/ESBJAVA-2824
DESCRIPTION
-----------
Index:
dependencies/transports/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSSender.java
===================================================================
---
dependencies/transports/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSSender.java
(revision 195038)
+++
dependencies/transports/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSSender.java
(working copy)
@@ -307,10 +307,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