Hi All, I have been using CXF to implement SOAP over JMS (mostly configured through http://cwiki.apache.org/CXF20DOC/using-the-jmsconfigfeature.html) and had great success, however I have a setup where the application is running on a cluster on different nodes, and I publishing to a JMS topic to replicate some specific information across all the nodes. Is there a way to set it up so that the implementation classes (which are the subscribers) have uniquely generated clientIDs so they get invoked on each node when I publish to a topic by call the client proxy?
Thanks, James
