I am a Mule newbie and have a best practice question:
My Mule application consists of multiple flows that are listening on multiple ActiveMQ message queues, which are following the states of jobs in the system and transactions that are being processed. I have set up a single JMS Connector Configuration, which is being shared by all the flows, both as an inbound endpoint and as an outbound endpoint.
Is this the correct set up, or do I need to use multiple JMS connectors?
Any help would be appreciated.