I have an application that send a message to a esb queue, and some applications that listen this queue.
The problem is when I send a message because only one listener receive this message for each message sended. I want to send a message and all applications listening the esb receive the message.
Is it possible?
JMS Topic?