Hello,
I am trying to write a simple test that extends CamelBlueprintTestSupport.
All I have done is to add camel-docker in my pom with scope test. The
version 2.17.0. When I run my test the start of the test looks like this:
"C:\Program Files\Java\jdk1.8.0_71\bin\java" -Dvisualvm.id=10927056258
I am getting AhcOperationFailedException while invoking http call using
camel-ahc component. How can i capture the response body of http call that
resulted in AhcOperationFailedException ?
My route
from("activemq:queue:MY_QUEUE")
.process(this.processor1)
.to("ahc:http://example.c
Hi,
I am investigating the camel-swagger component coming up in version 2.18 and
I have perhaps some basic and trivial questions I would like to share with
the community. I am trying to understand what are the main differences in
terms of features/functionalities between the Scala swagger-camel and
If my endpoint is "https://example.com/v1/hello?apiKey=a";, How do i add
ahc component options (e.g., throwExceptionOnFailure) ?
https://example.com/v1/hello?apiKey=a&throwExceptionOnFailure=false ?
How would ahc differentiate the actual endpoint vs component options ?
--
View this m
@Vitalii,
I'm not sure. It sounds like he wants to receive a call and then process
it but I'm not positive. That's why I was asking for a clearer
definition. Here's one of the initial statements.
"In our use case we are doing lot of crunching, DB and external REST
service calls? There is a lim
Workaround I've used before is to install the "web" feature before
installing camel-http. This workaround isn't required in Karaf 4.0.x if I
recall correctly.
On 4 October 2016 at 03:25, souciance
wrote:
> Not sure but could be that you need to install
> org.osgi.service.http.HttpService
> in yo
Hello. I am consuming UDP packets from Netty4, and the packets are coming
in very quickly. When I am finished consuming these packets, and try to
shut the context down, it seems to take at least a full minute to
complete. I am creating a DefaultOsgiCamelContext (because this is a
bundle living i
Not sure but could be that you need to install
org.osgi.service.http.HttpService
in your Karaf distro as well as it seems some dependency is missing.
On Tue, Oct 4, 2016 at 10:04 AM, michael.esmann [via Camel] <
ml-node+s465427n5788341...@n5.nabble.com> wrote:
> Hi
>
> I am trying to install Came
Hi
I am trying to install Camel 2.17.3 features in Karaf 3.0.8.
The problem can be reproduced this way:
- Make a clean Karaf 3.0.8 installation
- Start Karaf and install features:
feature:repo-add camel 2.17.3
feature:install cxf
feature:install camel-http
- Stop Karaf and start again.
No