I want know how to publish JMS message concurrently to different topic.
Example: 1 thread to publish JMS message to topic X, 1 thread to publish JMS message to topic Y periodically (let say every 5 seconds)
How can achieve that?
Currently using Wildfly 8.3 (Hornetq) as JMS provider.