For torquebox-2.3.x and above, you need jboss-clent.jar to be available in your Java application library library, automatically search for a JBOSS instance JBOSS and deploy to it. However, if you need to use Torquebox queues, you must bind JBOSS to IP using JVM runtime parameters, for example.
JAVA_OPTS="$JAVA_OPTS -Djboss.bind.address=192.168.100.101 -Djboss.bind.address.management=192.168.100.101 -Djboss.bind.address.unsecure=192.168.100.101
Then using the JMS API you can use Torquebox queues
source share