You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The project is comprised of source code and a deployment example. The source cod
16
16
Contains the source code for the Messenger Data Adapter. This Data Adapter provides a basic round-trip support for client-originated messages to client-specific Items.
17
17
18
18
#### Messenger MetadataAdapter
19
-
Contains the source code for a Metadata Adapter to be associated with the Messenger Demo Data Adapter. This Metadata Adapter inherits from the reusable `LiteralBasedProvider` in [Lightstreamer Java In-Process Adapter SDK](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess#literalbasedprovider-metadata-adapter) and just adds a simple support for message submission.<br>
19
+
Contains the source code for a Metadata Adapter to be associated with the Messenger Demo Data Adapter. This Metadata Adapter inherits from the reusable `LiteralBasedProvider` in [Lightstreamer Java In-Process Adapter SDK](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess/tree/v7.4.1#literalbasedprovider-metadata-adapter) and just adds a simple support for message submission.<br>
20
20
It should not be used as a reference for a real case of client-originated message handling, as no guaranteed delivery and no clustering support is shown.
21
21
22
22
#### The Adapter Set Configuration
@@ -64,15 +64,15 @@ The `adapters.xml` file for this demo should look like:
64
64
```
65
65
66
66
<i>NOTE: not all configuration options of an Adapter Set are exposed by the file suggested above.
67
-
You can easily expand your configurations using the generic template, see the [Java In-Process Adapter Interface Project](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess#configuration) for details.</i><br>
67
+
You can easily expand your configurations using the generic template, see the [Java In-Process Adapter Interface Project](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess/tree/v7.4.1#configuration) for details.</i><br>
68
68
<br>
69
-
Please refer [here](https://lightstreamer.com/docs/ls-server/latest/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
69
+
Please refer [here](https://lightstreamer.com/docs/ls-server/latest_7_3/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
70
70
71
71
72
72
## Install
73
73
If you want to install a version of this demo in your local Lightstreamer Server, follow these steps:
74
74
* Download *Lightstreamer Server* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users) from [Lightstreamer Download page](https://lightstreamer.com/download/), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
75
-
* Get the `deploy.zip` file of the [latest release](https://github.com/Lightstreamer/Lightstreamer-example-Messenger-adapter-java/releases), unzip it, and copy the just unzipped `MessengerDemo` folder into the `adapters` folder of your Lightstreamer Server installation.
75
+
* Get the `deploy.zip` file of the ["Release for Lightstreamer 7.3" release](https://github.com/Lightstreamer/Lightstreamer-example-Messenger-adapter-java/releases), unzip it, and copy the just unzipped `MessengerDemo` folder into the `adapters` folder of your Lightstreamer Server installation.
76
76
*[Optional] Customize the logging settings in log4j configuration file: `MessengerDemo/classes/log4j2.xml`.
77
77
* Launch Lightstreamer Server.
78
78
* Test the Adapter, launching one of the [Clients Using This Adapter](#clients-using-this-adapter).
@@ -109,7 +109,7 @@ Assuming Maven is installed and available in your path you can build the demo by
109
109
110
110
## Lightstreamer Compatibility Notes
111
111
112
-
- Compatible with Lightstreamer SDK for Java In-Process Adapters since version 7.4.0.
112
+
- Compatible with Lightstreamer SDK for Java In-Process Adapters version 7.4.x.
113
113
- For a version of this example compatible with Lightstreamer SDK for Java Adapters versions 7.0 to 7.3, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-Messenger-adapter-java/tree/last_for_interface_7.3.x).
114
114
- For a version of this example compatible with Lightstreamer SDK for Java Adapters version 6.0, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-Messenger-adapter-java/tree/pre_mvn).
115
115
- For a version of this example compatible with Lightstreamer SDK for Java Adapters version 5.1, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-Messenger-adapter-java/tree/for_Lightstreamer_5.1).
0 commit comments