FAQ

Search Discussions

133 discussions - 460 posts

  • 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 ...
    DermoritzDermoritz
    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 PorcuEdmondo 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 StoicaAndrei 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/ ...
    A577127A577127
    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 ...
    SakchakravarthiSakchakravarthi
    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 ...
    HaraldHarald
    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 ...
    Martin11Martin11
    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 ...
    JkirJkir
    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 SanchoJaume 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" ...
    NonoNono
    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 ...
    ApandayApanday
    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 PhillipsDeven 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 BanniiMichael 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_blitheA_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 ...
    GvasquezGvasquez
    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 PayneMatt 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 WendlingMatt 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, MohammadAli, 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 ...
    JorabinJorabin
    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 WebbMark 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 ...
    SandpSandp
    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 RaibleMatt 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 ...
    SakchakravarthiSakchakravarthi
    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 ...
    SandpSandp
    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 ©ponerPetr ©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 ...
    Apache999Apache999
    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 ...
    RickaroniRickaroni
    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 ...
    AndyredheadAndyredhead
    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 ...
    EfenderboschEfenderbosch
    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 DeprezArnaud 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 ...
    UnklezUnklez
    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 = ...
    SandpSandp
    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_blitheA_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 SickerMatt 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 ...
    ContactrejiContactreji
    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 ...
    JcukJcuk
    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 KalyanRadhakrishna 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 VasquezGonzalo 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 RaibleMatt 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 IgarashiTomohisa 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 ...
    BalavinoBalavino
    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 ...
    ChampelChampel
    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 ...
    User3152723User3152723
    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 ...
    BalavinoBalavino
    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 ...
    BillybobbainBillybobbain
    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") ...
    RwijngaaRwijngaa
    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 ...
    Fliot33Fliot33
    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 RaibleMatt 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 ...
    AryanAryan
    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 ...
    ReDiyaReDiya
    Aug 22, 2014 at 6:50 pm
    Aug 23, 2014 at 6:55 am
Group Navigation
period‹ prev | Aug 2014 | next ›
Group Overview
groupusers @
categoriescamel
discussions133
posts460
users125
websitecamel.apache.org

125 users for August 2014

Claus Ibsen: 83 posts Charles Moulliard: 20 posts Sandp: 15 posts Dermoritz: 12 posts Matt Sicker: 12 posts Willem.Jiang: 11 posts Christian Müller: 9 posts Efenderbosch: 8 posts Gvasquez: 8 posts Raul Kripalani: 8 posts Sakchakravarthi: 8 posts Prajod Vettiyattil: 7 posts Contactreji: 7 posts Edmondo Porcu: 7 posts Frankiboy: 7 posts Matt Raible: 7 posts Paul McCulloch: 7 posts A_blithe: 6 posts Andrei Stoica: 6 posts Apanday: 6 posts
show more
Archives