Search Discussions
-
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.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ß
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 ...
Newbiee
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 ...
Deckerego
Nov 28, 2011 at 5:04 am
Feb 18, 2014 at 3:41 pm -
15
META-INF.cxf
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 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 ...
Mayank27
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 ...
Newbiee
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 ...
Chaks
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 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 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 ...
Suman
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 ...
Diwakar
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 ...
Newbiee
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 ...
Majiedahamed
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 ...
Cbenaveen
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 ...
Newbiee
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 ...
Xiangqiuzhao
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 ...
Yaroslav1988
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" / ...
Kafe
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-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 ...
Farha
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 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)
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 ...
Atiato
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 ...
Diwakar
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 ...
Newbiee
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/" ...
Southtechie
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 ...
Focaldi
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 = ...
Ebinsingh
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"? ...
Tristan23
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 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 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 = ...
Santoshjoshi
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 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 ...
Yadavi
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 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.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 ...
Mccabejj
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 ...
Jonv
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 ...
Diwakar
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 ...
Tkatva
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 ...
Castyn
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 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 ...
Castyn
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 ...
KingAndrew
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 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 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, ...
Castyn
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 ...
Cbenaveen
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 ...
Castyn
Nov 18, 2011 at 8:09 pm
Nov 22, 2011 at 8:00 am
Group Overview
group | users |
categories | camel |
discussions | 177 |
posts | 910 |
users | 138 |
website | camel.apache.org |
138 users for November 2011
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)