I need bit clarification on Queues (JMS Queue/Anypoint MQ) behavior in cloud hub where the API is deployed on multiple workers.
I the API, source is Queue listener to a JMS/Anypoint MQ topic.
in Hybrid/RTF Model: Queue listener will be running on only primary node, so no duplicate processing happens.
in CloudHub: as the workers are independent runtimes, and same API is deployed to multiple workers, if message is be picked up from both the workers Queue listeners isn't causing duplicate processing ? I know the message will not be processed multiple times but how does it handled by MuleSoft ?