OTel Context Propagation: part 7 – Removing effects of the MQ Tracing Exit

This article discusses a new API Exit that might help to solve a problem experienced by a number of users trying out the MQ Tracing Exit. When that exit is configured, it adds properties to the MQ message to carry OpenTelemetry context data. A receiving application may be surprised to see those properties. So this new exit can remove an unexpected RFH2 structure, allowing the application to continue to run unchanged.

Continue reading “OTel Context Propagation: part 7 – Removing effects of the MQ Tracing Exit”

This post was last updated on August 19th, 2026 at 06:51 pm

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”

OTel Context Propagation for MQ Applications: part 3 – JMS

Previous articles in this series have shown OpenTelemetry (OTel) Context propagation for Node.js, Go 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 (final?) entry discusses JMS applications.

Continue reading “OTel Context Propagation for MQ Applications: part 3 – JMS”

This post was last updated on November 21st, 2024 at 07:15 am