Best RES-component with SSL

2017-03-02 Thread IanPea
As keen Camel-User, I must try this question. Which of the Rest-component can be recomended for secure HTTPS/SSL, is there possibly a good example, with this componentin a REST-route with https/SSL !? Kind regards Ian Pea. We have the freedom of choosing the component freely, (Jetty,

Re: Best RES-component with SSL

2017-03-02 Thread souciance
In general if you have several rest services that need https I find it easier to have some proxy to offload the https for you as configuring that in Camel/Karaf can be very tricky. I use nginx to off load the https and let Camel focus on the route logic. On Fri, Mar 3, 2017 at 8:14 AM, IanPea [via

Re: Pattern 'InOnly' should create a new exchange/ thread ?

2017-03-02 Thread Claus Ibsen
The MEP is only a flag - the direct component dont care about MEP its like a direct method call in Java. On Thu, Mar 2, 2017 at 5:56 PM, Ranabroto wrote: > Thanks it does work with wireTap, but why not with pattern="InOnly"/>. whats the use of 'pattern' in 'to' then? > > > > -- > View this mes

Re: Pattern 'InOnly' should create a new exchange/ thread ?

2017-03-02 Thread Ranabroto
Thanks it does work with wireTap, but why not with . whats the use of 'pattern' in 'to' then? -- View this message in context: http://camel.465427.n5.nabble.com/Pattern-InOnly-should-create-a-new-exchange-thread-tp5794699p5794702.html Sent from the Camel - Users mailing list archive at Nabble.c

Swagger security info with RestDSL

2017-03-02 Thread crico
Hi everyone,I'm building rest services in Apache Camel with RestDSL from a Swagger specification.Swagger Editor doesn't have a Apache Camel Generator that build RestDSL routes. So I need to write hand by hand the java code. To check the development, I've activated api-docs in Camel to get the swagg

Re: Pattern 'InOnly' should create a new exchange/ thread ?

2017-03-02 Thread Claus Ibsen
See the wire tap EIP On Thu, Mar 2, 2017 at 5:37 PM, Ranabroto wrote: > Hello All, > I have simple route which calls another route with pattern InOnly, my > understanding was InOnly fires and forgets and executes the next line in a > route but thats not happening. using camel 2.17.0 > > >

Pattern 'InOnly' should create a new exchange/ thread ?

2017-03-02 Thread Ranabroto
Hello All, I have simple route which calls another route with pattern InOnly, my understanding was InOnly fires and forgets and executes the next line in a route but thats not happening. using camel 2.17.0 1 In my understanding out

Re: Camel-CXF in tomee

2017-03-02 Thread syadav
no one responding in tomee user forum. Could you help in getting proper forum where I can resolve my issue. For your referece below is the post http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-td4681184.html -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CX

Slack Consumer Component?

2017-03-02 Thread jasenj1
I see that the Slack component allows you to send messages to Slack, but is there a way to get messages FROM a Slack channel? Is there a consumer half to the producer half? e.g. - Jasen. -- View this message in context: http://camel.465427.n5.nabble.com/Slack-Consumer-Component-tp5794688.htm

Routing Slip + InOutPattern + Transaction does not work

2017-03-02 Thread Leber, Thomas
Hi, I'm trying to use a Routing Slip with the InOut pattern. Also I have the requirement to transact the whole system. I have set up a small example but I won't run. The message stays inside the "producer" queue and will not be Picked up by the "_route1" or "_route2". When I'm commenting the l

use more build in camel components WAS: dynamic select csv column

2017-03-02 Thread Richter, Thomas
Moin, are there camel components that I can use instead of from("file").unmarshal().csv() // .bean("service", "getMyColumn") // .bean("service", "passOnlyMyColumn") // .bean("service", "passOnlyUniqValues") // .marshal().csv()

Re: How to override Buffer size for httpclient when calling Rest web Service via Camel

2017-03-02 Thread Tarun.Bharti
As ankur mentioned the camel version is 2.13.1 and currently i tried with directly http by mentioning the URL in to() as shown below. Since we are using apache CXF rest, i had also tried the same thing with cxfrs:bean but it also ended up with exception. .choice() .when(header(Res