You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/01/31 20:47:46 UTC

svn commit: r848822 [9/9] - /websites/production/activemq/content/schemas/

Added: websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.asc
==============================================================================
--- websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.asc (added)
+++ websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.asc Thu Jan 31 19:47:45 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBJEru58TXb4mnMED4RArmZAJ90c48TeiBaKBniEpHclT0zPekSPgCcDcfB
+BNxMhH7qHDMcOPuFRnrnjTo=
+=NurX
+-----END PGP SIGNATURE-----

Added: websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.md5
==============================================================================
--- websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.md5 (added)
+++ websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.md5 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+7815e74c351bd06f702360dc2ab06fe1
\ No newline at end of file

Added: websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.sha1
==============================================================================
--- websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.sha1 (added)
+++ websites/production/activemq/content/schemas/activemq-core-5.2.0.xsd.sha1 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+afd6b6af84de8827e4b89b1d9591d0ee47cdee21
\ No newline at end of file

Added: websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd
==============================================================================
--- websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd (added)
+++ websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd Thu Jan 31 19:47:45 2013
@@ -0,0 +1,99 @@
+<?xml version='1.0'?>
+<!-- NOTE: this file is autogenerated by Apache XBean -->
+
+<xs:schema elementFormDefault='qualified'
+           targetNamespace='http://activemq.org/activemq-jpa-store/config/1.0'
+           xmlns:xs='http://www.w3.org/2001/XMLSchema'
+           xmlns:tns='http://activemq.org/activemq-jpa-store/config/1.0'>
+
+  <!-- element for type: org.apache.activemq.store.jpa.JPAPersistenceAdapter -->
+  <xs:element name='jpaPersistenceAdapter'>
+    <xs:annotation>
+      <xs:documentation><![CDATA[
+        An implementation of {@link PersistenceAdapter} that uses JPA to store it's
+messages.
+      ]]></xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='entityManagerFactory' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='entityManagerProperties' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='usageManager' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='wireFormat' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
+      </xs:sequence>
+      <xs:attribute name='brokerName' type='xs:string'/>
+      <xs:attribute name='directory' type='xs:string'/>
+      <xs:attribute name='entityManagerFactory' type='xs:string'/>
+      <xs:attribute name='entityManagerName' type='xs:string'/>
+      <xs:attribute name='entityManagerProperties' type='xs:string'/>
+      <xs:attribute name='usageManager' type='xs:string'/>
+      <xs:attribute name='wireFormat' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+  <!-- element for type: org.apache.activemq.store.jpa.JPAReferenceStoreAdapter -->
+  <xs:element name='jpaReferenceStoreAdapter'>
+    <xs:annotation>
+      <xs:documentation><![CDATA[
+        An implementation of {@link ReferenceStoreAdapter} that uses JPA to store
+it's message references.
+      ]]></xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='entityManagerFactory' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='entityManagerProperties' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='usageManager' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='wireFormat' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
+      </xs:sequence>
+      <xs:attribute name='brokerName' type='xs:string'/>
+      <xs:attribute name='directory' type='xs:string'/>
+      <xs:attribute name='entityManagerFactory' type='xs:string'/>
+      <xs:attribute name='entityManagerName' type='xs:string'/>
+      <xs:attribute name='entityManagerProperties' type='xs:string'/>
+      <xs:attribute name='usageManager' type='xs:string'/>
+      <xs:attribute name='wireFormat' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+</xs:schema>

Added: websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.asc
==============================================================================
--- websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.asc (added)
+++ websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.asc Thu Jan 31 19:47:45 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQBHWW5En/JZgPW6fk8RAuRyAJ0f7awflJOwTmvs0FGx3CpXFboWPACfRUf2
+4RNKe2EqpHzfojVZFPlQVGo=
+=Sg2P
+-----END PGP SIGNATURE-----

Added: websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.md5
==============================================================================
--- websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.md5 (added)
+++ websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.md5 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+7970bbd9dcf61c58da9a72cedb1f21dd
\ No newline at end of file

