Re: JMX Camel New User Question: where do I put service:jmx:rmi...

2018-12-19 Thread RW
If I remove "service" before "jmx" I get: "Must specify domain" in my error. I actually am using the fully qualified domain name, not localhost, so that's not the issue... and if I further remove :12345/jmxrm I still get the same error about needing a domain. Hi All - I'm new to Camel. I'

JMX Camel New User Question: where do I put service:jmx:rmi...

2018-12-19 Thread Stefan Lisowski
Hi All - I'm new to Camel. I'm trying to work through this example in the way of something like Hello World for a JMX Camel connection. https://github.com/apache/camel/tree/master/examples/camel-example-jmx I can build it with maven and mvn camel:run works fine. But now I want to start tweaking

R: Fwd: where and when to get release 2.22.3?

2018-12-19 Thread Andrea Cosentino
Try with mvn clean install -DskipTests Inviato da Yahoo Mail su Android Il mer, 19 dic, 2018 alle 20:14, Wang Yan ha scritto: Followed the  build document checkout camel-2.22.x mvn install -Pfastinstall but it does not build completely with below error [*INFO*] Camel :: Example ::

Fwd: where and when to get release 2.22.3?

2018-12-19 Thread Wang Yan
Followed the build document checkout camel-2.22.x mvn install -Pfastinstall but it does not build completely with below error [*INFO*] Camel :: Example :: Tracer (deprecated) *SKIPPED* [*INFO*] Camel :: Example :: Transformer :: Blueprint ... *SKIPPED* [*INFO*] Camel ::

Re: where and when to get release 2.22.3?

2018-12-19 Thread Andrea Cosentino
We released 2.22.2 on the beginning of November. So probably by the end of January. If you need it now, you can build the 2.22.x branch and use the snapshot. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email:

where and when to get release 2.22.3?

2018-12-19 Thread Wang Yan
We reported a bug which is fixed on 2.22.3 My Question is When the fix version 2.22.3 will be available ? or Where could I download the bug fix release 2.22.3 now? Thanks!

Re: How to read messages from a queue in parallel

2018-12-19 Thread Peter Billen
Hi Valid, Camelers, I got the required parallelism working with dynamic routing and seda queues as following: from("rabbitmq://localhost?username=test&password=test&declare=false&queue=q&autoAck=false&threadPoolSize=1") .process(exchange -> exchange.getIn().setHeader("queue", exchange.ge