In today's world, where code resides on ephemeral instances (e.g. serverless or containers), the connections to Amazon MQ would have to be constantly created and destroyed. Is there a performance overhead in such scenarios? Is there a connection pooling mechanism to get around such performance overhead?
Coming from a database back-ground, there is pgBouncer and ProxySQL that serve as proxy for PostgreSQL and MySQL. Is there something similar for Amazon MQ?