Re: Disabling Joram in JOnAS 4.8.4
Florent BENOIT <[email protected]> Tue, 05 Jul 2011 07:47:28 +0200
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hi Jonathan, If you only need to disable and not remove the embedded JORAM JMS Provider, just remove the onas_for_jonas_ra.rar file Then the JCA connector of JORAM won't be started and will be disabled. Regards, Florent On 07/05/2011 06:19 AM, Jonathan J. Wright wrote: > I need to disable Joram (I'm using ActiveMQ instead). Is it sufficient to simply: > > * Delete the joram_for_jonas_ra.rar from jonas-base/rars > * Remove the "JOnAS JMS service configuration" properties from jonas-base/conf/jonas.properties > * Remove the JMS-Joram "area" element from jonas-base/conf/jonas_areas.xml > > I'm aware there are other Joram related configuration files, for example: > > * jonas-base/conf/joramAdmin.xml > * jonas-base/conf/a3debug.cfg > * jonas-base/conf/a3servers.cfg > > Is it OK to leave these in place? For example, if I delete joramAdmin.xml and run the "jonas check" command it complains the file cannot be found. I'd also like to delete the JOnAS/lib/commons/jonas/joram directory but again I'm unsure what side effects this may have. > > Thanks, > > Jonathan. >