![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
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.
1.
2. Open the asg_core.cdd file in a text editor and edit it as follows:
a. Locate the be.channel.deactivate property as follows:
b. 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:
c. Remove the following entry from the be.channel.deactivate property value:
d. Ensure that the value of be.channel.deactivate property is as follows:
3. Open the asg_cl.cdd file in a text editor and edit it as follows:
a. Locate the be.channel.deactivate property as follows:
<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"/>
b. 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 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"/>
c. Remove the following entry from the be.channel.deactivate property value:
d. Ensure that the be.channel.deactivate property value looks as follows:
Set the JMS transport for the Central Logger in the asg.properties file as follows:
1. Navigate to the ASG_CONFIG_HOME directory.
2. Open the asg.properties file in a text editor.
5. Open the asg_cl.properties file in a text editor.
The default value of logging transport is RV which means that Rendezvous is used for communication between the Core Engine and Central Logger. Setting the value to JMS specifies that JMS transport is used for communication between the Core Engine and the Central Logger.The JMS Transport Properties table shows the properties you must define to use the JMS transport for the Central Logger. The JMS transport properties are defined in the Core Engine properties asg.properties file as well as in the Central Logger properties asg_cl.properties file.
1. Navigate to the ASG_CONFIG_HOME directory.
2. Open the asg.properties file in a text editor.
5. Open the asg_cl.properties file in a text editor.
Table 151 JMS Transport Properties Example: tcp://localhost:7222 Specifies the name of TopicConnectionFactory object stored in JNDI. This object is used to create a topic connection with JMS server for the Central Logger.The default value is TopicConnectionFactory Specifies the name of QueueConnectionFactory object stored in JNDI. This object is used to create a queue connection with JMS server for the Central Logger.The default value is QueueConnectionFactory Example, admin For example, asg.cl.transaction.queue The default value is queue
You must restart the Core Engine and Central Logger instance after setting the properties in the asg.properties and asg_cl.properties file, if they are running.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |