Linking a client
Compile and link Java clients using your standard Java compiler. Make all the required classes available by setting up the CLASSPATH using the amqwsetcp.sh script.
A sample build script, msdemobuild.cmd is included in the samples directory. This builds the .NET samples and we can use it as a basis of scripts to build your own client programs.
Run amqwclientconfig to create client-config.wsdd in your deployment directory. This is unnecessary if you are recompiling a client and the client-config.wsdd is already prepared. amqwclientconfig is run automatically when preparing the sample programs using regenDemo, regenDemoAsync or regenTranDemoAsync.