
IBM MQ extension that intercepts and controls application connections to queue managers without requiring application changes.
Vendor
Capitalware
Company Website
MQ Client Application Connection Manager (MQCACM) is an IBM MQ extension designed to intercept and manage application connection requests to an MQ queue manager. It operates at MQ‑provided exit points and is invoked whenever an application attempts to connect or disconnect. The product provides centralized control over connection behavior, allowing organizations to validate, modify, accept, or reject connection attempts based on defined rules. This logic is applied externally to applications and MQ object definitions, enabling consistent connection governance across environments. MQCACM is intended for environments where MQ connection usage must be monitored, restricted, or adapted to enterprise standards. It allows connection‑level behavior to be controlled at the infrastructure layer while preserving standard MQ application behavior.
Key Features
Connection Interception
Processes application connect activity.
- Intercepts MQCONN and MQDISC processing
- Operates before application access is granted
Centralized Connection Logic
Externalizes connection rules.
- Common rules for all applications
- Avoids application‑specific connection logic
Context‑Aware Decision Making
Uses connection metadata.
- Inspect application name and user identity
- Evaluate environment and connection attributes
Transparent to Applications
No application changes required.
- Works with existing MQ applications
- Independent of application language
MQ‑Supported Integration
Uses standard MQ exits.
- Compatible with supported MQ versions
- Predictable behavior in production environments
Benefits
Improved Connection Governance
Enhances control over MQ access.
- Enforce enterprise connection policies
- Prevent unauthorized or unintended usage
Reduced Application Complexity
Keeps applications simple.
- Remove connection validation logic from code
- Infrastructure handles connection rules
Consistent Policy Enforcement
Single point of control.
- Uniform behavior across queue managers
- Easier administration and auditing
Operational Flexibility
Adapt without redeployment.
- Change rules without touching applications
- Respond quickly to policy changes
Reliable Infrastructure Control
Designed for MQ workloads.
- Minimal impact on application flow
- Suitable for high‑volume environments