Search Discussions
-
I have to handle csv (gz compressed) files that contain lines with different number of fields. at the moment i am only interested in lines with 35 fields (contain 34 ','). I wrote a processor that ...
Dermoritz
Aug 6, 2014 at 9:18 am
Aug 26, 2014 at 9:05 am -
Hello, I am trying to use a tcp endpoint with camel netty. I need to establish a two way route from a vert.x event bus to a remote server and viceversa. Unluckily my vert.x uses Netty as well so when ...
Edmondo Porcu
Aug 26, 2014 at 9:28 am
Aug 28, 2014 at 2:33 am -
Hello, I have a question regarding the mongoDB connection. In the CamelContext.xml I have the following declaration: <bean id="myDb" class="com.mongodb.Mongo" <constructor-arg index="0" <bean ...
Andrei Stoica
Aug 22, 2014 at 1:55 pm
Aug 26, 2014 at 2:04 pm -
Hi, I was trying to perform an SQL request on my MySQL database using camel-jdbc. I'm using a named parameter that I map on my camel message header, so I use the option /useHeadersAsParameters=true/ ...
A577127
Aug 11, 2014 at 1:58 pm
Aug 13, 2014 at 11:08 am -
Hi I have a scenario like I need to create route at run time by reading user configuration in DB. Can anyone help me with example how I can do that. Example with explanation might help me more in ...
Sakchakravarthi
Aug 9, 2014 at 6:15 am
Aug 12, 2014 at 12:51 pm -
Hello, I just wanted to extend my routing <route <from uri=“jetty:// .. “/ <inOut uri=“bean:call?method=me(*)”/ </route by a content routing based on the HTTP header ‘Content-Type’ like <route <from ...
Harald
Aug 19, 2014 at 6:51 pm
Aug 23, 2014 at 5:20 am -
I have a two threads (routes with different timer id in consumer). I created my own camel component (with endpoint and producer). This component should handle concurrency access (read/write) to ...
Martin11
Aug 20, 2014 at 3:03 pm
Aug 21, 2014 at 10:14 am -
Hi all, I am currently looking at the File2 processor, and it seems to me that my fairly simple use case isn't covered by this. I am a complete Camel newbie, so I am hoping someone can prove me wrong ...
Jkir
Aug 5, 2014 at 5:10 pm
Aug 6, 2014 at 1:34 pm -
Hi, I am in the process of creating a Camel-based proxy that takes in requests on a Tomcat Servlet, does some internal processing, and ultimately returns the responses that you would expect when ...
Jaume Sancho
Aug 19, 2014 at 4:11 pm
Aug 20, 2014 at 2:06 pm -
Hey All, I have below jaxrs:server define like below. how to put it as endpoint into route? below is the code example, but it doest not work for me <jaxrs:server id="rsServerSecure" ...
Nono
Aug 15, 2014 at 7:59 am
Aug 15, 2014 at 12:58 pm -
Hi all, I have a fairly good understanding of OSGi, not so much of Camel internals. I'm trying to start a simple camel route involving rabbitmq in an OSGi container (simple file - camel). (and ...
Apanday
Aug 5, 2014 at 9:47 am
Aug 5, 2014 at 4:21 pm -
Hi all, As an example, I was using a simple JSON document: { "kind": "full", "type": "customer" } I wanted to use a jsonpath predictate in a choice route as shown below ...
Deven Phillips
Aug 28, 2014 at 3:11 am
Aug 28, 2014 at 1:04 pm -
Hi, I use camel-cxfrs with a JAX-RS2 resource java class having a method declared in async way using AsyncResponse, like this: <camel:route <camel:from ...
Michael Bannii
Aug 26, 2014 at 2:23 pm
Aug 28, 2014 at 12:53 am -
The numbers I'd like to parse could have one the following structures: 123,456,789.01 123.45 -1234 1,234 (there are several rows in one file so it is possible that different structures appear in a ...
A_blithe
Aug 20, 2014 at 6:39 pm
Aug 21, 2014 at 9:41 am -
No "exec" headers are set after an invocation of this endpoint, so I'm not being able to decide what do upon process execution. I'm using Spring DSL like this: <camel:recipientList <camel:simple ...
Gvasquez
Aug 13, 2014 at 6:10 pm
Aug 15, 2014 at 2:08 am -
I am getting an java.lang.OutOfMemoryError: Java heap space when using camel sql component with a query that returns a large number of rows. Using a small value for maxMessagesPerPoll=10 does not ...
Matt Payne
Aug 8, 2014 at 8:34 pm
Aug 14, 2014 at 4:36 pm -
Hi, I'm using Camel with ActiveMQ and InOut request/reply routes. When I set transferException=true i get the exception returned to the caller. However if the route is transacted then the exception ...
Matt Wendling
Aug 12, 2014 at 8:37 pm
Aug 13, 2014 at 11:55 pm -
Hi, I am using camel-2.9.0. JMS producer component with IBMMQ performance is very slow, I want to create multiple JMS producer to send message to IBM queue something like multi-threading. Is there a ...
Ali, Mohammad
Aug 4, 2014 at 4:02 pm
Aug 7, 2014 at 4:53 pm -
(Amplification of a less specific post <http://camel.465427.n5.nabble.com/Behavior-of-onCompletion-for-exception-fault-and-stop-td5754257.html ) a) following exception the onCompletion route runs but ...
Jorabin
Aug 15, 2014 at 4:20 pm
Sep 2, 2014 at 5:31 pm -
I would like to pull data from a webserver has an unknown length. I send the server a GET command and it sends data continuously, each record on a separate line. I would like each record in a ...
Mark Webb
Aug 27, 2014 at 3:12 pm
Aug 27, 2014 at 8:51 pm -
I'm trying to read a zip file sent as byte[] from a RESTFul service. I was able to read each ZipEntry without an issue using RestEasy Client API in a test case. When I tried to the same with Camel it ...
Sandp
Aug 26, 2014 at 6:15 pm
Aug 27, 2014 at 2:32 pm -
Hello all, I've been using Camel 2.14-SNAPSHOT in my project for the last couple months. Last week, and today, it seems that the apache repository has been down. Has anyone else experienced this as ...
Matt Raible
Aug 25, 2014 at 1:42 pm
Aug 25, 2014 at 8:18 pm -
Hi I need to point 2 routes to same end point to read file. In one route I need to read *.lock and in other route i need to read *.done and *.json. Please help me out how I need to configure second ...
Sakchakravarthi
Aug 22, 2014 at 7:10 am
Aug 22, 2014 at 11:29 am -
Hi, I have a scenario, where I have to first update a row in three tables, then insert a new row into each of those tables. All this should be in a single batch of statements and rollback if it ...
Sandp
Aug 12, 2014 at 6:22 pm
Aug 19, 2014 at 6:03 pm -
Hi, I have a camel (2.12.0) in a production environment of a telco virtual operator. We are having a strange behavior in the route defined like this: if (ftpUploadEnabled){ ...
Petr ©poner
Aug 7, 2014 at 8:03 am
Aug 19, 2014 at 2:58 pm -
Is there any way to send HTTP basic authorization(preemptive authentication) to another web service(from HTTP4). I have a proxy with Jetty consuming and HTTP4 producing. Here is some sample code in ...
Apache999
Aug 13, 2014 at 3:52 pm
Aug 14, 2014 at 3:45 pm -
Hi, I have a route with two different http calls in it, each with different security requirements. How can I configure a recipientList such that it uses an HttpConfiguration defined elsewhere as ...
Rickaroni
Aug 12, 2014 at 2:45 pm
Aug 14, 2014 at 1:22 am -
Hi, apologies if this has already been asked (and answered before). I'm trying to set up an HTTP4 endpoint that communicates with a remote server that has a self signed SSL certificate. Long term we ...
Andyredhead
Aug 11, 2014 at 9:38 pm
Aug 12, 2014 at 1:14 pm -
I'm trying to either implement a request-response with stomp, using either: 1. a temporary queue via the reply-to header or 2. the correlation-id header to filter responses on a common response queue ...
Efenderbosch
Aug 7, 2014 at 4:48 pm
Aug 11, 2014 at 7:14 pm -
Hi folks ! I'd like to write a camel route that consumes a group of messages from a queue to persist it in a database in a single transaction and of course I can't loose any message. Basically, I was ...
Arnaud Deprez
Aug 8, 2014 at 9:37 am
Aug 9, 2014 at 7:28 pm -
How do you prevent a single route from kicking in without having to shut down camel or impacting other in-flight routes? -- View this message in context ...
Unklez
Aug 8, 2014 at 3:28 am
Aug 8, 2014 at 9:01 am -
camel-bindy is throwing an *java.text.ParseException * on failing to parse date with format *"dd-MMM-yyyy hh"* *The date field in the CsvRecord is:* @DataField(pos = 1, required = true, pattern = ...
Sandp
Aug 29, 2014 at 2:40 pm
Aug 29, 2014 at 4:48 pm -
Well, like I said, I can work with both methods :). If method B needs more code, then method A can be the more suitable solution. Maybe someone else has another good idea how to implement this ...
A_blithe
Aug 22, 2014 at 3:26 pm
Aug 26, 2014 at 5:32 pm -
I can't find anything anywhere about this, so I guess I have to ask here. I've got about ten different CamelContexts running in Karaf. After adding camel-disruptor, I've found that if I have to shut ...
Matt Sicker
Aug 22, 2014 at 12:37 am
Aug 22, 2014 at 6:18 pm -
Hey Guys I have a very peculiar case here. I have to send data to a web service available at SAP PI middleware from Fuse ESB. The url at which SAP PI has exposed their service looks like ...
Contactreji
Aug 19, 2014 at 6:39 pm
Aug 20, 2014 at 2:28 pm -
Hello I'm currently experiencing a problem initializing the TypeConverters in Camel in a Spring WebApp. As soon as the first exchange is created and the type converters are loaded (or type converters ...
Jcuk
Aug 19, 2014 at 12:19 pm
Aug 20, 2014 at 11:22 am -
Hi I am very new to camel. I have a very basic question. I have a standalone application, and I want to download a message from a jms queue and email it to some address. This should happen when ever ...
Radhakrishna Kalyan
Aug 15, 2014 at 9:30 pm
Aug 18, 2014 at 11:31 am -
Hi there! Experimenting with the exec endpoint I found out that it works perfectly (setting CamelExecExitValue header) when invoked with hardcoded args, such as: <camel:to ...
Gonzalo Vasquez
Aug 14, 2014 at 4:19 pm
Aug 14, 2014 at 10:39 pm -
Hello all, In my Camel app, I recently integrated Spring Boot to use its external configuration feature. Basically, I can put default properties in an src/main/resources/application.properties file ...
Matt Raible
Aug 8, 2014 at 2:16 am
Aug 14, 2014 at 1:32 pm -
Hi, I'm still struggling with camel-mqtt producer to get it working. This is a previous thread ...
Tomohisa Igarashi
Aug 5, 2014 at 9:04 am
Aug 9, 2014 at 7:42 am -
I'm using a (producer)camel route to post a message to a activeMQ queue broker. I would like to check the performance of the number of messages that can the posted to the queue in a second. Let me ...
Balavino
Aug 3, 2014 at 6:09 am
Aug 3, 2014 at 7:35 pm -
Hello, using Camel 2.13.2 over a Karaf 3.0.1, I’m executing a route defined in a blueprint that references to an error handler. It starts without any warning, but when the bundle is stopped I get the ...
Champel
Aug 30, 2014 at 11:58 pm
Sep 1, 2014 at 12:35 pm -
I’m been trying to use Camel with . Spring Boot, . test Routes with “@RunWith(CamelSpringJUnit4ClassRunner.class)” .with @Produce(uri = "direct:in") private ProducerTemplate producerTemplate; .and ...
User3152723
Aug 30, 2014 at 7:53 pm
Aug 31, 2014 at 1:48 am -
I have a requirement to stream an xml file from a server <streamXMLFile and divide the original xml to sub xml files based on a tag and also to extract the value of a particular xml tag path from the ...
Balavino
Aug 30, 2014 at 7:41 am
Aug 30, 2014 at 4:46 pm -
I had this working outside of blueprint, but want to run in OSGI container. I am pretty new to camel and can't quite figure this one out. [ Blueprint Extender: 1] BlueprintContainerImpl INFO Bundle ...
Billybobbain
Aug 28, 2014 at 11:38 am
Aug 28, 2014 at 2:44 pm -
Hi, I noticed the breadcrumbId is null after i use transacted. Is this by design? See example route below. from("step4")) .routeId("route-step4") ...
Rwijngaa
Aug 14, 2014 at 12:27 pm
Aug 26, 2014 at 12:31 pm -
Hi, I run a project with multiple routes. For debug purpose, I would like to know if it's possible to "globally" change logging option to a route (not to one of componenent but to the route itself ...
Fliot33
Aug 26, 2014 at 7:36 am
Aug 26, 2014 at 7:46 am -
I have a route that does a number of things: .process(lookupToHeadersProcessor) // 1) converts input parameters to headers .to("bean:myStoredProcedure") // 2) calls a stored procedure, that enters a ...
Matt Raible
Aug 21, 2014 at 10:07 pm
Aug 26, 2014 at 4:51 am -
Hi All, I am using Karaf 3.0.0 to deploy my camel blueprint application which creates a rest route. I have exposed a rest service which accepts a org.codehaus.jettison.json.JSONObject in its ...
Aryan
Aug 22, 2014 at 5:39 am
Aug 25, 2014 at 11:48 am -
Hi, I am new to camel and trying to read a json file from a stream. Here is my Blueprint.xml. I have included my Camel-Stream in the pom.xml as well as added the features to my fabric profile ...
ReDiya
Aug 22, 2014 at 6:50 pm
Aug 23, 2014 at 6:55 am
Group Overview
group | users |
categories | camel |
discussions | 133 |
posts | 460 |
users | 125 |
website | camel.apache.org |
125 users for August 2014
Archives
- June 2016 (303)
- May 2016 (435)
- April 2016 (605)
- March 2016 (554)
- February 2016 (671)
- January 2016 (341)
- December 2015 (334)
- November 2015 (438)
- October 2015 (475)
- September 2015 (408)
- August 2015 (386)
- July 2015 (477)
- June 2015 (510)
- May 2015 (502)
- April 2015 (596)
- March 2015 (639)
- February 2015 (363)
- January 2015 (211)
- December 2014 (529)
- November 2014 (660)
- October 2014 (487)
- September 2014 (415)
- August 2014 (460)
- July 2014 (720)
- June 2014 (593)
- May 2014 (501)
- April 2014 (593)
- March 2014 (648)
- February 2014 (612)
- January 2014 (763)
- December 2013 (629)
- November 2013 (869)
- October 2013 (845)
- September 2013 (965)
- August 2013 (845)
- July 2013 (787)
- June 2013 (713)
- May 2013 (983)
- April 2013 (897)
- March 2013 (961)
- February 2013 (772)
- January 2013 (867)
- December 2012 (657)
- November 2012 (761)
- October 2012 (773)
- September 2012 (777)
- August 2012 (879)
- July 2012 (717)
- June 2012 (735)
- May 2012 (901)
- April 2012 (859)
- March 2012 (827)
- February 2012 (810)
- January 2012 (562)
- December 2011 (690)
- November 2011 (910)
- October 2011 (577)
- September 2011 (609)
- August 2011 (888)
- July 2011 (846)
- June 2011 (685)
- May 2011 (793)
- April 2011 (607)
- March 2011 (719)
- February 2011 (527)
- January 2011 (466)
- December 2010 (447)
- November 2010 (622)
- October 2010 (614)
- September 2010 (609)
- August 2010 (462)
- July 2010 (512)
- June 2010 (575)
- May 2010 (465)
- April 2010 (613)
- March 2010 (792)
- February 2010 (579)
- January 2010 (667)
- December 2009 (562)
- November 2009 (582)
- October 2009 (509)
- September 2009 (341)
- August 2009 (662)
- July 2009 (444)
- June 2009 (469)
- May 2009 (474)
- April 2009 (316)
- March 2009 (520)
- February 2009 (295)
- January 2009 (488)
- December 2008 (436)
- November 2008 (412)
- October 2008 (517)
- September 2008 (478)
- August 2008 (304)
- July 2008 (475)
- June 2008 (269)
- May 2008 (255)
- April 2008 (208)
- March 2008 (304)
- February 2008 (222)
- January 2008 (281)
- December 2007 (104)
- November 2007 (191)
- October 2007 (159)
- September 2007 (60)
- August 2007 (190)
- July 2007 (24)
- June 2007 (40)
- May 2007 (4)