Thomas, yes, you got my problem right. So my first option, in case I need to send files as messages (files are usually XML files, but could be graphics as well), would be to embed Camel in a Java app running on server C with a local route to read from the queue and write to a local file, referencing the ActiveMQ on server A. Tried that: it works. Second option would be create a share on server C, open the related port, and copy files from remote.
As far as option 1 I was stuck with running an activemq instance within camel, but this is not required at all, and referencing a remote broker is just as easy. -- View this message in context: http://camel.465427.n5.nabble.com/distributed-file-copy-tp5751920p5751929.html Sent from the Camel - Users mailing list archive at Nabble.com.
