Is it possible to get client's ip address by c

2019-06-11 09:51发布

问题:

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.