Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The client configuration needs to change the connection url to ActiveMQ:

before:

 

<add key="QueueLocation" value="tcp://192.168.1.77:61616" />
<add key="MarketDataQueue" value="tcp://192.168.1.77:61616" />

Now:

<add key="QueueLocation" value="failover:(tcp://192.168.1.77:61616)?timeout=3000" />
<add key="MarketDataQueue" value="failover:(tcp://192.168.1.77:61616)?timeout=3000" />



The Customers table has a new field indicating whether the customer pays capital gains tax.

...