Quantcast

Does QPID support RPC?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Does QPID support RPC?

Zhihua Che
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]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Does QPID support RPC?

whenry
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]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Does QPID support RPC?

Zhihua Che
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]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Does QPID support RPC?

Emmanuel Bourg-3
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]

Loading...