Added: websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.sha1
==============================================================================
--- websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.sha1 (added)
+++ websites/production/activemq/content/schemas/activemq-jpa-store-5.0.0.xsd.sha1 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+bef6c69f66f0716ba77c5f1195aced4f9102e1fa
\ No newline at end of file

Added: websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd (added)
+++ websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd Thu Jan 31 19:47:45 2013
@@ -0,0 +1,268 @@
+<?xml version='1.0'?>
+<!-- NOTE: this file is autogenerated by Apache XBean -->
+
+<xs:schema elementFormDefault='qualified'
+           targetNamespace='http://activemq.org/ra/1.0'
+           xmlns:xs='http://www.w3.org/2001/XMLSchema'
+           xmlns:tns='http://activemq.org/ra/1.0'>
+
+  <!-- element for type: org.apache.activemq.ra.ActiveMQActivationSpec -->
+  <xs:element name='activationSpec'>
+    <xs:annotation>
+      <xs:documentation><![CDATA[
+        Configures the inbound JMS consumer specification using ActiveMQ
+      ]]></xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='activeMQDestination' minOccurs='0' maxOccurs='1'>
+          <xs:annotation>
+            <xs:documentation><![CDATA[
+              A helper method mostly for use in Dependency Injection containers
+which allows you to customize the destination and destinationType properties
+from a single ActiveMQDestination POJO
+            ]]></xs:documentation>
+          </xs:annotation>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='resourceAdapter' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:choice minOccurs='0' maxOccurs='1'>
+              <xs:element ref='tns:resourceAdapter'/>
+              <xs:any namespace='##other'/>
+            </xs:choice>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other'/>
+      </xs:sequence>
+      <xs:attribute name='acknowledgeMode' type='xs:string'/>
+      <xs:attribute name='activeMQDestination' type='xs:string'>
+        <xs:annotation>
+          <xs:documentation><![CDATA[
+            A helper method mostly for use in Dependency Injection containers
+which allows you to customize the destination and destinationType properties
+from a single ActiveMQDestination POJO
+          ]]></xs:documentation>
+        </xs:annotation>
+      </xs:attribute>
+      <xs:attribute name='backOffMultiplier' type='xs:short'/>
+      <xs:attribute name='clientId' type='xs:string'/>
+      <xs:attribute name='destination' type='xs:string'/>
+      <xs:attribute name='destinationType' type='xs:string'/>
+      <xs:attribute name='enableBatch' type='xs:string'/>
+      <xs:attribute name='initialRedeliveryDelay' type='xs:long'/>
+      <xs:attribute name='maxMessagesPerBatch' type='xs:string'/>
+      <xs:attribute name='maxMessagesPerSessions' type='xs:string'/>
+      <xs:attribute name='maxSessions' type='xs:string'/>
+      <xs:attribute name='maximumRedeliveries' type='xs:integer'/>
+      <xs:attribute name='messageSelector' type='xs:string'/>
+      <xs:attribute name='noLocal' type='xs:string'/>
+      <xs:attribute name='password' type='xs:string'/>
+      <xs:attribute name='resourceAdapter' type='xs:string'/>
+      <xs:attribute name='subscriptionDurability' type='xs:string'/>
+      <xs:attribute name='subscriptionName' type='xs:string'/>
+      <xs:attribute name='useExponentialBackOff' type='xs:boolean'/>
+      <xs:attribute name='useRAManagedTransaction' type='xs:string'/>
+      <xs:attribute name='userName' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+  <!-- element for type: org.apache.activemq.ra.ActiveMQManagedConnectionFactory -->
+  <xs:element name='managedConnectionFactory'>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='allPrefetchValues' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='durableTopicPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='inputStreamPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='logWriter' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='maximumRedeliveries' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='queueBrowserPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='queuePrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='redeliveryUseExponentialBackOff' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='resourceAdapter' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:choice minOccurs='0' maxOccurs='1'>
+              <xs:element ref='tns:resourceAdapter'/>
+              <xs:any namespace='##other'/>
+            </xs:choice>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='topicPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='useInboundSession' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other'/>
+      </xs:sequence>
+      <xs:attribute name='allPrefetchValues' type='xs:string'/>
+      <xs:attribute name='clientid' type='xs:string'/>
+      <xs:attribute name='durableTopicPrefetch' type='xs:string'/>
+      <xs:attribute name='initialRedeliveryDelay' type='xs:long'/>
+      <xs:attribute name='inputStreamPrefetch' type='xs:string'/>
+      <xs:attribute name='logWriter' type='xs:string'/>
+      <xs:attribute name='maximumRedeliveries' type='xs:string'/>
+      <xs:attribute name='password' type='xs:string'/>
+      <xs:attribute name='queueBrowserPrefetch' type='xs:string'/>
+      <xs:attribute name='queuePrefetch' type='xs:string'/>
+      <xs:attribute name='redeliveryBackOffMultiplier' type='xs:short'/>
+      <xs:attribute name='redeliveryUseExponentialBackOff' type='xs:string'/>
+      <xs:attribute name='resourceAdapter' type='xs:string'/>
+      <xs:attribute name='topicPrefetch' type='xs:string'/>
+      <xs:attribute name='useInboundSession' type='xs:string'/>
+      <xs:attribute name='userName' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+  <!-- element for type: org.apache.activemq.ra.ActiveMQResourceAdapter -->
+  <xs:element name='resourceAdapter'>
+    <xs:annotation>
+      <xs:documentation><![CDATA[
+        The JCA Resource Adaptor for ActiveMQ
+      ]]></xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='allPrefetchValues' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='connectionFactory' minOccurs='0' maxOccurs='1'>
+          <xs:annotation>
+            <xs:documentation><![CDATA[
+              This allows a connection factory to be configured and shared between a ResourceAdaptor and outbound messaging.
+Note that setting the connectionFactory will overload many of the properties on this POJO such as the redelivery
+and prefetch policies; the properties on the connectionFactory will be used instead.
+            ]]></xs:documentation>
+          </xs:annotation>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='durableTopicPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='inputStreamPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='maximumRedeliveries' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='queueBrowserPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='queuePrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='redeliveryUseExponentialBackOff' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='topicPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='useInboundSession' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other'/>
+      </xs:sequence>
+      <xs:attribute name='allPrefetchValues' type='xs:string'/>
+      <xs:attribute name='brokerXmlConfig' type='xs:string'>
+        <xs:annotation>
+          <xs:documentation><![CDATA[
+            Sets the <a href="http://activemq.org/Xml+Configuration">XML
+configuration file </a> used to configure the ActiveMQ broker via Spring
+if using embedded mode.
+          ]]></xs:documentation>
+        </xs:annotation>
+      </xs:attribute>
+      <xs:attribute name='clientid' type='xs:string'/>
+      <xs:attribute name='connectionFactory' type='xs:string'>
+        <xs:annotation>
+          <xs:documentation><![CDATA[
+            This allows a connection factory to be configured and shared between a ResourceAdaptor and outbound messaging.
+Note that setting the connectionFactory will overload many of the properties on this POJO such as the redelivery
+and prefetch policies; the properties on the connectionFactory will be used instead.
+          ]]></xs:documentation>
+        </xs:annotation>
+      </xs:attribute>
+      <xs:attribute name='durableTopicPrefetch' type='xs:string'/>
+      <xs:attribute name='initialRedeliveryDelay' type='xs:long'/>
+      <xs:attribute name='inputStreamPrefetch' type='xs:string'/>
+      <xs:attribute name='maximumRedeliveries' type='xs:string'/>
+      <xs:attribute name='password' type='xs:string'/>
+      <xs:attribute name='queueBrowserPrefetch' type='xs:string'/>
+      <xs:attribute name='queuePrefetch' type='xs:string'/>
+      <xs:attribute name='redeliveryBackOffMultiplier' type='xs:short'/>
+      <xs:attribute name='redeliveryUseExponentialBackOff' type='xs:string'/>
+      <xs:attribute name='serverUrl' type='xs:string'/>
+      <xs:attribute name='topicPrefetch' type='xs:string'/>
+      <xs:attribute name='useInboundSession' type='xs:string'/>
+      <xs:attribute name='userName' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+</xs:schema>

