Build files allow for conditional switching between MQ and JBM:

-Dbuild.soa=true passed to build/build.xml builds with JBM and WS 2.0.x
-Djbosstest.useJBM=true passed to testsuite/build.xml tests with JBM and WS 2.0.x

-Dbuild.soa=false passed to build/build.xml builds with MQ and WS 1.2.x

-Dbuild.unsecure=true passed to build/build.xml builds AS without securing it, 
 and keeps the admin/admin user active.

Note:
- build.soa *MUST* be supplied as either true or false -- either on
  commandline or via the build.properties file.
- To run MQ tests, do *not* supply -Djbosstest.useJBM

