lightstreamer-jms-web-client
Advanced tools
Comparing version 2.0.0-b1 to 2.0.0
{ | ||
"name": "lightstreamer-jms-web-client", | ||
"version": "2.0.0-b1", | ||
"version": "2.0.0", | ||
"description": "JavaScript library for the development of Lightstreamer JMS Extender clients running inside the web browser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,3 +30,3 @@ # Lightstreamer JMS Extender Web Client # | ||
```html | ||
<script src="https://unpkg.com/lightstreamer-jms-web-client@2.0.0-b1/dist/lightstreamer-jms.js"></script> | ||
<script src="https://unpkg.com/lightstreamer-jms-web-client@2.0.0/dist/lightstreamer-jms.js"></script> | ||
``` | ||
@@ -38,3 +38,3 @@ | ||
```js | ||
jms.TopicConnectionFactory.createTopicConnection("http://localhost:8080/", "HornetQ", null, null, { | ||
jms.TopicConnectionFactory.createTopicConnection("http://localhost:8080/", "ActiveMQ", null, null, { | ||
onConnectionCreated: function(conn) { | ||
@@ -60,5 +60,5 @@ var topicSession = conn.createSession(false, "PRE_ACK"); | ||
onMessage: function(message) { | ||
var feedMessage= message.getObject(); | ||
var key= feedMessage.itemName; | ||
var values= feedMessage.currentValues; | ||
var feedMessage = message.getObject(); | ||
var key = feedMessage.itemName; | ||
var values = feedMessage.currentValues; | ||
console.log(values["stock_name"] + ": " + values["last_price"]); | ||
@@ -75,7 +75,7 @@ } | ||
## Changelog | ||
See detailed changes [here](https://lightstreamer.com/repo/res/ls-jms-web-client/2.0.0-b1/CHANGELOG.html). | ||
See detailed changes [here](https://lightstreamer.com/repo/res/ls-jms-web-client/2.0.0/CHANGELOG.html). | ||
## Documentation | ||
- [API Reference](https://www.lightstreamer.com/api/ls-jms-web-client/2.0.0-b1/index.html) | ||
- [API Reference](https://www.lightstreamer.com/api/ls-jms-web-client/2.0.0/index.html) | ||
- Chapter ["Client Application Development"](https://www.lightstreamer.com/jms-docs/baseparent/DOCS-SDKs/JMS%20Extender%20Documentation.pdf) of _JMS Extender Documentation_ | ||
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
232956
0
1060