Re: File to JMS queue not working
Hi, Do you see anything comming up on logs ? if yes please share that. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/File-to-JMS-queue-not-working-tp5772904p5772923.html Sent from the Camel - Users mailing list archive at Nabble.com.
File to JMS queue not working
); } }); context.start(); Thread.sleep(2); context.stop(); } The folder contains text files. Also the commented code works well, I am able to fetch data from jms queue to file system but the reverse is not working. please help.