RE: Load test on camel-netty

2013-08-20 Thread Flavio Magacho - M4U
. Netty creates the threads up-front so having 100+ threads take up some unnecessary memory. On Tue, Aug 13, 2013 at 5:02 PM, Flavio Magacho - M4U flavio.maga...@m4u.com.br wrote: Hi, I'm expecting some problems while running a load test on camel-netty component

RE: Load test on camel-netty

2013-08-20 Thread Flavio Magacho - M4U
of the box settings from Netty is better. Netty is asynchronous and it creates thread pools based on the number of CPU cores etc. Netty creates the threads up-front so having 100+ threads take up some unnecessary memory. On Tue, Aug 13, 2013 at 5:02 PM, Flavio Magacho - M4U

RE: Load test on camel-netty

2013-08-14 Thread Flavio Magacho - M4U
Vahdat, We have already tested with the default value of the maximumPoolSize option, and we got the same problem. The version 2.10.2. Flavio Magacho Gerente de Desenvolvimento Diretoria de Tecnologia da Informação   M4U +55 (21) 2546-4050 ▪ Ramal: 4082 +55 (21) 8889-1572  Antes de imprimir,

Camel Roadmap

2012-11-01 Thread Flavio Magacho - M4U
Hi, did anyone knows where can I get a roadmap for the next Camel Releases? Thanks, Flavio Magacho Gerente de Desenvolvimento Diretoria de Tecnologia da Informação [cid:image001.gif@01CDB859.F346B570] M4U +55 (21) 2546-4050 ▪ Ramal: 4082 +55 (21) 8889-1572 þ Antes de imprimir, pense em sua

RE: Camel and JBoss

2012-10-11 Thread Flavio Magacho - M4U
Ok raviwithyou, but how do you start the camel context? You use a Servlet in a web application? -Original Message- From: raviwithyou [mailto:bytes2r...@gmail.com] Sent: quarta-feira, 10 de outubro de 2012 03:25 To: users@camel.apache.org Subject: Re: Camel and JBoss Hi, Yes, we did.

RE: Camel and JBoss

2012-10-10 Thread Flavio Magacho - M4U
I am talking about how to use Camel with JBoss and have some management functions like reloading the rules, have some statustics and stuff like that in a HTTP/JMX interface. Did you got what I mean? Thanks, Magacho -Original Message- From: Gnanaguru S

Re: Netty or Mina Async in the same socket

2012-10-09 Thread Flavio Magacho - M4U
://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Tuesday, October 9, 2012 at 2:14 AM, Flavio Magacho - M4U wrote: Claus, I'm testing this case with Servicemmix, how can I change the camel Libs?? -Original

RE: Netty or Mina Async in the same socket

2012-10-09 Thread Flavio Magacho - M4U
Just for all to know, it works with my test case. Thanks. Magacho -Original Message- From: Flavio Magacho - M4U [mailto:flavio.maga...@m4u.com.br] Sent: terça-feira, 9 de outubro de 2012 07:08 To: users@camel.apache.org Subject: Re: Netty or Mina Async in the same socket The idea

Camel and JBoss

2012-10-09 Thread Flavio Magacho - M4U
Hi, Did anyone have used Camel with JBoss. I mean, did anyone knows if we have a MBean that starts and takes care of a Camel Context? I know that I can do that in many diferent ways, but it seems to be a common problems so . . . Thanks, Magacho Flavio Magacho Gerente de Desenvolvimento

RE: Netty or Mina Async in the same socket

2012-10-08 Thread Flavio Magacho - M4U
or Mina Async in the same socket On Sat, Oct 6, 2012 at 11:23 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Fri, Oct 5, 2012 at 7:55 PM, Flavio Magacho - M4U flavio.maga...@m4u.com.br wrote: Claus, Thank you. It works, I think that I missed the transform tag :). I Simply set the body. But I

RE: Netty or Mina Async in the same socket

2012-10-08 Thread Flavio Magacho - M4U
Claus, I'm testing this case with Servicemmix, how can I change the camel Libs?? -Original Message- From: Flavio Magacho - M4U [mailto:flavio.maga...@m4u.com.br] Sent: segunda-feira, 8 de outubro de 2012 09:52 To: users@camel.apache.org Subject: RE: Netty or Mina Async in the same

RE: Netty or Mina Async in the same socket

2012-10-05 Thread Flavio Magacho - M4U
/viewvc?rev=1394556view=rev On Thu, Oct 4, 2012 at 3:03 PM, Flavio Magacho - M4U flavio.maga...@m4u.com.br wrote: Ok Claus let me try to show you what I´m trying to do: camelContext id=context-teste-claus xmlns=http://camel.apache.org/schema/blueprint; route

RE: Netty or Mina Async in the same socket

2012-10-04 Thread Flavio Magacho - M4U
...@objectivesolutions.com On Oct 3, 2012, at 9:35 AM, Flavio Magacho - M4U wrote: Hi, My name is Flavio Magacho. I have a specific problem: I´ll receive a socket connection and receive messages in this socket. The point is to answer the messages, they should be send by the same socket and we

Netty or Mina Async in the same socket

2012-10-03 Thread Flavio Magacho - M4U
Hi, My name is Flavio Magacho. I have a specific problem: I´ll receive a socket connection and receive messages in this socket. The point is to answer the messages, they should be send by the same socket and we can’t use the sync option. I tried to use Mina and Netty The only way I got to answer