> Hi all, > > I need some help in order to reuse a ServiceClient the right way. > I'm creating a ServiceClient instance using a custom > ConfigurationContext and I want to add a custom header by calling > addHeader(). What shall I do before sending the second message, call > addHeader one more time (the header is the same) or it's enough to > call it only once? you can use the same ServiceClient instance and call the add method only one time. > Do I need to call cleanup/cleanupTransport between two consecutive > calls?, Better if you can , that will clean up transport senders.
-Deepal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
