Author: amila Date: Tue Jun 10 04:11:12 2008 New Revision: 18290 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18290
Log: updated the sample Modified: branches/wsas/java/2.3/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/Client.java Modified: branches/wsas/java/2.3/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/Client.java URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/Client.java?rev=18290&r1=18289&r2=18290&view=diff ============================================================================== --- branches/wsas/java/2.3/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/Client.java (original) +++ branches/wsas/java/2.3/wsas/modules/samples/CommodityQuote/src/org/wso2/wsas/sample/commodityquote/client/Client.java Tue Jun 10 04:11:12 2008 @@ -311,11 +311,13 @@ Options clientOptions = stub._getServiceClient().getOptions(); clientOptions.setUseSeparateListener(true); - + + stub._getServiceClient().getOptions().setProperty(MercuryClientConstants.SEQUENCE_OFFER, Constants.VALUE_TRUE); clientOptions.setProperty(MercuryClientConstants.ERROR_CALLBACK, new MercuryErrorCallbackImpl()); MercuryClient mercuryClient = new MercuryClient(stub._getServiceClient()); - mercuryClient.setRMSSequenceRetransmitTime(5000); + mercuryClient.setRMSSequenceRetransmitTime(60000); + mercuryClient.setRMDSequenceRetransmitTime(60000); } private static class MercuryErrorCallbackImpl implements MercuryErrorCallback { _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
