Skip to Main Content
Cloud and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Submitted
Workspace Instana
Categories MQ
Created by Guest
Created on Aug 25, 2026

We propose introducing configurable maximum thresholds and rollover policies for FDC file generation to protect host operating systems from disk-exhaustion outages.

Problem Statement:

While FDC files are essential diagnostic tools when IBM MQ encounters an unexpected error or exception, the current error-logging behavior poses an operational risk to underlying file systems.In a recent QA environment issue, an unhandled repeating exception caused an FDC file (e.g., AMQxxxx.FDC) to continuously append data until it exceeded 45 GB. This runaway logging consumed all available disk space, leading to server-wide file system saturation and impacting surrounding services and Queue Managers. Currently, while IBM MQ provides suppressions for certain repeated error logs, there is no hard upper limit or built-in log rotation mechanism for an individual FDC file when an uncontrolled loop occurs.


Proposed Solution / Enhancement Request
We propose introducing configurable maximum thresholds and rollover policies for FDC file generation to protect host operating systems from disk-exhaustion outages.

Maximum File Size Cap (MaxFDCFileSize):
Introduce an optional tuning parameter in qm.ini or mqs.ini allowing administrators to set a hard maximum size for any single .FDC file (e.g., default or cap at 100MB/500MB).

FDC File Rollover / Truncation (MaxFDCFiles):
Implement a rotation mechanism similar to standard log rotators:

When an FDC file reaches MaxFDCFileSize, freeze/close the file and append a counter (e.g., AMQxxxx.0.FDC, AMQxxxx.1.FDC), or truncate the least significant middle section while preserving the initial stack trace and final state.

Allow setting a maximum count of rolled-over FDC files per process or Queue Manager.

Alerting / Rate Limiting:
If an FDC file triggers a size cap or rollover event, emit a distinct system log message (e.g., to AMQERR01.LOG or syslog) warning that diagnostic output is being capped due to high frequency/volume.

Idea priority Medium