FAQ

Search Discussions

177 discussions - 910 posts

  • Im using the jpa component as a consumer to poll a table. The batchsize of each poll is set to eg. 100 as : <from uri="jpa:org.apache.camel.MyEntity?consumer.query=select x from org.apache.MyEntity x ...
    Preben.AsmussenPreben.Asmussen
    Nov 3, 2011 at 9:00 am
    Nov 16, 2011 at 9:54 am
  • Hello, I started today to write a new Camel Component for RabbitMQ to Consume and Produce Messages from the message broker. At the moment I not understand how to put in parameters. When I try to ...
    Michael PrießMichael Prieß
    Nov 6, 2011 at 9:07 pm
    Nov 21, 2011 at 8:21 pm
  • I want to write a program in JAVA that will connect to a remote assets let's say TRUCKS. (The big trucks that carry cargo) Trucks have a digi device (cell modem) installed which is connected to the ...
    NewbieeNewbiee
    Nov 7, 2011 at 1:57 pm
    Nov 21, 2011 at 7:55 pm
  • For those who might be interested, I've posted a Camel component based on Spring AMQP for those who wish to use more AMQP semantics instead of a JMS- AMQP interface via Qpid. Source is now available ...
    DeckeregoDeckerego
    Nov 28, 2011 at 5:04 am
    Feb 18, 2014 at 3:41 pm
  • Hi We are trying to create a new cxf-camel example. After generating the jar and deploying it to deploy dir. we are facing this exception. 19:01:42,343 | INFO | l Console Thread | Console | 35 - ...
    Gnanaguru SGnanaguru S
    Nov 8, 2011 at 3:26 pm
    Nov 15, 2011 at 8:50 am
  • Hi, The project im working on require me to update camel routes at runtime using config admin. Is there a way to achieve this? im starting to learn camel. Thanks -- View this message in context ...
    Mayank27Mayank27
    Nov 4, 2011 at 10:21 pm
    Nov 30, 2011 at 7:10 pm
  • I have define the following simple route for testing: <camelContext trace="true" xmlns="http://camel.apache.org/schema/spring" <route <from uri="netty:tcp://localhost:8000?sync=true" / <to ...
    NewbieeNewbiee
    Nov 22, 2011 at 6:51 pm
    Nov 23, 2011 at 2:24 pm
  • Hello, Please can someone help me with configuring WSS4JInInterceptor using a Blueprint. I am using the below Blueprint, I have two IN Interceptors, LoggingInInterceptor & WSS4JInInterceptor. The ...
    ChaksChaks
    Nov 28, 2011 at 12:47 pm
    Nov 30, 2011 at 11:58 am
  • Hi, I'm trying to construct a system for moving some seda queues over to ActiveMQ during system shutdown. What I did was create a Route that connects to some of my seda queues and then drains the ...
    Tarjei HuseTarjei Huse
    Nov 8, 2011 at 8:17 am
    Nov 14, 2011 at 11:22 pm
  • Hi all, in most cases when you use camel in production you have to provide some fault tolerence or high availability. So that could be easy by just deploying the camel route to two servers. In some ...
    Christian SchneiderChristian Schneider
    Nov 11, 2011 at 2:54 pm
    Nov 14, 2011 at 7:24 pm
  • Hello All, Iam trying to use amqp component of camel. When iam trying to define route using the below mentioned URI amqp:queue:*BURL:direct://lb-push//pingqueue?routingkey="abcd"* But unfortunately ...
    SumanSuman
    Nov 7, 2011 at 5:07 am
    Nov 8, 2011 at 3:49 pm
  • Hi, Is there any advantage by using Servicemix 4.x instead of only Karaf for Camel deployment? Please let me know your comment. With Best Regrads, Diwakar -- View this message in context ...
    DiwakarDiwakar
    Nov 1, 2011 at 1:23 pm
    Nov 3, 2011 at 10:28 am
  • Hi I am trying to use database (MySQL) in CAMEL (v. 2.6). I have defined my SQL using Spring DSL. When I run "mvn -e camel:run" I get the following error: Error occurred while running main from ...
    NewbieeNewbiee
    Nov 27, 2011 at 3:50 am
    Nov 28, 2011 at 2:23 pm
  • Hi, I have the following exception handling in one of the route,Camel is catching the exception given in the list into the log file.All i want is to catch the same exception in java code to handle ...
    MajiedahamedMajiedahamed
    Nov 23, 2011 at 8:06 am
    Nov 23, 2011 at 1:54 pm
  • Hi All, Can some body point me a good example of using camel to consume Topic message from ActiveMQ? Primarily i need to implement the connection/thread/session pooling while consuming message ...
    CbenaveenCbenaveen
    Nov 22, 2011 at 8:55 am
    Nov 24, 2011 at 8:22 pm
  • suppose we have this route: <bean id="helloBean" class="camelinaction.HelloBean"/ <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring" <route <from uri="direct:start"/ <bean ...
    NewbieeNewbiee
    Nov 20, 2011 at 2:17 pm
    Nov 21, 2011 at 6:05 pm
  • i had create two RouteDefinitions, like RouteDefinition route = new RouteDefinition(); route.from().process(); route.setId(routeIdA); //another route id is routeIdB these RouteDefinitions listening ...
    XiangqiuzhaoXiangqiuzhao
    Nov 15, 2011 at 2:04 am
    Nov 16, 2011 at 3:29 am
  • greetings ! i am kind of newbie in camel, and cant solve one problem with the EIP of idempotent consumer. I tried to configure a simple route to filter out duplicate messages using MessageID header ...
    Yaroslav1988Yaroslav1988
    Nov 10, 2011 at 5:51 am
    Jul 10, 2014 at 6:01 am
  • Hi, I'm trying to use Camel as a web service proxy. I've then configured 2 CXF endpoints : <cxf:cxfEndpoint id="helloServiceEndpoint" address="/helloservice" serviceClass="com.test.HelloService" / ...
    KafeKafe
    Nov 15, 2011 at 4:27 pm
    Dec 22, 2011 at 3:59 pm
  • Hello, I have been given a task to integrate Camel to rather unstandard JMS implementation that is coming with one of core banking packages. It basically serves as a bridge that transforms JMS ...
    Saiya-jinSaiya-jin
    Nov 23, 2011 at 4:24 pm
    Nov 25, 2011 at 2:37 pm
  • Hi, My scenario is to fetch the soap request from the wsdl, do the neccesary transformation and then forward it to another wsdl. Please help with the endpoints syntax. I am doing this through ...
    FarhaFarha
    Nov 15, 2011 at 5:39 am
    Nov 15, 2011 at 12:43 pm
  • Hi I was trying to deploy camel-example-cxf example from camel package into servicemix, But i was not able to deploy. When i try mvn install in that example folder, it is generating jar files but ...
    Gnanaguru SGnanaguru S
    Nov 9, 2011 at 6:45 am
    Nov 11, 2011 at 8:36 am
  • Hello Camel & ActiveMQ uses and developers! Here is our test setup and memory leak description. Using: -------- Spring Framework 3.0.5.RELEASE ActiveMQ 5.4.3 Camel 2.7.3 Test setup: --------------- ...
    Sergey C.(Vancouver)Sergey C.(Vancouver)
    Nov 4, 2011 at 7:05 pm
    Apr 3, 2013 at 2:04 am
  • Dears , I would like to know if there is special configuration for camel if we are having heavy load , let us assume the following : 1- have Mina TCP endpoint . 2- from TCP I use JAXB to transform ...
    AtiatoAtiato
    Nov 25, 2011 at 9:34 pm
    Nov 28, 2011 at 3:05 pm
  • Hi, Is there a Camel component for SSH command line interface. Please let me know your comment. With Best Regards, Diwakar -- View this message in context ...
    DiwakarDiwakar
    Nov 24, 2011 at 10:21 am
    Nov 25, 2011 at 9:39 am
  • I have following JAVA DSL: from("timer://myTimer?period=2000") .setBody().simple("Current time is ${header.firedTime}") .to("stream:out"); how can I converted the first and third lines to Spring ...
    NewbieeNewbiee
    Nov 21, 2011 at 5:56 pm
    Nov 22, 2011 at 8:24 am
  • I wrote a came route in beans.xml file to transfer files from one folder to another. <camel:route id="files.routing" <camel:from uri="file:///c:/tmp/source/" / <camel:to uri="file:///c:/tmp/target/" ...
    SouthtechieSouthtechie
    Nov 21, 2011 at 8:02 am
    Nov 22, 2011 at 7:33 am
  • I am developing a router that it will read data from integration table and after that it will update a column in integration table. my router is ...
    FocaldiFocaldi
    Nov 15, 2011 at 1:16 pm
    Nov 16, 2011 at 1:37 pm
  • Hi, I have the below type converters in my util. 1. Convert | de-limited String to List of tokens 2. Convert String builder to String. CsvDataFormat csv = new CsvDataFormat(); CSVStrategy strategy = ...
    EbinsinghEbinsingh
    Nov 10, 2011 at 7:15 pm
    Nov 14, 2011 at 5:51 pm
  • Hi, I am using convertBodyTo() to convert an XML document to DOM. Basically it works. Unfortunately I get messages with a preceding declaration: <?xml version="1.0" encoding="UTF-8" standalone="yes"? ...
    Tristan23Tristan23
    Nov 28, 2011 at 5:16 pm
    Sep 14, 2012 at 7:37 am
  • I'm running into a problem where CamelContext.addRoutes() is blocking when adding a route that uses a jms endpoint that is configured with AcitveMQ's failover transport and the remote server is ...
    Jason DillonJason Dillon
    Nov 30, 2011 at 11:01 pm
    Dec 12, 2011 at 5:12 pm
  • I spent a few hours (I think again) trying to implement a dynamic destination based on IN message using a Processor only to find out that it didn't work as I expected. Quite possible because I don't ...
    Jason DillonJason Dillon
    Nov 30, 2011 at 4:18 am
    Dec 1, 2011 at 8:27 pm
  • Environment Camel:2.8.1 java 6 i have a pojo like @XmlRootElement(name = "city") public class City{ @XmlElement(name = "citycode", required = true) protected String citycode; @XmlElement(name = ...
    SantoshjoshiSantoshjoshi
    Nov 22, 2011 at 10:14 pm
    Nov 23, 2011 at 7:12 pm
  • Hi there, I’m using camel 2.6.0 within servicemix and have about 50 camel applications deployed.. Now I have about 260 “OnCompletion” threads which seems to be a lot, especially because the number of ...
    Zhemzhitsky SergeyZhemzhitsky Sergey
    Nov 22, 2011 at 7:53 am
    Nov 23, 2011 at 11:12 am
  • Hi, Greetings!! Here i am deploying jar into servicemix.Trying to pickup wsdl from cxf:endpoint and trying to get the soap request into the outbox. *####This is my camel-context file:* <beans ...
    YadaviYadavi
    Nov 16, 2011 at 12:14 pm
    Nov 17, 2011 at 10:20 am
  • I'm trying to connect to hosta.mydomain.com with a username of [email protected] and password of password. FTP2 is failing miserably with a org.apache.camel.FailedToCreateRouteException with a cause ...
    Craig TaylorCraig Taylor
    Nov 3, 2011 at 6:36 pm
    Nov 6, 2011 at 4:50 am
  • Hi How about a feature on the RedeliveryPolicy where you would be able to suspend or stop a route or even context when the retries gets exhausted ? Something like : <onException <exception ...
    Preben.AsmussenPreben.Asmussen
    Nov 4, 2011 at 9:39 am
    Nov 4, 2011 at 10:56 am
  • I'm new to camel so please go easy on me. First - I'm using *Camel-2.8.2*. For our application we would like to store our XSLT files in the database rather than in the file system. We have an ...
    MccabejjMccabejj
    Nov 29, 2011 at 8:01 pm
    Apr 28, 2012 at 7:23 am
  • Hello all, Im new to camel and currently doing an evaluation exercise! What Im trying to achieve is to place camel in the middle of two apps. The apps use XML over TCP to communicate over one ...
    JonvJonv
    Nov 25, 2011 at 8:43 am
    Jan 19, 2012 at 9:22 am
  • Hi, Is there any plans in Camel roadmap to cofigure SEDA by default to the entire route? (as in case of JBI/Servicemix). Please let me know your comment. With Best Regards, Diwakar -- View this ...
    DiwakarDiwakar
    Nov 30, 2011 at 8:02 am
    Dec 1, 2011 at 12:30 pm
  • I have been searching for examples on how can I configure apache camel to use different Jms providers... For example if I have two remote application servers with with jms queues. Lets say a Weblogic ...
    TkatvaTkatva
    Nov 29, 2011 at 1:16 am
    Dec 1, 2011 at 12:45 am
  • I have a route which hits an active MQ point external to my system and outside of my control. I've tried creating a header before the queue, and then capturing it afterwards but the queue I am ...
    CastynCastyn
    Nov 29, 2011 at 10:25 pm
    Nov 30, 2011 at 7:50 pm
  • Dear list, I am playing with the cxf/osgi/blueprint example at http://camel.apache.org/cxf-example-osgi-blueprint.html. While deployment into Karaf works really nicely, I am looking for a way to ...
    Alexander KraussAlexander Krauss
    Nov 28, 2011 at 9:31 pm
    Nov 29, 2011 at 9:55 pm
  • I am trying to get a piece of information that is obtained via a cxfEndpoint into a velocity template that will be sent on down the route to other endpoints. Thus far I am trying something very basic ...
    CastynCastyn
    Nov 28, 2011 at 9:51 pm
    Nov 29, 2011 at 4:20 pm
  • Hi All, Currently my system is Corba/RMI-IIOP. We are using Camel to decouple the services. We have a request repository that contains RequestItems which are the target remote objects. As a new ...
    KingAndrewKingAndrew
    Nov 18, 2011 at 1:21 am
    Nov 25, 2011 at 3:36 pm
  • Hi all, I'd like to secure a cxfbean resource using Spring Security and SS authorization annotations. To do so, it appears that it will require adding an interceptor to the CXF endpoint as an element ...
    Brian ToppingBrian Topping
    Nov 22, 2011 at 9:44 pm
    Nov 24, 2011 at 7:34 pm
  • I'm using Camel with Activemq to implement a simple queue where I can enqueue some requests (a simple xml) to be consumed latter. To consume I use the InOut ExchangePattern and PoolEnrich. My issue ...
    Carlos Manuel FigueiredoCarlos Manuel Figueiredo
    Nov 18, 2011 at 5:52 pm
    Nov 23, 2011 at 10:11 pm
  • I am attempting to convert a SOAP message from one message format to another, and along the way calculating and aggregating data. At any rate, I am trying to create a custom processor to do this, ...
    CastynCastyn
    Nov 21, 2011 at 9:22 pm
    Nov 22, 2011 at 10:27 pm
  • Hi All, I am on my way to write a POC, in which i am facing issues related to threads. I have ActiveMQ (V5.3.0) running on my remote Linux (RHEL) box and which can be reached via tcp protocol and ...
    CbenaveenCbenaveen
    Nov 22, 2011 at 7:33 am
    Nov 22, 2011 at 10:30 am
  • This is a fairly basic (but loaded) question I think, but I need some guidance on which way to go and what to look into specifically as I learn more and more about Camel. If in a route I have a large ...
    CastynCastyn
    Nov 18, 2011 at 8:09 pm
    Nov 22, 2011 at 8:00 am
Group Navigation
period‹ prev | Nov 2011 | next ›
Group Overview
groupusers @
categoriescamel
discussions177
posts910
users138
websitecamel.apache.org

138 users for November 2011

Claus Ibsen: 142 posts Willem.Jiang: 62 posts Newbiee: 39 posts Gnanaguru S: 35 posts Bvahdat: 31 posts Christian Müller: 27 posts Castyn: 24 posts Christian Schneider: 22 posts Ebinsingh: 21 posts Hadrian Zbarcea: 18 posts Omar Atia: 17 posts Freeman Fang: 16 posts Diwakar: 15 posts Bilgin Ibryam: 13 posts Jason Dillon: 13 posts Preben.Asmussen: 13 posts Taariq Levack: 12 posts Chaks: 11 posts Deckerego: 11 posts Ioannis Canellos: 10 posts
show more
Archives