Re: JMS request/reply and aggregate

2012-10-14 Thread realice
also if I were to use transaction, people seems to be suggesting use two legs, one for the requestqueue and one for the replyqueue, how would i route the message coming back from the replyqueue to originator of the requestqueue? thanks -- View this message in context: http://camel.465427.n5.na

Re: JMS request/reply and aggregate

2012-10-13 Thread realice
and what if i have n responses per 1 reply coming back to the reply queue? the aggregator should take care of that based on the correlation strategy, right? thanks -- View this message in context: http://camel.465427.n5.nabble.com/JMS-request-reply-and-aggregate-tp5720961p5721002.html Sent fro

Re: aggregator question: how do I send reply back to the requestor

2012-10-12 Thread realice
so basically , the aggregate should able to process the replies coming back from the fixed reply queue specified in the jmscomponent? thanks -- View this message in context: http://camel.465427.n5.nabble.com/aggregator-question-how-do-I-send-reply-back-to-the-requestor-tp5720377p5720984.html

Re: aggregator question: how do I send reply back to the requestor

2012-10-12 Thread realice
so at the end should work? thanks -- View this message in context: http://camel.465427.n5.nabble.com/aggregator-question-how-do-I-send-reply-back-to-the-requestor-tp5720377p5720981.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: aggregator question: how do I send reply back to the requestor

2012-10-12 Thread realice
I drew a picture, hope the gurus can help me out here, many thanks -- View this message in context: http://camel.465427.n5.nabble.com/aggregator-question-how-do-I-send-reply-back-to-the-requestor-tp5720377p5720978.html Sent from th

Re: aggregator question: how do I send reply back to the requestor

2012-10-12 Thread realice
can anyone help me out here? basically a cxf endpoint request going to request queue and I specify the replyqueue, bunch of messages arrive at response queue, I need to aggregate the responses and make it send a response back as a reply to cxf endpoint. many thanks -- View this message in contex

JMS request/reply and aggregate

2012-10-12 Thread realice
Hi, my use case is request/reply via JMS. a request sent to a request queue, and aggregate all the responses on the response queue for further process. Btw, the big boss finally agreed that camel is better than BPEL, but I had go off on a spring integration detour. And I know spring integration has

Re: aggregator question: how do I send reply back to the requestor

2012-10-03 Thread realice
Thanks for the explanation, an external component is listening on the TOQUEUE which in return sends responses back to the REPLYQUEUE, are you saying the external component should set a jmsreplyto header as well? if so what should it be? thanks -- View this message in context: http://camel.4654

Re: aggregator question: how do I send reply back to the requestor

2012-10-02 Thread realice
Hi, i do the aggregation bean and if i put something like in the aggregation route, it seems to load up ok. my full xml is too ugly to post, so i'm just posting the route, thanks again ${in.header.operationName} == 'A'

Re: aggregator question: how do I send reply back to the requestor

2012-10-02 Thread realice
I get the following exception if i don't specify to uri in the aggregate: Definition has no children on Aggregate, many thanks 2012-10-02 11:44:00.827::WARN: Failed startup of context org.mortbay.jetty.webapp.WebAppContext@1887dd5{} org.apache.camel.RuntimeCamelException: org.apache.camel.FailedT

aggregator question: how do I send reply back to the requestor

2012-10-02 Thread realice
i have a cxf endpoint in the front which sends request to queue with exchangepattern as InOut, and in my aggregator i'm trying aggregate the responses from the reply queue and send the response back to the cxf endpoint. My question is what should i specify in the to uri in order for the aggregated

Re: jms mock question

2012-09-29 Thread realice
just read I can use whenanyexchangereceived from the mock endpoint to simulate a response, is there any way to simulate multiple responses back and aggregate them? -- View this message in context: http://camel.465427.n5.nabble.com/jms-mock-question-tp5720249p5720251.html Sent from the Camel -

jms mock question

2012-09-29 Thread realice
Hi, in my route i'm sending a message to request queue and expecting 3 responses on the reply queue is there anyway in camel using mock or something to simulate such scenario? -- View this message in context: http://camel.465427.n5.nabble.com/jms-mock-question-tp5720249.html Sent from the Camel

Re: Camel MQ help needed

2012-09-28 Thread realice
i tried that too, that's not part of of the property for queueconnection, the setheader worked -- View this message in context: http://camel.465427.n5.nabble.com/Camel-MQ-help-needed-tp5720158p5720220.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel MQ help needed

2012-09-28 Thread realice
thanks, turns out the mq queue needs a property of targetClient with a value of MQJMS_CLIENT_NONJMS_MQ(1), is there any way i can specify that in camel route? right now i have do i just do http://camel.465427.n5.nabble.com/Camel-MQ-help-needed-tp5720158p5720210.html Sent from the Camel - Users

Camel MQ help needed

2012-09-27 Thread realice
Hi, I've configured a jmscomponent, but when i tried to send message to the jms endpoint, it won't even connect to the channel and doesn't give me any kind of error. Is there something wrong with the route or is there anyway that i can tell whether the message is sent to the channel or not? see my

help with aggregator exception

2012-09-27 Thread realice
Hi, I am trying to learn about aggregator and got an exception with the following route, can anyone tell me what's wrong? also is it mandatory to have the to uri in the end. if i'm doing inout pattern shouldn't the aggregated response go back to the sender automatically? JMSCorrelationID

aggregatorstrategy on specified jms replyto question

2012-09-15 Thread realice
Hi, I have the following use case I'm sending one message with a specified jmsreplyto header and expects 4 or 5 messages on the reply queue, I would like to aggregate these messages based on the correlationID. I look in the book, the manual and the examples directory but couldn't find any spring d

Re: Camel vs BPEL

2012-09-13 Thread realice
quick update-- my attempt to use the camel has been shutdown :( I argued with all my might and basically presented all the stuff you guys mentioned, but then again I'm just a mere developer, not like somebody higher up in the management chain who doesn't know anything but likes to make decisions

Camel vs BPEL

2012-09-12 Thread realice
Hi, can anyone give some really good convincing stuff that why should we use camel over BPEL? I'm trying to convince somebody here to use camel instead of oracle SOA 11g that has BPEL engine as so called 'orchestrator'. any references, materials are good, and especially like to have some input from