Hi
You can take a look at message history
http://camel.apache.org/message-history.html
each step has the routeId, which you can use to group by level.
On Thu, Jun 18, 2015 at 10:28 PM, Amit wrote:
> I would like to print tail log at end of the request with elapsed time as
> below. Is in Apach
Hi
When use getOut on an exchange then please read this FAQ
http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html
On Thu, Jun 18, 2015 at 10:47 PM, Ronny Aerts wrote:
> Hello camel community,
>
> I'am trying to figure out how I can return a simple answer in spring-ws soap
> web
Hi,
After I upgrade camel version from 2.12.5 to any higher version (and also
spring 4.1.x), the timer endpoint is not getting fired automatically. I
tried by providing autostartup as true. I am using java dsl (by extending
springroutebuilder)
@Component
public class TestRoute extends SpringRoute
We have differ options to consume reftful services like cxfRS, jetty, http.
My requirement is to consume restful service without service class also it
should be able to support CXF bus configuration to have global configuration
cxf endpoints.
I know we have cxfRS but it's mandatory to use servi
Hi,
I have sql data base : which have zip file content in terms of BLOB , Using
camel i need to consume it and store it as zip file in file directory.
Can anybody help me out.
Thanks,
Bharadwaj nakka
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-consume-sql-blob-
Controbus component enables you to have a look at route specific stats.
Have you looked at the same ?
http://camel.apache.org/controlbus.html
Not sure it will address your parent child relationship as each route
considered separately in camel.
On Fri, Jun 19, 2015 at 1:58 AM, Amit wrote:
>
This is not a camel issue, thought I might try anyway...
I'm using eclipse Luna and Camel 2.13.2
while running unit tests on my routes, the console log is inundated with
debug info (not interesting unless debugging the tests themselves) which I
would like to suppress such that all I get is loggin
Hello camel community,
I'am trying to figure out how I can return a simple answer in spring-ws soap
web service consumer.
I have a simple route like:
webservice implementation to capture the
notifyMessages
http://portcommunity.haven.antwerpen.be/}notifyMessages?
I would like to print tail log at end of the request with elapsed time as
below. Is in Apache Camel any way
we can know the parent end point. So we maintain the Parent-child relation
ship as below.
Trail log:
-servlet:///jaxrsExample?matchOnUriPrefix=true took 20 ms
--cxfbean:jaxrsServices to
Make sure the MEP is InOut before sending to the seda endpoint then it
does a request-reply messaging.
http://camel.apache.org/request-reply.html
On Thu, Jun 18, 2015 at 7:27 PM, Tim Dudgeon wrote:
> Is is possible to use routing slip so that it always waits for response?
> For instance if the r
I would appreciate if any one has deal with similar issue as above. I would
appreciate your input.
Thanks,
Bhavesh
On Tue, Jun 16, 2015 at 11:55 AM, Bhavesh Mistry wrote:
> Adding Dev group to see how I can achieve this.
>
> Thanks,
>
> Bhavesh
>
> On Mon, Jun 15, 2015 at 2:56 PM, Bhavesh Mistr
Alleluia !
I had an hunch when i saw that sometimes I had exceptions like :
"SSH_MSG_DISCONNECT: 2 Packet corrupt". So that meant that somehow the
software is sending garbage to the SSH server.
And i found ... Well ... To make it short :
- The Jsch ChannelSftp is not thread-safe...
- When intro
Is is possible to use routing slip so that it always waits for response?
For instance if the routing slip specifies a seda route then it seems to
execute asynchronously and the routing slip returns immediately.
If instead I route to a direct endpoint it waits as desired, but that
direct route is
Hi,
I'm trying to upgrade from Camel 2.9.3 to 2.15.2.
The route is very simple:
from(endpointInput)
.routeId("MyRoute")
.process(myProcessor)
.to(endpointOutput);
where endpointOutput =
"myEndpoint:fail:string:file_name?expression=${file:onlyname}"
myEndpoint is defined as a
Hi,
the same issue exists on
sftp/file => disruptor
It seems something with the BatchConsumer (file). My current "bad solution" to
use wiretap to leave that processing.
Would be great to hear a better solution.
-Original Message-
From: GegeFR [mailto:gwenhael.pasqui...@ericsson.com]
Hi Christian
handled(false) is ought to go back to the initial consumer which is
direct:start. Do you know why I never the less get following warn log output
and how I can get rid of it?
WARN -org.apache.camel.processor.aggregate.AggregateProcessor:Error
processing aggregated exchange... followed
Hi,
I'm digging this up but 5 years later I'm meeting the exact same issue.
sftp => seda => anything causes this type of errors.
Anybody has any idea about that issue nowadays ?
--
View this message in context:
http://camel.465427.n5.nabble.com/sftp-seda-yields-GenericFileOperationFailedExc
17 matches
Mail list logo