Hi, Is it possible for multiple CXF web service clients to use same static request and reply queues? I mean would they work correctly in a clustered configuration, so that right consumer will create the right response?
===== Today we do clustering in a similar way, but using temp queues. This works fine until network or ActiveMQ goes down for while. While one of the directions is to look into AMQ itself, we'd like to see if static response queues also possible. Thanks, Pavel
