CMIS server

2021-10-07 Thread Andrea Caloni
Hello, is it possible with the camel-cmis component to create a CMIS server ? Does anybody has a working example ? Thanks in advance Andrea

ToDynamic (toD) problem

2021-10-07 Thread Flick, Nico
Hi, recently we stumbled across a problem using camel’s “toD” (To-Dynamic) processor in combination with file and https endpoints. Sometimes the component-part of the uri seems to get doubled (e.g. file://file://) which leads to writing the files to the wrong directory (below file:/). We experi

RE: camel-jms long receiveTimeout preventing shutdown with Oracle AQ

2021-10-07 Thread Mattern, Alex
Claus Isben, The reason for wanting a long receive timeout is to prevent the queue server from having high CPU usage. Before using this long receiveTimeout setting we experienced very high CPU usage on our IBM MQ servers. After using a long receiveTimeout setting with IBM MQ JMS we greatly redu

Re: camel-jms long receiveTimeout preventing shutdown with Oracle AQ

2021-10-07 Thread Claus Ibsen
Hi Do NOT use such a long receive timeout, that is not its purpose. The timeout should be a reasonable value that allows camel-jms (eg spring jms) to react on shutdown or stopping, or reducing concurrent consumers if there are no more pending messages. On Thu, Oct 7, 2021 at 3:05 PM Mattern, Alex

camel-jms long receiveTimeout preventing shutdown with Oracle AQ

2021-10-07 Thread Mattern, Alex
I would like Apache Camel to perform a graceful shutdown within the default 45 seconds. After 45 seconds I would like the the shutdown to be forced. I normally expect the default 45 second timeout to work, but unfortunately it does not seem to work when using a JMS component with a long receiveT