Download artemis-jms-server-2.1.0.jar file

Introduction

You can download artemis-jms-server-2.1.0.jar in this page.

License

Apache License

Type List

artemis-jms-server-2.1.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.activemq/artemis-jms-server/pom.properties
META-INF/maven/org.apache.activemq/artemis-jms-server/pom.xml
org.apache.activemq.artemis.jms.bridge.ActiveMQJMSBridgeLogger.class
org.apache.activemq.artemis.jms.bridge.ConnectionFactoryFactory.class
org.apache.activemq.artemis.jms.bridge.DestinationFactory.class
org.apache.activemq.artemis.jms.bridge.JMSBridge.class
org.apache.activemq.artemis.jms.bridge.JMSBridgeControl.class
org.apache.activemq.artemis.jms.bridge.QualityOfServiceMode.class
org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeControlImpl.class
org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl.class
org.apache.activemq.artemis.jms.bridge.impl.JNDIConnectionFactoryFactory.class
org.apache.activemq.artemis.jms.bridge.impl.JNDIDestinationFactory.class
org.apache.activemq.artemis.jms.bridge.impl.JNDIFactorySupport.class
org.apache.activemq.artemis.jms.persistence.JMSStorageManager.class
org.apache.activemq.artemis.jms.persistence.config.PersistedBindings.class
org.apache.activemq.artemis.jms.persistence.config.PersistedConnectionFactory.class
org.apache.activemq.artemis.jms.persistence.config.PersistedDestination.class
org.apache.activemq.artemis.jms.persistence.config.PersistedType.class
org.apache.activemq.artemis.jms.persistence.impl.journal.JMSJournalStorageManagerImpl.class
org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl.class
org.apache.activemq.artemis.jms.server.ActiveMQJMSServerBundle.class
org.apache.activemq.artemis.jms.server.ActiveMQJMSServerLogger.class
org.apache.activemq.artemis.jms.server.JMSServerConfigParser.class
org.apache.activemq.artemis.jms.server.JMSServerManager.class
org.apache.activemq.artemis.jms.server.config.ConnectionFactoryConfiguration.class
org.apache.activemq.artemis.jms.server.config.JMSConfiguration.class
org.apache.activemq.artemis.jms.server.config.JMSQueueConfiguration.class
org.apache.activemq.artemis.jms.server.config.TopicConfiguration.class
org.apache.activemq.artemis.jms.server.config.impl.ConnectionFactoryConfigurationImpl.class
org.apache.activemq.artemis.jms.server.config.impl.FileJMSConfiguration.class
org.apache.activemq.artemis.jms.server.config.impl.JMSConfigurationImpl.class
org.apache.activemq.artemis.jms.server.config.impl.JMSQueueConfigurationImpl.class
org.apache.activemq.artemis.jms.server.config.impl.TopicConfigurationImpl.class
org.apache.activemq.artemis.jms.server.config.impl.TransportConfigurationEncodingSupport.class
org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS.class
org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl.class
org.apache.activemq.artemis.jms.server.management.JMSNotificationType.class
org.apache.activemq.artemis.jms.transaction.JMSTransactionDetail.class
org/apache/activemq/artemis/jms/bridge/ActiveMQJMSBridgeLogger.i18n.properties
org/apache/activemq/artemis/jms/server/ActiveMQJMSServerBundle.i18n.properties
org/apache/activemq/artemis/jms/server/ActiveMQJMSServerLogger.i18n.properties
schema/artemis-jms.xsd

Pom

artemis-jms-server-2.1.0.pom file content.

<!--
  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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>

   <parent>
      <groupId>org.apache.activemq</groupId>
      <artifactId>artemis-pom</artifactId>
      <version>2.1.0</version>
   </parent>

   <artifactId>artemis-jms-server</artifactId>
   <packaging>jar</packaging>
   <name>ActiveMQ Artemis JMS Server</name>

   <properties>
      <activemq.basedir>${project.basedir}/..</activemq.basedir>
   </properties>

   <dependencies>
      <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-processor</artifactId>
         <scope>provided</scope>
         <optional>true</optional>
      </dependency>
      <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>artemis-core-client</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>artemis-jms-client</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>artemis-server</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.activemq</groupId>
         <artifactId>artemis-service-extensions</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jms_2.0_spec</artifactId>
      </dependency>
      <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-ejb_3.0_spec</artifactId>
      </dependency>
      <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jta_1.1_spec</artifactId>
         <version>1.1.1</version>
      </dependency>
      <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-json_1.0_spec</artifactId>
      </dependency>
      <dependency>
         <groupId>org.apache.johnzon</groupId>
         <artifactId>johnzon-core</artifactId>
      </dependency>
   </dependencies>

   <profiles>
      <profile>
         <id>release</id>
         <build>
            <plugins>
               <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-javadoc-plugin</artifactId>
                  <version>2.9</version>
                  <configuration>
                     <useStandardDocletOptions>true</useStandardDocletOptions>
                     <minmemory>128m</minmemory>
                     <maxmemory>512m</maxmemory>
                     <quiet>false</quiet>
                     <aggregate>true</aggregate>
                     <excludePackageNames>org.apache.activemq.artemis.core:org.apache.activemq.artemis.utils</excludePackageNames>
                  </configuration>
                  <executions>
                     <execution>
                        <id>javadocs</id>
                        <goals>
                           <goal>jar</goal>
                        </goals>
                     </execution>
                  </executions>
               </plugin>
            </plugins>
         </build>
      </profile>
   </profiles>

</project>

POM Entry

<dependency>
   <groupId>org.apache.activemq</groupId>
   <artifactId>artemis-jms-server</artifactId>
   <version>2.1.0</version>
</dependency>

Download

If you think the following artemis-jms-server-2.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download artemis-jms-server-2.1.0.jar file




PreviousNext

Related