Pregunta

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 hay solución correcta

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top