[rabbitmq-discuss] rabbitmq - implement a proxy with RPC
Emile Joubert
emile at rabbitmq.com
Wed Mar 23 09:37:05 GMT 2011
Hi,
On 23/03/11 08:48, mysurf mail wrote:
> Hi,
> I would like to implement an rpc with rabbitmq.
> As with other rpc frameworks I would like to use an interface (skeleton)
> in the client and an interface with implementor on the server .
> Then I would be able to call the remote methods like they were in my
> local client.
>
> so far I see RpcClient.stringCall which I will need to parse the string
> request myself.
>
> Is there any implementation as i described ?
I assume you want a Java solution - RpcClient and RpcServer comes
closest to what you need. It should be possible to extend those to work
as you describe though.
The .net client comes with a WCF two-way implementation that defines
interfaces for messages in the way you describe. See the TwoWayTest
calculator example.
Regards
Emile
More information about the rabbitmq-discuss
mailing list