You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Gert Vanthienen <ge...@gmail.com> on 2010/07/05 18:44:45 UTC

Re: from activeMQ til ftp sender

L.S.,

Using the ServiceMix JBI component, you would have to create a jms:consumer
endpoint, on which you set the targetService to the ftp:sender endpoint
service name (cfr.
http://servicemix.apache.org/servicemix-jms-new-endpoints.html).  

That way, the jms:consumer will send exchanges to the NMR and the target
service attribute will make sure that those exchange will get routed to the
ftp:sender.

Another option would be to switch to servicemix-camel and define the entire
route in Camel.  The route would read something like 
 
from("activemq:queue:webshop-orders-3pl").to("ftp://<user>@<server>?password=<password>");



-----
Regards,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/
-- 
View this message in context: http://servicemix.396122.n5.nabble.com/from-activeMQ-til-ftp-sender-tp696548p696592.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.