Formatting MQ SMF records: MQ 10 update

MQ 10 for z/OS has additional fields in its SMF data. While useful, they brought challenges to the mqsmfcsv program that a number of people use for formatting and then analysing MQ SMF records.

Continue reading “Formatting MQ SMF records: MQ 10 update”

This post was last updated on July 1st, 2026 at 08:41 am

New NPM installation policies

The standard package manager for Node.js applications, npm, is changing. New npm installation policies may affect how you obtain and install some Node.js components.

What is happening? How does it affect MQ? What will you need to do?

Continue reading “New NPM installation policies”

This post was last updated on June 26th, 2026 at 11:57 am

OTel Context Propagation: part 6 – MQ Kafka Connectors

Previous articles in this series have shown OpenTelemetry (OTel) Context propagation for MQ applications in different languages.

This article is rather different. It shows the results of experiments I made with adding OTel tracing to the IBM MQ Kafka Connectors.

Continue reading “OTel Context Propagation: part 6 – MQ Kafka Connectors”

This post was last updated on May 11th, 2026 at 03:55 pm

OTel Context Propagation: part 5 – Notes on the MQ Tracing Exit

Previous articles in this series have shown OpenTelemetry (OTel) Context propagation for MQ applications in different languages. You should read the first article for an introduction and explanation of the scenarios and problems that need solutions.

This entry has a couple of additional observations I had when trying different configurations with the MQ Tracing Exit (the Instana-developed component) that’s part of the MQ product.

Continue reading “OTel Context Propagation: part 5 – Notes on the MQ Tracing Exit”

OTel Context Propagation for MQ Applications: part 4 – Python

Previous articles in this series have shown OpenTelemetry (OTel) Context propagation for Node.js, Go, Java and C/C++ MQ applications. You should read the first article for an introduction and explanation of the scenarios and problems that need solutions.

This entry discusses Python MQ applications.

Continue reading “OTel Context Propagation for MQ Applications: part 4 – Python”

MQ Monitoring: using queue manager STATISTICS events

The sample monitoring packages here use a variety of techniques to collect metrics from the queue manager. The most recent release (v5.7.0) adds a further alternative approach.

Continue reading “MQ Monitoring: using queue manager STATISTICS events”