Pratibha,
In ServiceMix, this information is available as a property named
'org.apache.servicemix.senderEndpoint' (cfr.
org.apache.servicemix.JbiConstants.SENDER_ENDPOINT). However, once
you're in Camel, the information can not be accessed through the Camel
Exchange directly. If you have a JBIExchange instance inside Camel, you
can use JBIExchange.getMessageExchange() to get to the underlying JBI
MessageExchange to get to the information you want.
Regards,
Gert
pratibhaG wrote:
Is it possible to get this information or not possible?
Please help.
Pratibha