|
Hi, everyone
I'm using QPID and have read the doc page "Programming in Apache Qpid" on web site. I'd say I'm wondering if QPID offers RPC communication directly. I guess I didn't find any related info in page. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
|
Hi,
Qpid doesn't support RPC it is messaging. Qpid does support a request/reply pattern but it is not RPC. There is a hello_world example that shows how you might pattern a request reply app. See: https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/README.txt William ----- Original Message ----- > Hi, everyone > > I'm using QPID and have read the doc page "Programming in Apache > Qpid" on web site. I'd say I'm wondering if QPID offers RPC > communication directly. I guess I didn't find any related info in > page. > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
|
Thanks. That means I need implement one myself:(
在 2012年4月16日 上午11:01,William Henry <[hidden email]> 写道: > Hi, > > Qpid doesn't support RPC it is messaging. Qpid does support a request/reply pattern but it is not RPC. > > There is a hello_world example that shows how you might pattern a request reply app. > See: > https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/README.txt > > William > > > > ----- Original Message ----- >> Hi, everyone >> >> I'm using QPID and have read the doc page "Programming in Apache >> Qpid" on web site. I'd say I'm wondering if QPID offers RPC >> communication directly. I guess I didn't find any related info in >> page. >> >> Thanks >> --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
|
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<[hidden email]> 写道: >> Hi, >> >> Qpid doesn't support RPC it is messaging. Qpid does support a request/reply pattern but it is not RPC. >> >> There is a hello_world example that shows how you might pattern a request reply app. >> See: >> https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/examples/README.txt >> >> William >> >> >> >> ----- Original Message ----- >>> Hi, everyone >>> >>> I'm using QPID and have read the doc page "Programming in Apache >>> Qpid" on web site. I'd say I'm wondering if QPID offers RPC >>> communication directly. I guess I didn't find any related info in >>> page. >>> >>> Thanks >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
| Powered by Nabble | Edit this page |
