Skip to content

Commit

Permalink
Minor fix to README
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucabertani committed Dec 30, 2015
1 parent 3c217a2 commit 4d5d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ This project includes a demo client showing integration between <b>Lightstreamer

## Details

This demo displays real-time market data for 20 stocks, generated by the feed simulator included in the [Stock-List Demo Java Service](https://github.com/Lightstreamer/Lightstreamer-JMS-example-StockList-service-java). For simplicity, only the "stock_name" and "last_price" fields of updated items are displayed, and they are just logged to the console. Moreover, a single JMS topic is used for all stocks, while in a production environment you would probably use a different JMS topic for each stock.
This demo displays real-time market data for 20 stocks, generated by the feed simulator included in the [Stock-List Demo Java Service](https://github.com/Lightstreamer/Lightstreamer-JMS-example-StockList-service-java). For simplicity, only the "stock_name" and "last_price" fields of updated items are displayed, and they are just logged to the console. Moreover, a single JMS topic is used for all stocks, while in a real scenario you would probably use a different JMS topic for each stock.

This example uses the <b>Lightstreamer JMS Extender JavaScript Client API</b> to handle the communications with JMS Extender.

Expand Down

0 comments on commit 4d5d7a7

Please sign in to comment.