I'm trying to figure out how to disable JMS in the service engine. The
JMS service and service engine are commented out, but the service engine
keeps loading a JMS listener anyway. Looking at the code, it seems to be
hardcoded to always load JMS (ServiceDispatcher.java, line 75).
Is there a reason it was done that way?
-Adrian