License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
GroupId | GroupIdjboss |
ArtifactId | ArtifactIdjbossmq-client |
Last Version | Last Version4.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJBossMQ 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 |
Filename | Size |
---|---|
jbossmq-client-4.0.2.pom | |
jbossmq-client-4.0.2.jar | 314 KB |
Browse |
<!-- 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"]