Monitor memory usage for every single route

2018-03-28 Thread Weiqiang Wang
Hi, Is there a way to monitor memory usage for each individual route at runtime. Thank you -- Weiqiang

Re: Empty/null response from netty4-http template producer

2018-03-28 Thread Alex Soto
Created issue : https://issues.apache.org/jira/browse/CAMEL-12414 Best regards, Alex soto > On Mar 28, 2018, at 12:46 PM, Alex Soto wrote: > > Anybody has any insight on what may be happening? Should I submit a Jira > ticket? > > Best rega

Re: Empty/null response from netty4-http template producer

2018-03-28 Thread Alex Soto
Anybody has any insight on what may be happening? Should I submit a Jira ticket? Best regards, Alex soto > On Mar 27, 2018, at 3:18 AM, Owain McGuire > wrote: > > Alex, > > Just had a quick look. > > The post in the Rest DSL route goes to direct:echo-route but your echo-route > does n

Re: java.lang.ClassCastException: org.jclouds.io.payloads.ByteSourcePayload cannot be cast to org.apache.camel.StreamCache

2018-03-28 Thread Claus Ibsen
Hi Ah I spotted the mistake in camel-jclouds, there is a buggy fallback-type converter implementation I have logged a ticket and will work on a fix https://issues.apache.org/jira/browse/CAMEL-12412 On Wed, Mar 28, 2018 at 3:46 PM, Claus Ibsen wrote: > Hi > > What version of Camel do you use? Th

Re: java.lang.ClassCastException: org.jclouds.io.payloads.ByteSourcePayload cannot be cast to org.apache.camel.StreamCache

2018-03-28 Thread Claus Ibsen
Hi What version of Camel do you use? The stacktrace you post seems to be using producer template and not about a file consumer. Can you better show the code and what you really do. On Wed, Mar 28, 2018 at 1:18 PM, Sverker Abrahamsson wrote: > Hi, > I've run in to an issue that if jclouds is av

Re: Apache camel - rabbitmq - ssl ( not working )

2018-03-28 Thread Pranay Tonpay
Pls advise on the possible causes of this or if more information is needed On Mon, Mar 26, 2018, 11:24 PM Pranay Tonpay wrote: > I am trying to use apache camel ( camel-spring-boot - 2.20.2 ) with > rabbitmq and create routes. It does work fine when iI use un-secured > RabbitMQ ( no-SSL ), but w

Fwd: Please correct ids to be unique among all your routes.

2018-03-28 Thread Hrvoje Djurdjevic
I managed to find out why rest routes seemed to stop working, although I saw they are correctly started in java console. I was receiving: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. There was an unexpected error (type=Not Found,

RE: JMS Destinataion is setting NULL

2018-03-28 Thread Gupta Bharat
Hello, My setup involves ActiveMQ --> Apache Camel --> IBM MQ SO I want the JMSDestination values set as topic name and then putting the message on IBM MQ. Using camel version 2.20.2. Setting header using SetHeaders but still not able to get JMSDestination value only other JMS parameters are

java.lang.ClassCastException: org.jclouds.io.payloads.ByteSourcePayload cannot be cast to org.apache.camel.StreamCache

2018-03-28 Thread Sverker Abrahamsson
Hi, I've run in to an issue that if jclouds is availible on classpath (e.g. as dependency of camel-jclouds component) then camel-file will get a ClassCastException when consuming a file if stream cache is used like this: Caused by: java.lang.ClassCastException: org.jclouds.io.payloads.ByteSou