One of my client put the file request under directory placeorder with below configuration in CAMEL <route id="FileToJMS"> <from uri="file:target/placeorder" /> <to uri="jms:incomingOrders" /> </route>
Once processing is done from incomingOrders, i want to send the some response to customer who initiated file request. How can i achieve it with CAMEL (probably using request reply or return address pattern). Any ideas? -- View this message in context: http://camel.465427.n5.nabble.com/Send-response-to-file-request-tp5750130.html Sent from the Camel - Users mailing list archive at Nabble.com.
