Hi, I have a SE created via mvn archetype and the correspondent SU. How can I
do to specify in the SU that I want the messages sent to a certain
component? I don't want to hard code the destination like in:

InOnly ex = exchangeFactory.createInOnlyExchange();
ex.setService(new QName("http://giuseppe.org";, "xmlsingleelab", "beppe"));

What I want is to configure my own SU like, for example, the ftp component
provided with ServiceMix, which can contain a "targetService="...."
attribute.
Thanks
-- 
View this message in context: 
http://www.nabble.com/how-to-handle-targetService-tf3987891s12049.html#a11323096
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to