Download hornetq-commons-2.4.0.final.jar file

Introduction

You can download hornetq-commons-2.4.0.final.jar in this page.

License

Open Source

Type List

hornetq-commons-2.4.0.final.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.hornetq/hornetq-commons/pom.properties
META-INF/maven/org.hornetq/hornetq-commons/pom.xml
org.hornetq.api.core.HornetQAddressExistsException.class
org.hornetq.api.core.HornetQAddressFullException.class
org.hornetq.api.core.HornetQAlreadyReplicatingException.class
org.hornetq.api.core.HornetQBuffer.class
org.hornetq.api.core.HornetQBuffers.class
org.hornetq.api.core.HornetQClusterSecurityException.class
org.hornetq.api.core.HornetQConnectionTimedOutException.class
org.hornetq.api.core.HornetQDisconnectedException.class
org.hornetq.api.core.HornetQDuplicateIdException.class
org.hornetq.api.core.HornetQDuplicateMetaDataException.class
org.hornetq.api.core.HornetQException.class
org.hornetq.api.core.HornetQExceptionType.class
org.hornetq.api.core.HornetQIOErrorException.class
org.hornetq.api.core.HornetQIllegalStateException.class
org.hornetq.api.core.HornetQIncompatibleClientServerException.class
org.hornetq.api.core.HornetQInterceptorRejectedPacketException.class
org.hornetq.api.core.HornetQInternalErrorException.class
org.hornetq.api.core.HornetQInterruptedException.class
org.hornetq.api.core.HornetQInvalidFilterExpressionException.class
org.hornetq.api.core.HornetQInvalidTransientQueueUseException.class
org.hornetq.api.core.HornetQLargeMessageException.class
org.hornetq.api.core.HornetQLargeMessageInterruptedException.class
org.hornetq.api.core.HornetQNativeIOError.class
org.hornetq.api.core.HornetQNonExistentQueueException.class
org.hornetq.api.core.HornetQNotConnectedException.class
org.hornetq.api.core.HornetQObjectClosedException.class
org.hornetq.api.core.HornetQPropertyConversionException.class
org.hornetq.api.core.HornetQQueueExistsException.class
org.hornetq.api.core.HornetQSecurityException.class
org.hornetq.api.core.HornetQSessionCreationException.class
org.hornetq.api.core.HornetQTransactionOutcomeUnknownException.class
org.hornetq.api.core.HornetQTransactionRolledBackException.class
org.hornetq.api.core.HornetQUnBlockedException.class
org.hornetq.api.core.HornetQUnsupportedPacketException.class
org.hornetq.api.core.Pair.class
org.hornetq.api.core.SimpleString.class
org.hornetq.core.buffers.impl.ChannelBufferWrapper.class
org.hornetq.core.server.HornetQComponent.class
org.hornetq.utils.Base64.class
org.hornetq.utils.ClassloadingUtil.class
org.hornetq.utils.ConcurrentHashSet.class
org.hornetq.utils.ConcurrentSet.class
org.hornetq.utils.DataConstants.class
org.hornetq.utils.DefaultSensitiveStringCodec.class
org.hornetq.utils.HornetQThreadFactory.class
org.hornetq.utils.HornetQUtilBundle.class
org.hornetq.utils.HornetQUtilLogger.class
org.hornetq.utils.PasswordMaskingUtil.class
org.hornetq.utils.ReferenceCounter.class
org.hornetq.utils.ReferenceCounterUtil.class
org.hornetq.utils.ReusableLatch.class
org.hornetq.utils.SensitiveDataCodec.class
org.hornetq.utils.TypedProperties.class
org.hornetq.utils.UTF8Util.class
org.hornetq.utils.UUID.class
org.hornetq.utils.UUIDGenerator.class
org.hornetq.utils.UUIDTimer.class
org/hornetq/utils/HornetQUtilBundle.i18n.properties
org/hornetq/utils/HornetQUtilLogger.i18n.properties

Pom

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

   <artifactId>hornetq-commons</artifactId>
   <packaging>jar</packaging>
   <name>HornetQ Commons</name>

   <dependencies>
      <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-processor</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging</artifactId>
        </dependency>
      <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
      </dependency>
      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <scope>test</scope>
      </dependency>
   </dependencies>


</project>

POM Entry

<dependency>
   <groupId>org.hornetq</groupId>
   <artifactId>hornetq-commons</artifactId>
   <version>2.4.0.final</version>
</dependency>

Download

If you think the following hornetq-commons-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-commons-2.4.0.final.jar file




PreviousNext

Related