JBossMQ Client

JBossMQ is a clean room implementation of the Java Message Service API part of the J2EE specification. It allows asynchronous delivery of messages in distributed systems with optional QOS parameters like persistence, guaranteed delivery or transactions.

License

License

Categories

Categories

JBoss Container Application Servers CLI User Interface
GroupId

GroupId

jboss
ArtifactId

ArtifactId

jbossmq-client
Last Version

Last Version

4.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

JBossMQ Client
JBossMQ is a clean room implementation of the Java Message Service API part of the J2EE specification. It allows asynchronous delivery of messages in distributed systems with optional QOS parameters like persistence, guaranteed delivery or transactions.
Project URL

Project URL

http://www.jboss.com/

Download jbossmq-client

How to add to project

<!-- https://jarcasting.com/artifacts/jboss/jbossmq-client/ -->
<dependency>
    <groupId>jboss</groupId>
    <artifactId>jbossmq-client</artifactId>
    <version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/jboss/jbossmq-client/
implementation 'jboss:jbossmq-client:4.0.2'
// https://jarcasting.com/artifacts/jboss/jbossmq-client/
implementation ("jboss:jbossmq-client:4.0.2")
'jboss:jbossmq-client:jar:4.0.2'
<dependency org="jboss" name="jbossmq-client" rev="4.0.2">
  <artifact name="jbossmq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='jboss', module='jbossmq-client', version='4.0.2')
)
libraryDependencies += "jboss" % "jbossmq-client" % "4.0.2"
[jboss/jbossmq-client "4.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.2
3.2.3