This is a simple test to demonstrate a client discovering a remote server and making a JMX invocation on
a MBean on the remote server.

To run this test, start the RemotingServerTest class in one JVM and then the RemotingClient in another.  After the
client comes up, it should detect the remote server and then invoke a call to 'sayHello' method on the
RemoteServerMBean on the server side, return the text and the client will print it to console.

 