cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving sender Interface name in adapter module

Former Member
0 Kudos

Hi Gurus

Is there ne way we can retrieve interface name in the adapter module which is on the sender side?

I was thinking about using dynamic configuration in adapter module but I guess since container element cant be used inside adapter module.....it will be futile...

Regards

Akhil

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

The Receiver Determination step will be executed only after the message comes out of the Sender Adapter / Module and so , the Receiver Interface will obviously be unavailable in the Sender Module.

Regards

Bhavesh

Former Member
0 Kudos

check out the Java doc for Message class...i have done similar things for retrival of namespace etc on rcvr side...

Former Member
0 Kudos

I concur with you.

regards

krishna