Author: asanka
Date: Sun Dec 6 13:13:22 2009
New Revision: 887682
URL: http://svn.apache.org/viewvc?rev=887682&view=rev
Log:
QFJ configuration to sample repo and modified QFJ setup instructions to pass
the config as a commmand line param.
Added:
synapse/trunk/java/repository/conf/sample/resources/fix/banzai.cfg
synapse/trunk/java/repository/conf/sample/resources/fix/executor.cfg
Modified:
synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml
Added: synapse/trunk/java/repository/conf/sample/resources/fix/banzai.cfg
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/resources/fix/banzai.cfg?rev=887682&view=auto
==============================================================================
--- synapse/trunk/java/repository/conf/sample/resources/fix/banzai.cfg (added)
+++ synapse/trunk/java/repository/conf/sample/resources/fix/banzai.cfg Sun Dec
6 13:13:22 2009
@@ -0,0 +1,14 @@
+[default]
+FileStorePath=../data/banzai
+ConnectionType=initiator
+SenderCompID=BANZAI
+TargetCompID=SYNAPSE
+SocketConnectHost=localhost
+StartTime=00:00:00
+EndTime=00:00:00
+HeartBtInt=30
+ReconnectInterval=5
+
+[session]
+BeginString=FIX.4.0
+SocketConnectPort=9876
Added: synapse/trunk/java/repository/conf/sample/resources/fix/executor.cfg
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/resources/fix/executor.cfg?rev=887682&view=auto
==============================================================================
--- synapse/trunk/java/repository/conf/sample/resources/fix/executor.cfg (added)
+++ synapse/trunk/java/repository/conf/sample/resources/fix/executor.cfg Sun
Dec 6 13:13:22 2009
@@ -0,0 +1,15 @@
+[default]
+FileStorePath=../data/executor
+ConnectionType=acceptor
+StartTime=00:00:00
+EndTime=00:00:00
+HeartBtInt=30
+ValidOrderTypes=1,2,F
+SenderCompID=EXEC
+TargetCompID=SYNAPSE
+UseDataDictionary=Y
+DefaultMarketPrice=12.30
+
+[session]
+BeginString=FIX.4.0
+SocketAcceptPort=19876
\ No newline at end of file
Modified: synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml?rev=887682&r1=887681&r2=887682&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Samples_Setup.xml Sun Dec 6
13:13:22 2009
@@ -698,10 +698,15 @@
</p>
<p>
If you are using a binary distribution of Quickfix/J, the two
- samples and their configuration files are all packed to a
- single jar file called quickfixj-examples.jar. You will have to
- extract the jar file, modify the configuration files and pack
+ samples and their default configuration files are all packed to a
+ single jar file called quickfixj-examples.jar. You can extract the jar
file,
+ replace the modified configuration files and pack
them to a jar file again under the same name.
+ You can pass the new configuration file as a command line parameter too,
in that case you don't
+ need to modify the quickfixj-examples.jar.
+ You can copy the config files from
$SYNAPSE_HOME/repository/conf/sample/resources/fix folder to
+ $QFJ_HOME/etc folder. Execute the sample apps from $QFJ_HOME/bin,
./banzai.sh/bat ../etc/banzai.cfg
+ executor.sh/bat ../etc/executor.sh.
</p>
<p>
For more information regarding the FIX sample applications please