Re: SEDA with request-response

2010-09-18 Thread lujan99
what do you think about this code: (I need to know how dangerous is this code) config: ... my GROOVY bean: class TestG1 implements Processor { priva

SEDA with request-response

2010-09-17 Thread lujan99
I Use a route where my Bean make a call to a webservice, I use SEDA to support multiple request. This are request-response how can I do to not block ? because if I use request-response with seda with first request seda block until is completed, and then process next request, If I don't use request

SEDA with waitForTaskToComplete=Never

2010-09-15 Thread lujan99
if I set waitForTaskToComplete=Never then when I receive a request-response how can I send a response to ReplyTo ?? I use 'never' because I don't want my concurrent-consumers are blocked. -- View this message in context: http://camel.465427.n5.nabble.com/SEDA-with-waitForTaskToComplete-Never-tp

Camel with MINA 2.0

2010-04-05 Thread lujan99
Can I use MINA-component with MINA 2.0 ??? -- View this message in context: http://old.nabble.com/Camel-with-MINA-2.0-tp28139069p28139069.html Sent from the Camel - Users mailing list archive at Nabble.com.

2.1 release download

2009-12-05 Thread lujan99
I can't found any link with the distribution. (I checked many mirrors) -- View this message in context: http://old.nabble.com/2.1-release-download-tp26658552p26658552.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: usign http componente with ssl

2009-11-17 Thread lujan99
a > camel issue. Please check your network firewall, make sure you the > server 443 port is open for connection. > > Willem > lujan99 wrote: >> My test is with ActiveMQ 5.3 / Camel 2.0 >> >> >> >> willem.jiang wrote: >>> Hi >>>

Re: usign http componente with ssl

2009-11-17 Thread lujan99
yes,I try with Firefox and IE and its ok. willem.jiang wrote: > > The test was added before the Camel 2.0 released, I don't think it's a > camel issue. Please check your network firewall, make sure you the > server 443 port is open for connection. > > Willem &g

Re: usign http componente with ssl

2009-11-16 Thread lujan99
camel-http/src/test/java/org/apache/camel/component/http/HttpsGetTest.java > > Willem > > lujan99 wrote: >> I build some test, and I have an error with all site https, example: >> >> > uri="timer://foo?fixedRate=true&delay=0&per

usign http componente with ssl

2009-11-15 Thread lujan99
I build some test, and I have an error with all site https, example: https://www.google.com/accounts/ServiceLogin"/> when I follow this request with ethereal I see: 192.168.1.99190.17.124.232 SSLv2 Client Hello 190.17.124.232 192.168.1.99

http componente with

2009-11-15 Thread lujan99
https://www.google.com/accounts/ServiceLogin"/> -- View this message in context: http://old.nabble.com/http-componente-with-tp26365772p26365772.html Sent from the Camel - Users mailing list archive at Nabble.com.