In the normal case, CameronFIX Universal Server starts communications with a daemon process, "Local Management Agent" or LMA. You can change the port or turn this off entirely by adding the JMXManagementService explicitly to the config.xml.
If you are not running on a machine where LMA is installed (perhaps you are running in a dev env or benchmarking on new hardware), you can turn off this automatic behavior by adding the following to the <Application> element in the Universal Server config file.
<Services>
<GenericService
class="com.cameronsystems.fix.management.JMXManagementService"
id ="JMXManagementService">
<Properties>
<Property name="enabled" value="false"/>
</Properties>
</GenericService>
</Services>
- webadmin's blog
- Login or register to post comments