Handling REST responses when you need to change the exchange body

2021-05-13 Thread David Shubert
I want to create a REST endpoint where my processor does some work, creates a POJO with values I want to return, and puts some other values on a Google pubsub using that component. To return the POJO in REST I have to make it the body of the exchange. However to send something to pubsub I have to

camel-examples transition / camel-dependencies and CI

2021-05-13 Thread Rob Leland
*Summary and feedback* A) Where is camel-dependencies used by camel-examples ... ? B) camel-examples structure can be made easier for first timers to build. *Details* *camel-dependencies* Last week when I started with the camel-example-cxf-proxy (cxf-proxy) for a project I couldn't find

Re: camel-examples transition / camel-dependencies and CI

2021-05-13 Thread Rob Leland
I'll eat crow on the first item, I didn't realize that snapshot versions were being published for camel-dependencies On Thu, May 13, 2021 at 2:02 PM Rob Leland wrote: > *Summary and feedback* > A) Where is camel-dependencies used by > camel-examples ... ? > B) camel-examples structure can be

Re: camel-examples transition / camel-dependencies and CI

2021-05-13 Thread Claus Ibsen
Hi All the camel examples git repo, have a tag with a fixed Camel version you can checkout. The main branch is SNAPSHOT as its work in progress for the next upcoming release. On Thu, May 13, 2021 at 8:02 PM Rob Leland wrote: > > *Summary and feedback* > A) Where is camel-dependencies used by >

Re: camel blueprint setheader el

2021-05-13 Thread Mike Oliver
Ok thanks used ${header.CamelHttpMethod} and it worked as well. Mike *Mike Oliver** Founder**, Open 4 Business Online* Tel: +1(951)260-0793 | Mobile:**NEW* 639479927462 US Toll free: 1-800-985-4766 **NEW* http://www.o4bo.com Mas marunong akong umunawa ng salitang tagalog kaysa magkapagsalita

netty4-http client in one bundle and nett4-http server in another

2021-05-13 Thread Mike Oliver
Two contexts. The first is my client that connects to an endpoint on the same karaf instance. http://www.osgi.org/xmlns/blueprint/v1.0.0"; xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="htt