Re: how to create Camel HTTP route with async handling

2022-09-27 Thread chiochuan
Hi,I looking with async components that can do like below Flowchart Maker & Online Diagram Softwareviewer.diagrams.netWhich the http component can wait for callback before responding back to the request ThanksOn 26 Sep 2022, at 11:18 PM, Jeremy Ross wrote:The REST component as

Re: MDC information mess up after sent to activemq endpoint

2015-10-06 Thread chiochuan
i do set in the jms header to return the transactionID using interceptSendToEndpoint to activemq:*. but still it didnt seem work. -- View this message in context: http://camel.465427.n5.nabble.com/MDC-information-mess-up-after-sent-to-activemq-endpoint-tp5772230p5772353.html Sent from the

osgi bundle dependency

2015-10-06 Thread chiochuan
i restart the karaf container. this is a problem for me if i update the framework bundle, it won't take effect until i restart the karaf container. Any advice how i can make the service bundle to have dependency on the framework? Thanks. Regards, ChioChuan -- View this message in context

MDC information mess up after sent to activemq endpoint

2015-10-03 Thread chiochuan
Hi Guy, How to keep data in MDC after sending to JMS/activemq endpoint? currently i have 2 bundle whereby 1 bundle is exposing as webservice using cxf endpoint. For each request, i have generate UUID and set it to MDC for logging propose and sent the message to activemq endpoint (synchronous