Download hornetq-jms-examples-common-2.4.0.final.jar file

Introduction

You can download hornetq-jms-examples-common-2.4.0.final.jar in this page.

License

Open Source

Type List

hornetq-jms-examples-common-2.4.0.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.hornetq.examples.jms/hornetq-jms-examples-common/pom.properties
META-INF/maven/org.hornetq.examples.jms/hornetq-jms-examples-common/pom.xml
org.hornetq.common.example.DummyXid.class
org.hornetq.common.example.HornetQExample.class

Pom

hornetq-jms-examples-common-2.4.0.final.pom file content.

<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.hornetq.examples.jms</groupId>
      <artifactId>jms-examples</artifactId>
      <version>2.4.0.Final</version>
   </parent>

   <artifactId>hornetq-jms-examples-common</artifactId>
   <packaging>jar</packaging>
   <name>HornetQ Examples common</name>

   <dependencies>
      <dependency>
         <groupId>org.jboss.spec.javax.jms</groupId>
         <artifactId>jboss-jms-api_2.0_spec</artifactId>
      </dependency>
      <dependency>
         <groupId>org.hornetq</groupId>
         <artifactId>hornetq-commons</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.hornetq</groupId>
         <artifactId>hornetq-core-client</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.hornetq</groupId>
         <artifactId>hornetq-jms-client</artifactId>
         <version>${project.version}</version>
      </dependency>
   </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.hornetq.examples.jms</groupId>
   <artifactId>hornetq-jms-examples-common</artifactId>
   <version>2.4.0.final</version>
</dependency>

Download

If you think the following hornetq-jms-examples-common-2.4.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hornetq-jms-examples-common-2.4.0.final.jar file




PreviousNext

Related