Author: asankaa Date: Fri Nov 28 02:29:45 2008 New Revision: 25224 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=25224
Log: add help to the build script Modified: branches/synapse/1.2.wso2v1/modules/samples/src/main/scripts/build.xml Modified: branches/synapse/1.2.wso2v1/modules/samples/src/main/scripts/build.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/samples/src/main/scripts/build.xml?rev=25224&r1=25223&r2=25224&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/modules/samples/src/main/scripts/build.xml (original) +++ branches/synapse/1.2.wso2v1/modules/samples/src/main/scripts/build.xml Fri Nov 28 02:29:45 2008 @@ -67,6 +67,32 @@ example: ant fixclient -Dsymbol=IBM -Dqty=5 -Dmode=buy -Daddurl=http://localhost:8280/soap/FIXProxy + + ant eventsubscriber + A client that subscribe to the Synapse event source + + examples: + ant eventsubscriber + [-Dmode=subscribe | unsubscribe | getstatus | renew] + [-Daddurl=http://localhost:8280/services/eventing] + [-Daddress=http://localhost:9000/services/SimpleStockQuoteService] + [-Dtopic=/synapse/sample/topic] + [-Didentifier=urn:uuid:607498E6483EF9C434122785636889830400199622296] + [-Dexpires=2008-12-31T21:07:00.000-08:00] + + ant eventsender + A client that sends Events to the Synapse event sink + + examples: + ant eventsender + [-Daddurl=http://localhost:8280/services/eventing] + [-Dtopic=/synapse/sample/topic] + [-Dtopicns=http://apache.org/aip] + [-Daction=urn:event] + [-Dsymbol=DELL] + [-Dqty=1000] + [-Dprice=100.10] + </echo> </target> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
