Question

In rabbitmq, the message's structure is: -record('P_basic', {content_type, content_encoding, headers, delivery_mode, priority, correlation_id, reply_to, expiration, message_id, timestamp, type, user_id, app_id, cluster_id}).

But I want to record's the ip address for monitoring. How could I do?

No correct solution

OTHER TIPS

I would add this to a custom header property of the message when you publish it. I can't offer implementation details since I don't know what platform(s) you are using.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top