Hi there,
I was considering how to implement the ServiceStack Service Gateway and Discovery/Addressing, and it occurred to me that using MQ may be a way around this…I thought I would pose the question here to qualify whether I’m missing something.
In theory you could avoid using the Redis/Consul Discovery pieces by using an MQ implementation to publish the message in the service implementing IServiceGateway (if it couldn’t be handled locally of course) and let the consumers pull the messages from the queue and process/respond appropriately wherever they are hosted.
Does this sound feasible, or am I oversimplifying things?
[RB]