[rabbitmq-discuss] rabbitmq-c RPC example

jonathan augenstine jaugenstine at gmail.com
Mon Jul 2 15:57:46 BST 2012


OK, thanks.  When I figure it out, I will put an example together and
submit it.

On Mon, Jul 2, 2012 at 4:16 AM, Ask Solem <ask at rabbitmq.com> wrote:

>
> On 1 Jul 2012, at 19:07, jonathan augenstine wrote:
>
> > I would like to say that rabbitmq is a very nice messaging
> implementation.  I had to implement a module to coordinate a very large
> number of processes on Linux and over a one week time period installed
> rabbitmq, worked out the implementation, and pushed to production.  I
> expected to have to work out some bugs, but amazingly it just worked.  One
> or two minor tweaks and it has been running for almost two weeks now with
> out issue.
> >
> > That being said, I implemented this using the C library.  I used a basic
> publish/subscribe approach to the implementation.  The reality is that the
> design pattern really fits an RPC implementation.  My problem was that I
> was pressed for time and could not quite get the details worked out for an
> RPC implementation.  I was wondering if someone had an example of a C
> implementation of the RPC on rabbitmq?
> >
>
> There are several examples here:
> https://github.com/alanxz/rabbitmq-c/tree/master/examples
>
> No direct port of the RPC examples on the website though,
> but that is a great opportunity for you to learn and contribute some :)
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120702/5bc8e298/attachment.htm>


More information about the rabbitmq-discuss mailing list