The capability of broadcasting messages to all clients associated with a message topic.
I mention "topic" because this functionality is enabled via the JMS topic interface
<result>
<jmsTopicConfig>
<topicname>
topic_DEMO_OUPUT
</topicname>
<connectionfactory>
embedded
</connectionfactory>
<providerurl>
tcp://localhost:61616
</providerurl>
<initialcontextfactory>
org.apache.activemq.jndi.ActiveMQInitialContextFactory
</initialcontextfactory>
</jmsTopicConfig>
</result>
if (textMessage.getJMSCorrelationID().indexOf(Global.BROADCASTCOR) > -1)
The JMS correlction ID would need to include the broadcast correlation property as shown above