Search Discussions
-
Hi, Before, when delaying single messages I've used for example delayer(3000) and it worked flawlessly. Now I need to delay a sequence of messages, so when I send 5 messages, the first should be ...
Krystian Szczesny
May 9, 2008 at 9:47 am
Jun 3, 2008 at 8:55 am -
Hi, Imagine that you start a ESB/SOA project and you are able to design using EIP the routing that you need for most of your clients (ex : messages file or queue messages must be parsed -- client ...
Cmoulliard
May 7, 2008 at 2:28 pm
May 9, 2008 at 11:56 am -
Hello, I am trying of the Resequencer EIP in camel and sending simple XML messages with in random order. [java] INFO [ActiveMQOnewaySender] Sending (0)- <MessageId 1</MessageId [java] INFO ...
Rmunjuluri
May 25, 2008 at 5:04 am
Feb 11, 2009 at 11:49 am -
I have a simple jms:endpoint node configurted to receive messages on a "my.queue" in Servicemix. It currently receives messages and sends to a TraceBean configured as a targetservice. Now I would ...
Rmunjuluri
May 16, 2008 at 2:23 pm
May 27, 2008 at 11:11 am -
Hello, I was trying to get familiar with camel by writing a simple udp example. I wanted to read off one port, increment a counter, then write to another port. I'm using Java 1.6, Camel 1.3, and Mina ...
Aruch
May 20, 2008 at 2:52 pm
May 23, 2008 at 1:21 am -
When I tested two methods requestBodyAndHeader and sendBodyAndHeader in my test source, I found the very curious result. sendBodyAndHeader returns ok, but requestBodyAndHeader does not return, and ...
Jhcha
May 20, 2008 at 7:57 am
May 20, 2008 at 10:23 am -
Hi, I have just started looking at Camel; Is it possible to start Camel as a standalone app, without embedding it in another application ? Cheers, Thomas
Thomas Engelschmidt
May 15, 2008 at 12:46 pm
May 15, 2008 at 5:22 pm -
Hi, I tried deploying some of my existing Camel routes into an OSGi enviroment (Camel 1.3.0 / ServiceMix 4 Kernel / Apache Felix) and I noticed that all of the TypeConverters stopped working, even ...
Ivan Stojic
May 28, 2008 at 4:53 pm
May 29, 2008 at 12:29 pm -
Hello, I am trying out simple content based routing of the following messages: <Person <FirstName John</FirstName <LastName Smith</LastName <Destination A</Destination </Person <Person <FirstName ...
Rmunjuluri
May 21, 2008 at 3:08 am
May 21, 2008 at 11:49 am -
Hi, I am using camel with servicemix. I have this code in my RoteBuilder. errorHandler(deadLetterChannel(ERROR_IN).maximumRedeliveries(2)); from(SERVICE_IN).to(BEAN_IN); where SERVICE_IN is jms ...
pratibhaG
May 20, 2008 at 5:17 am
May 20, 2008 at 9:28 am -
Hi, The documentation concerning the component event:// (http://cwiki.apache.org/CAMEL/event.html) is very poor. Can someone tell me what we can do with such component and provide an example ...
Cmoulliard
May 8, 2008 at 1:52 pm
May 9, 2008 at 8:54 am -
Is it by design Headers will not be propagated to next component in the route, after the bean component in the route? We are trying to process a message on queue, with a custom header set used as ...
Vmasina
May 14, 2008 at 3:54 pm
Jun 6, 2008 at 11:30 am -
Hi, Thanks For THe Reply.... I'd have to implement the request/reply again but this time it would be on a networked broker. How do I do this. I have a central server and then a branch server. I have ...
Carloc
May 22, 2008 at 8:38 am
May 22, 2008 at 8:03 pm -
Hello, For the Camel example here[1], does anyone know what the Maven pom.xml file changes would be to switch from log4j to JavaSE logging? Log4J is configured at lines 49-57 of [1]. Thanks, Glen [1] ...
Glen Mazza
May 9, 2008 at 4:02 am
May 9, 2008 at 7:50 am -
Dear Camel Developer I has found the bug in camel-http component. At first I posted the mail of the title, "what is the difference between requestBodyAndHeader and sendBodyAndHeader method ?" and ...
Jhcha
May 28, 2008 at 12:10 pm
Jun 2, 2008 at 5:28 am -
Hello, I'm trying to build trunk to pick up some of the latest bug fixes to the mina component but keep getting the following error. I'm using maven 2.0.9 and java 1.6. I've tried deleting my .m2 ...
Aruch
May 22, 2008 at 3:44 am
May 22, 2008 at 2:21 pm -
In order to impove performance you can set this in the velocity source component: and instead of this: public VelocityEngine getVelocityEngine() throws Exception { if (velocityEngine == null) { ...
Misge
May 6, 2008 at 9:46 am
May 6, 2008 at 1:18 pm -
I'm using vm transport while running my tests, everytime the vm shuts down after a module is tested I get a long stacktrace with IllegalStateException/TransportDisposedIOException, shutdown in ...
Sigmund
May 1, 2008 at 9:33 am
May 2, 2008 at 10:29 am -
I am using camel 1.2 inside servicemix 3.2.1 How can I convert following DSL into XML if I want to put it in camelContext.xml public void configure() { ...
pratibhaG
May 22, 2008 at 9:45 am
Jun 19, 2008 at 10:45 am -
Hi, I'm routing a message from bean endpoint to camel endpoint. Then, in my camel route builder, i'm routing message from this camel endpoint to log. But, when a message is sent to bean endpoint, it ...
Taran
May 31, 2008 at 8:42 am
Jun 3, 2008 at 7:27 am -
Hi, What are the benefits to use Camel with spring-integration endpoints ? - Combination of the power of the Camel EIP routing with a lightweight ESB bus ? - Provide an alternative to deploy Camel ...
Cmoulliard
May 28, 2008 at 8:27 am
May 31, 2008 at 9:39 am -
Hi Everyone, Is there a way in which I can manually trigger consumer consumption on a queue. For example, I have 5 messages that I passed however I just want it to remain on the queue until I get a ...
Carloc
May 26, 2008 at 4:17 pm
May 31, 2008 at 9:32 am -
Hello, I'm trying to use Camel's CXF component and I cannot get it the wsdl:service "DoubleItService" from my WSDL. Here is the error stack I am getting: [INFO] [exec:java] ...
Glen Mazza
May 18, 2008 at 5:27 am
May 26, 2008 at 2:12 am -
-- View this message in context: http://www.nabble.com/How-to-handle-different-types-of-errors--tp17419315s22882p17419315.html Sent from the Camel - Users mailing list archive at Nabble.com.
pratibhaG
May 23, 2008 at 6:11 am
May 23, 2008 at 7:01 pm -
Is it possible to set retry policy based on response from method invocation on a bean? I am able to set the retry policy based on exception thrown by a bean invocation. Please advice on how to ...
Vmasina
May 19, 2008 at 2:59 pm
May 20, 2008 at 4:03 pm -
Hi to everything. I noticed there is a problem with Camel 1.3 Writing this.from (address ) .tryBlock () .process (test New () ) .to (xxxx ) .handle (Exception.class ) .process (new FaultProcessor () ...
Hamlet84
May 30, 2008 at 10:26 am
May 30, 2008 at 1:26 pm -
I seem to be having trouble with nesting "choice" in the DSL. I'm trying to determine what to do based on the contents of the header. In one of those cases, I want to make another choice. Something ...
Drew McAuliffe
May 24, 2008 at 8:56 am
May 26, 2008 at 7:14 am -
so, what i used to do with lingo is pretty simple: when a remote invocation is about to be sent from the client, lingo would invoke a marshaller to add some stuff to the message properties of the ...
Konkere
May 21, 2008 at 1:29 pm
May 22, 2008 at 9:45 am -
Hi, I am using camel in servicemix 3.2.1 which has camel 1.2 in build. Can I use exception clause in it? Pratibha -- View this message in context ...
pratibhaG
May 22, 2008 at 7:05 am
May 22, 2008 at 9:33 am -
Hi, I would like to know if the EIP delayer pattern is the best one to use in the following case ? "What I would like to do is to avoid that an endpoint start a file generation process with only one ...
Cmoulliard
May 20, 2008 at 10:16 am
May 22, 2008 at 7:12 am -
Hi, I try to rename the file processed at a endpoint without success. The following routing instruction does not rename my file : from("file:///c:/temp/test?noop=true&moveNamePostfix=old") I use ...
Cmoulliard
May 15, 2008 at 11:15 am
May 15, 2008 at 1:44 pm -
Hello, I'm attempting to learn how to test ServiceMix projects using maven. A link directed me to the page http://activemq.apache.org/camel/mock.html and under the sections where codes is suppose to ...
Kulchar
May 9, 2008 at 2:13 pm
May 9, 2008 at 2:17 pm -
Hi, What is the best strategy to map/transform a POJO object into another one through Camel ? The idea is to map a POJO into a POJO domain which is more representative of the domain that next we have ...
Cmoulliard
May 28, 2008 at 4:12 pm
Jun 12, 2008 at 10:16 pm -
FWIW I've just made the snapshot of the manual available... http://cwiki.apache.org/CAMEL/manual-downloads.html manuals in this page too -- James ------- http://macstrac.blogspot.com/ Open Source ...
James Strachan
May 8, 2008 at 6:47 am
Jun 1, 2008 at 6:28 pm -
Hi, Is the marshaller/unmarshaller of Camel based on spring's object/XML java classes (org.springframework.oxm - http://static.springframework.org/spring-ws/docs/0.9.1/reference/oxm.html) ? Charles ...
Cmoulliard
May 28, 2008 at 3:07 pm
May 31, 2008 at 9:22 am -
Hi All, I know Camel supports Message Bus, but how to use it. I'm a newbie to ActiveMQ and Camel. I spent a week to search for practical real world Message Bus tutorials or book, but I found ...
VinT
May 30, 2008 at 11:34 pm
May 31, 2008 at 6:22 am -
Hi Everyone, I'm gettring a lot of warning messages when starting camel. I included my dependencies in the pom.xml. I'm running it using Spring Test Context and I seem to be getting this.... Anyone ...
Carloc
May 24, 2008 at 12:39 pm
May 30, 2008 at 10:42 pm -
Hi, I try to find information/example showing how to bundle Camel as an OSGI bundle in order to deploy it on a OSGI server without success. Who can help me ? The camel-example-osgi claims to be a ...
Cmoulliard
May 28, 2008 at 7:44 am
May 28, 2008 at 8:06 am -
it has been asked many times here, but i still can't get it working :(. so i've set up a small route <camel:camelContext id="camel" <camel:route <camel:from uri="blah:queue:test1"/ ...
Konkere
May 21, 2008 at 5:09 pm
May 27, 2008 at 8:25 pm -
Hi I have been using Camel for a while and a requirement appeared to set certain messages as persistent while others will not. What I'd like to have is a pipieline of processors that end in a JMS ...
Carlos Quiroz
May 22, 2008 at 6:06 am
May 26, 2008 at 8:37 am -
Hi, I'm implementing camel request reply based on spring remoting. I took a look at the examples included in the distribution. I have a question: Is the connection opened and closed everytime I make ...
Carloc
May 16, 2008 at 4:08 am
May 20, 2008 at 8:42 am -
Hi, Can camel generate dynamically the name of the file to be generated ? Ex : name of the file to be generated is out.xxxxx.swift where xxxxx = yyyyMMddHHmmss (y = year, M = month, d = day, H = ...
Cmoulliard
May 13, 2008 at 8:15 am
May 13, 2008 at 9:46 am -
Hi, Is there a difference between the Timer & Quartz component ? Regards, Charles -- View this message in context ...
Cmoulliard
May 8, 2008 at 2:25 pm
May 8, 2008 at 2:32 pm -
I'm a new user to camel and I've successfully implemented a working sample. But I what to know the best approach to implement a use case I have. We have a web application where files are uploaded, ...
Watcher
May 1, 2008 at 1:41 pm
May 7, 2008 at 1:59 pm -
Hi, I would like to know why I receive a "connection refuse" using the following configuration (JMS) in Camel 1.3 Routing = .to("jms:queue:swift.queue"); Context <!-- ActiveMQ brokerURL using JMS ...
Cmoulliard
May 6, 2008 at 9:27 am
May 6, 2008 at 10:46 am -
Hi, I've configured the request reply already as suggested by Mr. Joe I needed to include duplex = "true" property for it to work. How do I Make it transactional then? I want to have a transactional ...
Carloc
May 26, 2008 at 4:07 pm
May 26, 2008 at 4:07 pm -
Hi, I am new to camel integration patterns implementation. I am trying to implement camels event driven consumer in apache servicemix. I have gone through the examples in servicemix and in camel as ...
Navigator09
May 24, 2008 at 11:59 am
May 24, 2008 at 11:59 am -
Even that if a MessageConverter is set to JmsComponent (and then forwarded to underlying spring JmsTemplate), JmsProducer uses its own MessageCreator (which in turn skips the use of the latter ...
Konkere
May 22, 2008 at 3:28 pm
May 22, 2008 at 3:28 pm -
I would like to implement a RouteBuilder that takes from an activemq queue, filters based on values defined in the jms messages, and forwards the remaining messages to an activemq queue. Specifically ...
Elliot Barlas
May 20, 2008 at 4:06 pm
May 20, 2008 at 4:06 pm -
Hi all! In a communication between 2 endpoints, if the consumer at the destination endpoint raise an exception, it could add a fault message to the Exchange and then send the Exchange back to the ...
Rzfrantz
May 12, 2008 at 8:38 am
May 12, 2008 at 8:38 am
Group Overview
group | users |
categories | camel |
discussions | 51 |
posts | 255 |
users | 45 |
website | camel.apache.org |
45 users for May 2008
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)