[rabbitmq-discuss] method-like calls

Jim Irrer irrer at umich.edu
Tue Aug 18 15:48:25 BST 2009


I'll check those out.

Thanks - That was fast.

- Jim

Jim Irrer     irrer at umich.edu       (734) 647-4409
University of Michigan Hospital Radiation Oncology
519 W. William St.             Ann Arbor, MI 48103


On Tue, Aug 18, 2009 at 10:27 AM, Joseph Wayne Norton
<norton at tkg.att.ne.jp>wrote:

>
> Hello.
>
> Although there is no direct relationship to AMQP or rabbitmq (except for
> erlang), please see here
> for one approach for interfacing non-erlang (and erlang) clients with an
> erlang-based server.
>
>  http://github.com/norton/ubf/tree/master
>
> In addition the original UBF-based transport developed by Joe Armstrong,
> several other new
> transports have been added.  Documentation and adding more examples is
> still in progress.
>
> thanks,
>
> Joe N.
>
>
>
> On Tue, 18 Aug 2009 23:10:50 +0900, Michael Greene <
> michael.greene at gmail.com> wrote:
>
>  We currently use Apache Thrift for this, and have had success with it over
>> the past year of use.  Some others have mentioned using Protobufs on the
>> mailing list.  JSON is also an alternative.  Thrift and Protobufs both
>> require code generation, but have a more compact representation and faster
>> serialization / deserialization because of it.  JSON is human-readable and
>> still quite compact compared to alternatives like XML serialization.
>> Michael
>>
>> On Tue, Aug 18, 2009 at 8:57 AM, Jim Irrer <irrer at umich.edu> wrote:
>>
>>  Hi -
>>>
>>> We are replacing much of our SOAP infrastructure with AMQP, and
>>> one problem we are looking at is how to wrap an AMQP call so that
>>> it has a nice programming interface.  Basically we want to serialize
>>> an object on one side and de-serialize on the other side, and do it
>>> in a language independent way (we use Java C#, and C++).
>>>
>>> I am looking at REST (Representational State Transfer), XML-RPC,
>>> and possibly JSON-RPC.  Ideally we would like something that
>>> automatically does the serialization/de-serialization or generates
>>> code that does it.
>>>
>>> Has anyone found a technology that they like?
>>>
>>> Thanks,
>>>
>>> - Jim
>>>
>>> Jim Irrer     irrer at umich.edu       (734) 647-4409
>>> University of Michigan Hospital Radiation Oncology
>>> 519 W. William St.             Ann Arbor, MI 48103
>>>
>>> _______________________________________________
>>> rabbitmq-discuss mailing list
>>> rabbitmq-discuss at lists.rabbitmq.com
>>> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>>
>>>
>>>
>
>
> --
> norton at alum.mit.edu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20090818/681c68ff/attachment.htm 


More information about the rabbitmq-discuss mailing list