MessageServer
class is a simple OPENMAIA server written in Java that can be used for testing purposes.
MessageServer
application will start a socket server that listens on either default port (60201) or user-specified port.
To start the MessageServer
launch the following command in the jars
folder:
java -classpath omconnector-<VERSION>.jar -jar omconnector-server-<VERSION>.jarWhere
<VERSION>
is the current version of the library.
Once the server is started it is necessary to use CTRL+C
sequence to stop it.