Passing configuration data into a Participant?
![]()
I have several Advisors and Participants and I would like to be able to have a "common" one that can get values passed in that are configured in the project XML. In this way, the value passed in can be changed without going through the process of redeploying the participant, which for me is a difficult process in production since it requires a restart which doesn't occur very often (cuz it is production).
Is there a way to somehow put something in the Project Area XML that then gets passed into the OperationAdvisor or OperationParticipant that it can get ahold of during the run() method? Thanks! |