Re: Query:Option to set replyTo with Q and QMngr

2019-02-13 Thread Claus Ibsen
Hi camel-jms is built on top of Spring JMS. So it can help to widen the search to see how spring jms does this. You may need to setup something in your jms client, or provide some custom JMS header/property with that queue manager. IBM MQ is a "bit special" in regards to JMS and can be a bit more

Re: Waiting for direct consumer

2019-02-13 Thread Claus Ibsen
Hi Sounds like you have a route that calls direct://StartSqlJobRoute and that you dont have a consumer for it, and that Camel waits for it. On Thu, Feb 14, 2019 at 7:38 AM Riggy Software wrote: > > Hello, > > I’m experiencing a strange issue. I’m not too sure what is occurring. > > I have a spri

Waiting for direct consumer

2019-02-13 Thread Riggy Software
Hello, I’m experiencing a strange issue. I’m not too sure what is occurring. I have a spring route component, which is covered by tests, however I have now added a restConfiguration() and it is causing a direct route to not be consuming. The rest route doesn’t have anything in common with the

Re: @ExcludeRoutes not working

2019-02-13 Thread Claus Ibsen
Hi How are all these routes registered with your spring application? Are you for example using @Component or something. Try setting up DEBUG logging on org.apache.camel.test.spring and see what is outputted, as that is where the logic for exclude routes is. On Wed, Feb 13, 2019 at 1:30 PM Louis

Query:Option to set replyTo with Q and QMngr

2019-02-13 Thread Manikanta Mudragada
Hi Team, In camel-Jms component I was able to configure replyTo with queue name while sending the request to IBM MQ but my requirement is to send both replyToQueue and replyToQMngr which remote IBM MQ server is expecting. So that It will route the message to corresponding Response queue supplied

RE: @ExcludeRoutes not working

2019-02-13 Thread Louis Becker
Hi I am trying to "suppress" noisy routes! Sorry about the typo. Louis -Original Message- From: Louis Becker [mailto:lbec...@meatco.com.na] Sent: 13 February 2019 14:30 To: users@camel.apache.org Subject: @ExcludeRoutes not working Hi I am developing a camel 2.22.1 in spring using sp

@ExcludeRoutes not working

2019-02-13 Thread Louis Becker
Hi I am developing a camel 2.22.1 in spring using spring boot 2.0.7. I am trying to surprise "noisy" routes during testing, but it seems like my @ExcludeRoutes array of classes is being ignored. I expect only on route to run (see ), but as you will see from the extract from the that many of