Re: Problem with Message Order using Camel, JMS, and CXF

2015-03-04 Thread g8torPaul
All, I fixed the issue. After digging through the CXF code, I found the following property: org.apache.cxf.interceptor.OneWayProcessorInterceptor.USE_ORIGINAL_THREAD I set this property on the CXF endpoint that is consuming from the JMS Queue via Camel Transport. This property does not

Re: Duplicate route id detection and Spring Boot integration

2015-03-04 Thread Henryk Konsek
I sneaked the fixed into 2.15.0 release. :) Thanks for reporting! Laters! On Wed, Mar 4, 2015 at 4:10 PM, Henryk Konsek hekon...@gmail.com wrote: Hi, Indeed, RoutesCollector was invoked after CamelContext is started. This is a bug. I will push fix to Camel 2.15.1. Thanks for catching this!

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread Diego Magalhaes
Hmmm... the message went all broken. Hey there, I'm currently puzzled by how maxConcurrentConsumers set in different points may have different behaviors (or not, I might be doing something wrong). According the documentation: http://camel.apache.org/jms.html *You can configure this

Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread dgomesbr
Hey there,I'm currently puzzled by how maxConcurrentConsumers set in different points may have different behaviors (or not, I might be doing something wrong).According the documentation: http://camel.apache.org/jms.html*You can configure this option in one of the following ways:On the

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread dgomesbr
That's is the situation. On Mar 4, 2015 3:25 PM, Thiago Kronig [via Camel] ml-node+s465427n576360...@n5.nabble.com wrote: Diego, You have three JVM instances running each 15 consumers? Your BROKER_URL points to a fourth JVM, running only ActiveMQ Broker? On Wed, Mar 4, 2015 at 2:15 PM Diego

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread Thiago Kronig
Diego, You have three JVM instances running each 15 consumers? Your BROKER_URL points to a fourth JVM, running only ActiveMQ Broker? On Wed, Mar 4, 2015 at 2:15 PM Diego Magalhaes diego.magalh...@bemobi.com.br wrote: Hmmm... the message went all broken. Hey there, I'm currently

Re: Diff between configuring maxConcurrentConsumers in JMSComponent, Route URI or per JMSEndpoint

2015-03-04 Thread Diego Magalhaes
A view of the problem of concept understanding can be seen here: http://imgur.com/LUgyeZc Atenciosamente, *Diego Magalhães* Gerencia de Desenvolvimento Diretoria de tecnologia da Informação [image: email_assinatura.jpg] +55 (21) 3529-9019 *www.bemobi.com.br http://www.bemobi.com.br/**þ*Antes

RE: Latest 2.15 snapshot breaks my unit tests

2015-03-04 Thread Steven Marcus
Hello, The 2b0e1e2daa6cc160c6b3fbd4880d6002cf90f02d commit on 5Mar looks like it's relevant to my issue. I'll wait for the next snapshot to be published and test again. Thanks, Steven -- View this message in context:

RE: Latest 2.15 snapshot breaks my unit tests

2015-03-04 Thread Steven Marcus
https://issues.apache.org/jira/browse/CAMEL-8436 is tracking the spring-boot routes issue. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Latest-2-15-snapshot-breaks-my-unit-tests-tp5763432p5763607.html Sent from the Camel - Users mailing list archive at

can i get discount for camel in action book

2015-03-04 Thread chaituu
hi, I reside in india.but camel in action not published in india so it comes with huge price.can i get some discount on this book?if yes where can i get it? -- View this message in context: http://camel.465427.n5.nabble.com/can-i-get-discount-for-camel-in-action-book-tp5763608.html Sent from

invalid private key problem in apache camel sftp

2015-03-04 Thread Ram
Hi, I am very new to Apache camel. Recently i come across the issue related to the camel ftp/sftp component. Every time it is saying invalid private key. below is the sample code throwing the same error: routeContext id=Routes xmlns=http://camel.apache.org/schema/spring; route

Re: Problem with Message Order using Camel, JMS, and CXF

2015-03-04 Thread Willem Jiang
Thanks for sharing this with us, I just updated the camel-cxf wiki page for it. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On March 5, 2015 at 12:05:43 AM,

Re: can i get discount for camel in action book

2015-03-04 Thread Claus Ibsen
Hi Sometimes Manning has discount deals, where you can get it cheaper. But then you would need to order it directly from them. But I was given a discount code many years ago. I wonder if it still works: camel40. That gives you 40%. If you work for an employeer that uses Apache Camel. Then maybe

AW: can i get discount for camel in action book

2015-03-04 Thread jhm
You could order an ebook, if the shipping is your main cost factor. http://www.manning.com/ibsen/ $39.99 eBook only (includes PDF, ePub, and Kindle) Jan -Ursprüngliche Nachricht- Von: chaituu [mailto:yarlagadd...@gmail.com] Gesendet: Donnerstag, 5. März 2015 03:37 An:

Safely copy exchange body

2015-03-04 Thread Niels
Hey there, I was hoping I could pick some brain to gather a idea that can work. But first let me explain my intentions. So the idea is to save the body and headers of the exchange for auditing purposes. To get this to work, we're using a Tracer and configured the destination uri to point to a

Re: Camel M2M gateway project

2015-03-04 Thread Morgan Hautman
Hey Henryk, This seems to be a great idea you got there! :) Regards, Morgan On 3/03/2015 21:36, Henryk Konsek wrote: Hi, For those interested in the Internet Of Things and M2M - I started a small project called Camel M2M gateway [1]. I want it to be the landing page for the Camel enthusiast

Re: Safely copy exchange body

2015-03-04 Thread Claus Ibsen
Hi There is no 100% safe way for all kind of message body types. But enabling stream caching helps. Then files can be converted as well. But mind that for files you may want to limit the size, in case the files are very big etc. So its more a case by case. On Wed, Mar 4, 2015 at 9:27 AM,

Re: Camel M2M gateway project

2015-03-04 Thread Jean-Baptiste Onofré
Cool, thanks Henryk ! Regards JB On 03/03/2015 09:36 PM, Henryk Konsek wrote: Hi, For those interested in the Internet Of Things and M2M - I started a small project called Camel M2M gateway [1]. I want it to be the landing page for the Camel enthusiast interesting in putting Camel into

Re: Bindy - Date Unmarshall Issue

2015-03-04 Thread Claus Ibsen
Hi It seems because bindy uses strict parsing by setting lenient = false df.setLenient(false); date = df.parse(string); It should maybe not do that, and just use SimpleDataFormat parsing as default out of the box. On Fri, Feb 20, 2015 at 2:00 AM, kc525

Re: Exchange timeout Mina2 issues

2015-03-04 Thread Willem Jiang
I think the server just close the connection when there is no further conversion for a long time. It’s hard for the client or server to tell if the connection is still open until write the message to the socket. Can you introduce some ping message to keep the TCP connection alive? -- Willem

Re: Duplicate route id detection and Spring Boot integration

2015-03-04 Thread Henryk Konsek
Hi, Indeed, RoutesCollector was invoked after CamelContext is started. This is a bug. I will push fix to Camel 2.15.1. Thanks for catching this! Cheers. On Sun, Feb 15, 2015 at 10:26 PM, Henryk Konsek hekon...@gmail.com wrote: Hi guys, I'm back from the short holidays. I will take a look at