QAnywhere uses MobiLink synchronization to transport messages. The QAnywhere server is a MobiLink server with messaging enabled.
To run the QAnywhere server, start the MobiLink server (mlsrv10) with the following options:
-c connection-string Specifies the connection string to connect to the server message store. This is a required mlsrv10 option.
See -c option.-m Enables QAnywhere messaging.
See -m option.You can also use other MobiLink server options to customize your operations. For more information, see mlsrv10 syntax.
If you are integrating with a JMS messaging system, there are other options you must specify when you start the MobiLink server.
To start QAnywhere messaging when you are using the sample server message store (called qanyserv.db), navigate to samples-dir\QAnywhere\server and type the following at a command prompt:
mlsrv10 -m -c "dsn=QAnywhere 10 Demo"
For information about samples-dir, see Samples directory. |