Service Engine and JMS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Service Engine and JMS

Adrian Crum-3
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