Hi, i came along this problems in creating multiple Services to the same Broker. We use the JMSConfigFeature do supply each Server with the same instance of a SingleConnectionFactory. So that all servers use the same single connection to the Broker.
Now if i call a stop on on of the servers this will issue via JMSDestination a destroy call to the SingleConnectionFactory. (This was added in https://issues.apache.org/jira/browse/CXF-2788). Which is in our case not a good thing, because we have other running servers that still want to use the connection. What do you think? Is there a workaround? Is it a valid solution to destroy the SingleConnectionFactory on stopping a service? Regards, Hartmut Lang Ericsson
