L.S.,

I don't think ServiceMix currently supports this out-of-the-box.  You can
raise a JIRA issue to suggest this improvement for a next release.  If you
want to add it, just let us know and well try to help you wherever we can.

Regards,

Gert




Arif Mohd wrote:
> 
> 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#a10458364
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to