Sample configuration file (adapter.xml) for the NYSE adapter.
This file is in the example folder.
<adapter>
<!-- Adapter Controller -->
<controller>
<controllerPort>13579</controllerPort>
</controller>
<!-- Event Stream Processor Settings -->
<esp>
<espConnection>
<espProjectUri>esp://localhost:19011/w1/p1</espProjectUri>
</espConnection>
<espSecurity>
<espUser>espuser</espUser>
<espPassword encrypted="false">espuser</espPassword>
<espAuthType>none</espAuthType>
<!--
<espRSAKeyStore>/keystore/keystore.jks</espRSAKeyStore>
<espRSAKeyStorePassword>Sybase123</espRSAKeyStorePassword> -->
<espEncryptionAlgorithm>RSA</espEncryptionAlgorithm>
</espSecurity>
<maxPubPoolSize>1</maxPubPoolSize>
</esp>
<watchlists>
<marketDataWatchlist>MarketDataWatchlist</marketDataWatchlist>
<orderBookWatchlist>OrderBookWatchlist</orderBookWatchlist>
</watchlists>
<marketDataStreams>
<stream>
<name>MyMarketDataStream</name>
<column>
<name>MyTimestamp</name>
<field>wSrcTime</field>
</column>
</stream>
</marketDataStreams>
<datafeed>
<middleware>wmw</middleware>
<subscriptionTimeout>5</subscriptionTimeout>
<subscriptionRetries>1</subscriptionRetries>
<dictionaryTransport>demo</dictionaryTransport>
<dictionaryNamespace>WOMBAT</dictionaryNamespace>
<dictionaryTimeout>10</dictionaryTimeout>
<dictionaryRetries>1</dictionaryRetries>
</datafeed>
</adapter>