On 8 April 2015 at 17:47:40, Randy Magruder (
randy.m...@gmail.com) wrote:
> Thanks for the info on this. The requirement was given to me that
> the other teams wanted to put a message on a queue, and we (on the
> .net side) would have some way to pick it up and call one of our services
> to do something.
>
> I have previously used the Microsoft msmq listener with windows
> activation service to 'wake up' a WCF service and make a call on
> it. So that was obviously the direction I was coming from.
>
> Assuming I use the .net client, and want to build a RabbitMQ-based
> system here, do you guys have a recommended architecture fo this
> kind of RPC system? I was pondering making a windows service that
> would monitor RabbitMQ and call services, but then I have to think
> about the content of the messages and how they are formatted (if
> we aren't using a 'SOAPy" approach).
>
> I'm open to all solutions, not married to mine.