Re: Math Operation in Loop

2018-04-22 Thread Weiqiang Wang
Thank you Zoran On Sun, Apr 22, 2018, 5:30 AM Zoran Regvart wrote: > Hi Weiqiang, > the simple language can not do what you want, you can look at the > supported operations in the docs[1]. > > A best practice would be to create a standard Java method to perform > that and use

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

2018-04-22 Thread Zoran Regvart
Hi Pranay, seems that you have a network issue (Connection refused), make sure that the configuration references the right host/port combination. I have found that setting `-Djavax.net.debug=all` JVM property is quite helpful to diagnose such issues. zoran On Wed, Apr 11, 2018 at 4:20 AM, Pranay

Re: Math Operation in Loop

2018-04-22 Thread Zoran Regvart
Hi Weiqiang, the simple language can not do what you want, you can look at the supported operations in the docs[1]. A best practice would be to create a standard Java method to perform that and use the `method` DSL and set a header value, you can use also dynamic expressions in Groovy or some