diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-10 10:34:28 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-10 10:34:28 +0000 |
commit | eb2bde84d51389b918c86d4f851ce100536aef1c (patch) | |
tree | 1d3cf40cc7a7e2f6dad3f1c273d43a0ac19d970e /sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/src/main/resources/META-INF | |
parent | 984309aa9c161d2ffa6c225b1920879bf987a661 (diff) |
Add a new module for a JMS binding resource factory that can be specific for ActiveMQ
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/src/main/resources/META-INF')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSResourceFactoryExtensionPoint | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSResourceFactoryExtensionPoint b/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSResourceFactoryExtensionPoint new file mode 100644 index 0000000000..b437109674 --- /dev/null +++ b/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSResourceFactoryExtensionPoint @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+org.apache.tuscany.sca.binding.jms.runtime.activemq.ActiveMQJMSResourceFactoryExtensionPoint
+
|