Author: prabath Date: Fri Dec 19 04:23:00 2008 New Revision: 27418 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=27418
Log: sample readme Added: trunk/wsas/java/modules/samples/Eventing/README Added: trunk/wsas/java/modules/samples/Eventing/README URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/Eventing/README?pathrev=27418 ============================================================================== --- (empty file) +++ trunk/wsas/java/modules/samples/Eventing/README Fri Dec 19 04:23:00 2008 @@ -0,0 +1,33 @@ +Prerequesites: +-------------- + +1. Run WSAS at least once - this will copy relavent jars to the appropripate locations. + +2. Ant installed. + +Stesps: +------- + +1. Go to [WSO2WSAS_HOME]\samples\Eventing\publisher + +2. ant + +3. The above will deploy StockQuoteService in WSAS + +4. Go to [WSO2WSAS_HOME]\samples\Eventing\consumer + +5. ant + +6. The above will deploy StockQuoteConsumer in WSAS + +7. Go to [WSO2WSAS_HOME]\samples\Eventing\client + +8. ant + +9. run-client.bat <event source epr> <event sink epr> + +example: + +run-client.bat http://[WSAS_SERVER]:9763/services/StockQuoteService http://[WSAS_SERVER]:9763/services/StockQuoteConsumer + + _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
