Iam using servicemix-http BC i need to pass the authentication information
dynamically i.e, the username and password will contain in the incoming
message itself

 I should be able to pass the authentication info like this in xbean.xml

<basicAuthCredentials>
  <username>${user}</username>
  <password>${password}<password>
</basicAuthCredentials>

where user,password will contain in the incoming message

Is there any possibility of making using of POJO support ?, if it is how to
do that?


-- 
View this message in context: 
http://www.nabble.com/How-to-set-configuration-information-in-xbean.xml-dynamically-based-on-message-content-tf3732392s12049.html#a10447377
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to