Using the Qpid Proton C++ library to create a server for monitoring or telemetry data

from blog Kevin Boone's website, | ↗ original
Collecting sensor data, or low-level system status information, is a job that is often best done in C/C++. Distributing this kind of data to other system components in a way that is platform- and language-independent can be a challenge. This article suggests a way to do this use AMQP message distribution.