Example Web Messaging web page.

Connect Make a connection to the server, and set up a call back used if a message arrives for this client.
Subscribe Make a subscription to topic "/World".
Send Create a Message object containing the word "Hello" and then publish it at the server.
Receive A copy of the published Message is received in the callback we created earlier.
Disconnect Now disconnect this client from the server.