I have two Mule CE instances that have been configured to be stateless. I have a standalone Apache MQ server that an external system publishes to.
Problem: The two Mule instances have the same message flow deployed with a JMS inbound endpoint on the same queue.
My Question: What prevents the two Mule instances from both receiving/processing the message?