Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 564 Bytes

async-example

Simple example showing how to use JavaLite Async to send messages to remote embedded broker.

Starting server

Execute:

./start_server.sh 

Starting client:

./start_client.sh

Variables

Experiment with variables at the top of Client.java The messages can be sent in text mode (XML) or binary (zip).

Special notes

The clients craps out with connectivity exceptions sometimes. This was not investigated yet.