> When you say "gone or moved to MQ" - if not moved to messaging services like RabbitMQ/NATS/etc, where else could things have gone?
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.