[rabbitmq-discuss] rabbitmq - implement a proxy with RPC
Emile Joubert
emile at rabbitmq.com
Thu Mar 24 10:33:10 GMT 2011
Hi Denis,
On 24/03/11 08:58, Denis Conan wrote:
> Le 23/03/2011 11:34, Emile Joubert a écrit :
>> Hi,
>>
>> If JSonRpcClient meets your needs then that is great news. Make sure
>> that the JSON serialisation works for all parameters and return values
>> you may wish to use. The JSON implementation is less general than other
>> Java remoting alternatives, but in keeping with AMQP it does have the
>> advantage of being platform-neutral.
>
> Hi,
>
> first of all, thank you for the work done on the framework and the support.
>
> What do you mean by "platform-neutral"?
The comment about platform-neutral was made in relation to the JSON RPC
implementation which is part of the rabbit java client. The request and
responses are encoded in JSON which opens the door to RPC servers
written in any language with an AMQP library. This would not be the case
had the encoding been Java-specific, which is typical for Java remoting
solutions.
Regards
Emile
More information about the rabbitmq-discuss
mailing list