Back to ITRS Internal Only FAQ

Internal documentation only

This page has been marked as draft.

Enable the E4JMS plugin debug

To enable E4JMS plugin debug, in the probe’s debug portion, create E4JMS modules with FAILOVER and CONNECTION as settings..

From GSE (Gateway->Probes->Probe->Debug Tab->Debug)

8050030652701 mceclip0

Module: E4JMS

Setting: FAILOVER

Module: E4JMS

Setting: CONNECTION

Below is a snippet of a probe’s configuration with the E4JMS plugin included:

<probe name="nysupsvr1f51146_64bit">
    <hostname>nysupsvr1f</hostname>
    <port>51146</port>
    <debug>
        <debug>
            <module module="E4JMS">
                <setting>FAILOVER</setting>
            </module>
            <module module="E4JMS">
                <setting>CONNECTION</setting>
            </module>
        </debug>
    </debug>
</probe>

Example of debug message in netprobe log:

<Sun Feb 21 03:36:57> DEBUG: E4JMS:CONNECTION Successfully connected to EMS Server on tcp://192.168.100.87:7222
<Sun Feb 21 03:36:58> DEBUG: E4JMS:CONNECTION Successfully connected to EMS Server on tcp://192.168.100.87:7222
["Geneos"] ["FAQ"]

Was this topic helpful?