Re: Connection errors after 500 concurrent connections

2014-03-18 Thread Emmanuel Bourg
uch Jakub, that's exactly what I was looking for. Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org

Connection errors after 500 concurrent connections

2014-03-14 Thread Emmanuel Bourg
the broker sent the protocol header. Is this a know limitation of the broker, or is there something I can do to handle more connections? Thank you, Emmanuel Bourg - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For

Re: Does QPID support RPC?

2012-04-16 Thread Emmanuel Bourg
Hi, You can do RPC with Hessian on top of Qpid. Get a look at: http://ebourg.github.com/qpid-hessian/ Emmanuel Bourg Le 16/04/2012 05:32, Zhihua Che a écrit : Thanks. That means I need implement one myself:( 在 2012年4月16日 上午11:01,William Henry 写道: Hi, Qpid doesn't support RPC

Re: Debian packages

2011-09-01 Thread Emmanuel Bourg
0.6 package on Lenny you helped me to build last year and it works fine. Do you plan to submit the packages to the Debian repository? That would be great to have qpid out of the box on Wheezy. Emmanuel Bourg - Apache Qpid -

Re: RPC over AMQP with Hessian

2011-05-06 Thread Emmanuel Bourg
also available through Maven. org.apache-extras.qpid qpid-hessian 1.0 Emmanuel Bourg Le 26/05/2010 14:01, Emmanuel Bourg a écrit : Hi, I've done some request/response work with Qpid lately, and I implemented a Hessian layer to make it easier. I'd like to share

Re: qpid maven repo

2010-07-09 Thread Emmanuel Bourg
https://issues.apache.org/jira/browse/QPID-1916 It's based on the Maven Ant tasks and integrated to the current build. I tweaked the genpom script to link the modules properly (i.e qpid-client depends on qpid-common). Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: qpid maven repo

2010-07-09 Thread Emmanuel Bourg
the trunk. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: RPC over AMQP with Hessian

2010-05-27 Thread Emmanuel Bourg
Thrift yet. It's probably easier to use if cross language interoperability is an important requirement. But in a Java only scenario I prefer the simplicity of Hessian (no IDL). On the performance side Thrift seems to have an advantage [2]. Emmanuel Bourg [1] http://hessian.caucho.com/doc/

RPC over AMQP with Hessian

2010-05-26 Thread Emmanuel Bourg
be consumed! String echo = service.echo("Hello Qpid!"); Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature