Re: camel-websocket configure maxThreads

2018-12-12 Thread Claus Ibsen
Hi You can configure them on the component level, see the table in the docs https://github.com/apache/camel/blob/master/components/camel-websocket/src/main/docs/websocket-component.adoc So you can define a where you setup these options On Thu, Dec 13, 2018 at 2:28 AM Bradford Fisher wrote: > >

Re: XML file contains filename to be moved (with itself).. what packages should I use?

2018-12-12 Thread Claus Ibsen
Hi Just use Java - You can use Java File API to check for the existence of a file ;) You can also use a file filter to only pickup the file where you check for the existence of that other file. You can then write a bit of Java code as the filter and configure it on the file endpoint. In the

camel-websocket configure maxThreads

2018-12-12 Thread Bradford Fisher
I am having trouble determining where or how to configure the camel-websocket maxThreads settings. I'm running Karaf 4.2.1 and have installed features camel-blueprint and camel-websocket. I'm attempting to create a new websocket endpoint with the following blueprint:

Re: XML file contains filename to be moved (with itself).. what packages should I use?

2018-12-12 Thread John F. Berry
OK.. not hearing any pre-build advise.. I started building. I can successfully extract the XML field value that is the name of the work file out of the consumed file of the route. What I need to do is only move both (the file I'm consuming and it's work file).. if the work file shows up..

@DirtiesContext not resetting counters

2018-12-12 Thread nas reg
Hi, I believe I have found a bug with the @DirtiesContext cleanup of the CamelContext. I have tried every permutation of all the Spring test annotations and the result was always the same A NullPointerException on getRouteDefinition(String routeId) (The camel test is extremely fragmented

WildFly-Camel 9.0.0 released

2018-12-12 Thread Thomas Diesler
WildFly-Camel 9.0.0 provides Camel-2.23.0 integration with WildFly-15.0.0 This is a major WildFly upgrade that also comes with a new Camel version. It's main focus has been on CXF/Elytron integration. Component upgrades include WildFly-15.0.0 Camel-2.23.0 Hawtio-2.3.0 In addition to that, we