Re: SFTP component emits renaming error when using move parameter on Camel 3.4.0?

2020-08-30 Thread Claus Ibsen
Hi It smells a bit that is called twice because you are doing something a bit unusual, with having a route that you then consume via a template via direct. Use seda instead or dont have a route but use the ftp url directly in the consumer template. On Fri, Aug 28, 2020 at 2:37 AM Anthony Wu wrot

Re: CDI + SJMS + transacted

2020-08-30 Thread Zheng Feng
Hi Dmitry, It seems that SJMS [1] currently only supports the use of internal JMS Transactions. There is no support for the Camel Transaction Processor or the Java Transaction API (JTA). Also if you want to use the JTA transaction provided by the camel-cdi, the TransactionManager should be availa