I have a process that listens for MQ events from elsewhere, and makes API requests based on them. We are looking at adding correlation_id to the MQ event data (they did ultimately originate from a HTTP request) but can I set the correlation_id in my MQ listener, so that its logs contain it and so that the API calls can use it?
I have a process that listens for MQ events from elsewhere, and makes API requests based on them. We are looking at adding correlation_id to the MQ event data (they did ultimately originate from a HTTP request) but can I set the correlation_id in my MQ listener, so that its logs contain it and so that the API calls can use it?