You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
I have an application that runs in a Wildfly cluster. Now I need to send JMS messages from one cluster node to all nodes in the cluster. I thought this could be done by sending the messages to a topic instead of a queue. But somehow the messages are not received by all nodes. Is there something wrong with the configuration or did I misunderstand how messaging in a cluster works and this is expected behaviour?