On 01/26/2013 04:16 PM, sys8284 wrote:
HI

How can i get the sender port  number i.e .., the port from which the AMQP
Message is sent from Source Computer

I know the destination port as 5672. But i need the origin port number

There is no way to get that. Messages delivered to subscribers do not contain the details of the publishing connection (other than, optionally, the userid).

Why do you need that information? Is it in order to send a response? Or to identify the senders for some logical purposes?

There may be a simpler way to do what you want. E.g. using reply-to, or some other message header/property (e.g. a subject).


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to