Is it possible to get client's ip address by configuration in rabbitmq's message?

对着背影说爱祢 提交于 2019-12-23 05:34:06

问题


I want to get rabbitmq's client ip address in message. 1. One way is for application to gain it. 2. Anther way is modify rabbitmq's source code to gain it.

But is it possible to get it by configuration?


回答1:


No, it is not possible to get client ip in message (body or headers) unless you put it there manually.



来源:https://stackoverflow.com/questions/25494920/is-it-possible-to-get-clients-ip-address-by-configuration-in-rabbitmqs-message

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!