You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ce...@apache.org on 2013/07/15 22:42:57 UTC

svn commit: r1503466 - /activemq/activemq-apollo/trunk/apollo-broker/src/main/resources/META-INF/services/org.apache.activemq.apollo/protocol-filter-factory.index

Author: ceposta
Date: Mon Jul 15 20:42:57 2013
New Revision: 1503466

URL: http://svn.apache.org/r1503466
Log:
updated the protocol-filter-factory to use ProtocolFilter3 and not the deprecrated 2.. the new SimpleProtocolFilter3Factory can deal with backward incompatibility issues

Modified:
    activemq/activemq-apollo/trunk/apollo-broker/src/main/resources/META-INF/services/org.apache.activemq.apollo/protocol-filter-factory.index

Modified: activemq/activemq-apollo/trunk/apollo-broker/src/main/resources/META-INF/services/org.apache.activemq.apollo/protocol-filter-factory.index
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/src/main/resources/META-INF/services/org.apache.activemq.apollo/protocol-filter-factory.index?rev=1503466&r1=1503465&r2=1503466&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/src/main/resources/META-INF/services/org.apache.activemq.apollo/protocol-filter-factory.index (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/src/main/resources/META-INF/services/org.apache.activemq.apollo/protocol-filter-factory.index Mon Jul 15 20:42:57 2013
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-org.apache.activemq.apollo.broker.protocol.SimpleProtocolFilter2Factory
\ No newline at end of file
+org.apache.activemq.apollo.broker.protocol.SimpleProtocolFilter3Factory