Starting from Glassfish 6, javax
is no longer in use. Instead, we present a version of QBrowser that works with Jakarta
.
More info about QBrowser here
To compile, add the Glassfish jar to your ClassPath. Then, you can compile QBrowser using:
javac QBrowser.java
To run QBrowser, use:
java -cp .:$CLASSPATH QBrowser
By default, QBrowser connects to the port at localhost:7676
. You can change this by specifying a different port as follows:
java -cp .:$CLASSPATH -DimqAddressList=mq://localhost:<port>/jms QBrowser