Enabling JMS Channel for Central Logger
You must enable EMS channel to use JMS transport for Central Logger in the asg_coe.cdd and asg_cl.cdd files.
By default, the JMS channel for the Central Logger is disabled using the property defined in the asg_core.cdd and asg_cl.cdd files.
To enable the JMS channel for the Central Logger, follow these steps:
Procedure
- Navigate to the ASG_HOME/bin directory.
-
Open the asg_core.cdd file in a text editor and edit it as follows:
-
Locate the
be.channel.deactivate property as follows:
<property-group comment="" name="Channel">
<property name="be.channel.deactivate" value="/Common/Channel/AS,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
-
If you have not taken the backup of the
be.channel.deactivate
property, copy the
be.channel.deactivate
property to
be.channel.deactivate.backup,
as follows:
<property-group comment="" name="Channel">
<property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS"/>
-
Remove the following entry from the
be.channel.deactivate property value:
/Common/Channel/CentralLoggerJMS
-
Ensure that the value of
be.channel.deactivate property is as follows:
<property-group comment="" name="Channel">
<property name="be.channel.deactivate" value="/Common/Channel/AS,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South"/>
- Save the changes to the file.
-
Locate the
be.channel.deactivate property as follows:
-
Open the asg_cl.cdd file in a text editor and edit it as follows:
-
Locate the
be.channel.deactivate property as follows:
<property-group comment="" name="Channel">
<property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
-
If you have not taken the backup of the
be.channel.deactivate
property, copy the
be.channel.deactivate
property to
be.channel.deactivate.backup,
as follows:
<property-group comment="" name="Channel">
<property name="be.channel.deactivate.backup" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/Common/Channel/CentralLoggerJMS,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
-
Remove the following entry from the
be.channel.deactivate property value:
/Common/Channel/CentralLoggerJMS
-
Ensure that the
be.channel.deactivate property value looks as follows:
<property-group comment="" name="Channel">
<property name="be.channel.deactivate" value="/Common/Channel/AS,/ASG/Channels/RvMappingChannel,/ASG/Channels/RvCacheableChannel,/ASG/Channels/modRV_Channel,/Common/Channel/Channel,/DefaultImplementation/Channels/SouthboundEsb0Channel,/DefaultImplementation/Channels/SouthboundEsb1Channel,/DefaultImplementation/Channels/SouthboundEsb2Channel,/DefaultImplementation/Channels/North_ESBChannel,/DefaultImplementation/Channels/North_HTTPChannel,/ASG/Channels/SOAPJMSChannel,/ASG/Channels/SOAPJMSChannel_North,/ASG/Channels/SOAPJMSChannel_South,/DefaultImplementation/Channels/OAuthWebappsChannel,/DefaultImplementation/Channels/OAuthWebappsHTTPSChannel"/>
- Save the changes to the file.
-
Locate the
be.channel.deactivate property as follows:
Copyright © Cloud Software Group, Inc. All rights reserved.