--- Begin Message ---
To achieve what you want you can use any of the two options below. 
 
1. You can use a static-recipient-list with the pipeline and fileSender as the 
targets 
<eip:static-recipient-list service="test:recipients" endpoint="endpoint">
  <eip:recipients>
    <eip:exchange-target service="test:pipeline" />
    <eip:exchange-target service="test:fileSender" />
  </eip:recipients>
</eip:static-recipient-list>
2. Also you can use Wire-Tap with the listener as the fileSender as  below. 
<eip:wire-tap service="test:wireTap" endpoint="endpoint">
  <eip:target>
    <eip:exchange-target service="test:pipeline" />
  </eip:target>
  <eip:inListener>
    <eip:exchange-target service="test:fileSender" />
  </eip:inListener>
</eip:wire-tap>
 
Regards, 
Rabi Mishra 
http://rabisblog.blogspot.com/

________________________________

From: moraleslos [mailto:[EMAIL PROTECTED]
Sent: Thu 6/21/2007 2:50 AM
To: [email protected]
Subject: file component move




I'm using a file poller component that sends the contents to a pipeline used
for transformations.  I would like to move the file that was sent to another
directory (saved) for archival purposes.  I don't see this type of option on
the file poller component-- there is only a delete option.  I also see a
file sender but this is just an endpoint (can not send the contents to the
pipeline).  Any suggestions on how to move the file polled to an archived
directory?
--
View this message in context: 
http://www.nabble.com/file-component-move-tf3955096s12049.html#a11222443
Sent from the ServiceMix - User mailing list archive at Nabble.com.



<<winmail.dat>>


--- End Message ---
The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Reply via email to