Earlier quoted context omitted.
+1. Discovered RabbitMQ/AMQP around 2010, since then tech went through a 2015-era wave of HTTP microservices that has come, and, largely gone or moved to MQ.
When you say "gone or moved to MQ" - if not moved to messaging services like RabbitMQ/NATS/etc, where else could things have gone? At least from my experience, HTTP microservices are still very common, especially when using things like AWS Lambdas. I feel like most continually-running backends will make use of RabbitMQ/NATS/ZeroMQ/etc, or more and more I see lightweight systems going completely serverless and just us…
They could have stayed trying to do continually running microservices on HTTP.
> I feel like most continually-running backends will make use of RabbitMQ/NATS/ZeroMQ/etc
I do too.
> more and more I see lightweight systems going completely serverless and just using lambdas - which are HTTP microservices.
Likewise.
But long running HTTP microservices are lame, and everybody realises that now, despite it being a cool idea back in 2015.