Hello,I have a FilePoller service unit that sends a message (via the NMR - targetServiceName) to a custom service unit. The basic idea is to notify a service that a file has arrived. The FilePoller using the BinaryFileMarshaler because the file could be any type. However, all I want to do is send the name and location of the file.
How can I use the FilePoller to send the message without attaching the file? btw, I am using ServiceMix 3.2 trunk. Thanks, Gordon
