Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Check to see if the flows are disconnecting often and then change the configuration to fix the issue (Unix Environment):
<?xml version="1.0" encoding="UTF-8"?>
<policies>
<policy policyType="ActivityLog" policyName="Activity_Message_Flow" policyTemplate="ActivityLog">
<enabled>true</enabled>
<filter>RM=MQ</filter>
<minSeverityLevel>INFORMATIONAL</minSeverityLevel>
<fileName>/om/ACE_name/Integration_Server /MQActivity.txt</fileName>
<numberOfLogs>10</numberOfLogs>
<maxAgeMins>1440</maxAgeMins>
<maxFileSizeMb>250</maxFileSizeMb>
<formatEntries>true</formatEntries>
</policy>
</policies>
/var/mqsi/config/<Broker_Name>/TEST_SERVER/profiles
Copy