Added: websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.asc
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.asc (added)
+++ websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.asc Thu Jan 31 19:47:45 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.3 (GNU/Linux)
+
+iD8DBQBGBB48n/JZgPW6fk8RAnP9AJ9W+MhpQjAOkuOYhZzdnYQfglBydwCgkmq5
+lXLaY+2lRTQGu0qY7mTVMtE=
+=Y0CP
+-----END PGP SIGNATURE-----

Added: websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.md5
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.md5 (added)
+++ websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.md5 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+8aaef9de848da3f6c880905358f2c14f
\ No newline at end of file

Added: websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.sha1
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.sha1 (added)
+++ websites/production/activemq/content/schemas/activemq-ra-4.1.1.xsd.sha1 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+d5b5b865a1fb1ef1b5316eb6b35c301879cdd08b
\ No newline at end of file

Added: websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd (added)
+++ websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd Thu Jan 31 19:47:45 2013
@@ -0,0 +1,175 @@
+<?xml version='1.0'?>
+<!-- NOTE: this file is autogenerated by Apache XBean -->
+
+<xs:schema elementFormDefault='qualified'
+           targetNamespace='http://activemq.org/ra/1.0'
+           xmlns:xs='http://www.w3.org/2001/XMLSchema'
+           xmlns:tns='http://activemq.org/ra/1.0'>
+
+  <!-- element for type: org.apache.activemq.ra.ActiveMQActivationSpec -->
+  <xs:element name='activationSpec'>
+    <xs:annotation>
+      <xs:documentation><![CDATA[
+        Configures the inbound JMS consumer specification using ActiveMQ
+      ]]></xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='activeMQDestination' minOccurs='0' maxOccurs='1'>
+          <xs:annotation>
+            <xs:documentation><![CDATA[
+              A helper method mostly for use in Dependency Injection containers which
+allows you to customize the destination and destinationType properties
+from a single ActiveMQDestination POJO
+            ]]></xs:documentation>
+          </xs:annotation>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='resourceAdapter' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:choice minOccurs='0' maxOccurs='1'>
+              <xs:element ref='tns:resourceAdapter'/>
+              <xs:any namespace='##other'/>
+            </xs:choice>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
+      </xs:sequence>
+      <xs:attribute name='acknowledgeMode' type='xs:string'/>
+      <xs:attribute name='activeMQDestination' type='xs:string'>
+        <xs:annotation>
+          <xs:documentation><![CDATA[
+            A helper method mostly for use in Dependency Injection containers which
+allows you to customize the destination and destinationType properties
+from a single ActiveMQDestination POJO
+          ]]></xs:documentation>
+        </xs:annotation>
+      </xs:attribute>
+      <xs:attribute name='backOffMultiplier' type='xs:short'/>
+      <xs:attribute name='clientId' type='xs:string'/>
+      <xs:attribute name='destination' type='xs:string'/>
+      <xs:attribute name='destinationType' type='xs:string'/>
+      <xs:attribute name='enableBatch' type='xs:string'/>
+      <xs:attribute name='initialRedeliveryDelay' type='xs:long'/>
+      <xs:attribute name='maxMessagesPerBatch' type='xs:string'/>
+      <xs:attribute name='maxMessagesPerSessions' type='xs:string'/>
+      <xs:attribute name='maxSessions' type='xs:string'/>
+      <xs:attribute name='maximumRedeliveries' type='xs:integer'/>
+      <xs:attribute name='messageSelector' type='xs:string'/>
+      <xs:attribute name='noLocal' type='xs:string'/>
+      <xs:attribute name='password' type='xs:string'/>
+      <xs:attribute name='resourceAdapter' type='xs:string'/>
+      <xs:attribute name='subscriptionDurability' type='xs:string'/>
+      <xs:attribute name='subscriptionName' type='xs:string'/>
+      <xs:attribute name='useExponentialBackOff' type='xs:boolean'/>
+      <xs:attribute name='useRAManagedTransaction' type='xs:string'/>
+      <xs:attribute name='userName' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+  <!-- element for type: org.apache.activemq.ra.ActiveMQManagedConnectionFactory -->
+  <xs:element name='managedConnectionFactory'>
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name='allPrefetchValues' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='durableTopicPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='inputStreamPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='logWriter' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='maximumRedeliveries' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='queueBrowserPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='queuePrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='redeliveryUseExponentialBackOff' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='resourceAdapter' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:choice minOccurs='0' maxOccurs='1'>
+              <xs:element ref='tns:resourceAdapter'/>
+              <xs:any namespace='##other'/>
+            </xs:choice>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='topicPrefetch' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:element name='useInboundSession' minOccurs='0' maxOccurs='1'>
+          <xs:complexType>
+            <xs:sequence minOccurs='0' maxOccurs='1'><xs:any namespace='##other'/></xs:sequence>
+          </xs:complexType>
+        </xs:element>
+        <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
+      </xs:sequence>
+      <xs:attribute name='allPrefetchValues' type='xs:string'/>
+      <xs:attribute name='clientid' type='xs:string'/>
+      <xs:attribute name='durableTopicPrefetch' type='xs:string'/>
+      <xs:attribute name='initialRedeliveryDelay' type='xs:long'/>
+      <xs:attribute name='inputStreamPrefetch' type='xs:string'/>
+      <xs:attribute name='logWriter' type='xs:string'/>
+      <xs:attribute name='maximumRedeliveries' type='xs:string'/>
+      <xs:attribute name='password' type='xs:string'/>
+      <xs:attribute name='queueBrowserPrefetch' type='xs:string'/>
+      <xs:attribute name='queuePrefetch' type='xs:string'/>
+      <xs:attribute name='redeliveryBackOffMultiplier' type='xs:short'/>
+      <xs:attribute name='redeliveryUseExponentialBackOff' type='xs:string'/>
+      <xs:attribute name='resourceAdapter' type='xs:string'/>
+      <xs:attribute name='topicPrefetch' type='xs:string'/>
+      <xs:attribute name='useInboundSession' type='xs:string'/>
+      <xs:attribute name='userName' type='xs:string'/>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+  <!-- element for type: org.apache.activemq.ra.MessageResourceAdapter -->
+  <xs:element name='resourceAdapter'>
+    <xs:annotation>
+      <xs:documentation><![CDATA[
+        The JCA Resource Adaptor for ActiveMQ
+      ]]></xs:documentation>
+    </xs:annotation>
+    <xs:complexType>
+      <xs:attribute name='id' type='xs:ID'/>
+      <xs:anyAttribute namespace='##other' processContents='lax'/>
+    </xs:complexType>
+  </xs:element>
+
+
+</xs:schema>

Added: websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.asc
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.asc (added)
+++ websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.asc Thu Jan 31 19:47:45 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQBHWW5En/JZgPW6fk8RAl7tAKCm2C9Xnk5unjUIObMHY7mIMEoUhgCfbAPo
+rFJm9S0wvvRdGIZ5tKBSyqM=
+=2wbG
+-----END PGP SIGNATURE-----

Added: websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.md5
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.md5 (added)
+++ websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.md5 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+b090a77a23c77e90055e2d7a8e92d604
\ No newline at end of file

Added: websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.sha1
==============================================================================
--- websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.sha1 (added)
+++ websites/production/activemq/content/schemas/activemq-ra-5.0.0.xsd.sha1 Thu Jan 31 19:47:45 2013
@@ -0,0 +1 @@
+26dc9dd61d1d2b4b113c9ea8df5460e1e31a01b8
\ No newline at end of file