Grokbase Groups Camel users May 2008
FAQ

Search Discussions

51 discussions - 255 posts

  • 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 SzczesnyKrystian 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 ...
    CmoulliardCmoulliard
    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 ...
    RmunjuluriRmunjuluri
    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 ...
    RmunjuluriRmunjuluri
    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 ...
    AruchAruch
    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 ...
    JhchaJhcha
    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 EngelschmidtThomas 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 StojicIvan 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 ...
    RmunjuluriRmunjuluri
    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 ...
    pratibhaGpratibhaG
    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 ...
    CmoulliardCmoulliard
    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 ...
    VmasinaVmasina
    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 ...
    CarlocCarloc
    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 MazzaGlen 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 ...
    JhchaJhcha
    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 ...
    AruchAruch
    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) { ...
    MisgeMisge
    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 ...
    SigmundSigmund
    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() { ...
    pratibhaGpratibhaG
    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 ...
    TaranTaran
    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 ...
    CmoulliardCmoulliard
    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 ...
    CarlocCarloc
    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 MazzaGlen 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.
    pratibhaGpratibhaG
    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 ...
    VmasinaVmasina
    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 () ...
    Hamlet84Hamlet84
    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 McAuliffeDrew 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 ...
    KonkereKonkere
    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 ...
    pratibhaGpratibhaG
    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 ...
    CmoulliardCmoulliard
    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 ...
    CmoulliardCmoulliard
    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 ...
    KulcharKulchar
    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 ...
    CmoulliardCmoulliard
    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 StrachanJames 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 ...
    CmoulliardCmoulliard
    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 ...
    VinTVinT
    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 ...
    CarlocCarloc
    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 ...
    CmoulliardCmoulliard
    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 &lt;camel:camelContext id="camel" &lt;camel:route &lt;camel:from uri="blah:queue:test1"/ ...
    KonkereKonkere
    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 QuirozCarlos 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 ...
    CarlocCarloc
    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 = ...
    CmoulliardCmoulliard
    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 ...
    CmoulliardCmoulliard
    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, ...
    WatcherWatcher
    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 ...
    CmoulliardCmoulliard
    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 ...
    CarlocCarloc
    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 ...
    Navigator09Navigator09
    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 ...
    KonkereKonkere
    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 BarlasElliot 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 ...
    RzfrantzRzfrantz
    May 12, 2008 at 8:38 am
    May 12, 2008 at 8:38 am
Group Navigation
period‹ prev | May 2008 | next ›
Group Overview
groupusers @
categoriescamel
discussions51
posts255
users45
websitecamel.apache.org

45 users for May 2008

James Strachan: 42 posts Claus Ibsen: 30 posts Cmoulliard: 26 posts Gert Vanthienen: 18 posts pratibhaG: 14 posts Guillaume Nodet: 13 posts Willem Jiang: 11 posts Rmunjuluri: 10 posts Carloc: 8 posts Krystian Szczesny: 8 posts Glen Mazza: 6 posts Aruch: 5 posts Roman Kalukiewicz: 5 posts Jhcha: 4 posts Konkere: 4 posts Sigmund: 4 posts Drew McAuliffe: 3 posts Freeman Fang: 3 posts Ivan Stojic: 3 posts Misge: 3 posts
show more
Archives