Given a service assembly that appears like this:
FtpPoller -> Pipeline EIP -> RoutingSlip EIP -> (n custom SEs)
We have a scenario where a customer would want to specify the period
at which the FTP poller would grab files from the specified FTP host.
However, we also have the requirement to let the customer "fire" off
that very same process at their whim, regardless of the configured
period.
Is there a way to cause the poller to do it's thing using the same
service assembly or would I have to "on-the-fly" write out a new
assembly to cause it to happen?
Thanks,
Scott