To build run the following command:

  mvn install

To set up your environment set the JBOSS_HOME directory:

  export JBOSS_HOME=/home/rbuck/dev/servers/jboss-eap/5.1.2-ER2/jboss-as

To run the client perform the following command:

   ./client.sh 

To run the client against a different port or address run the command like this:

  ./client.sh jnp://127.0.0.1:1099

