w

wasJmsClient-2.0

The wasJmsClient-2.0 feature provides applications with access to the message queues that are hosted on WebSphere Application Server through the JMS 2.0 API. This feature supersedes wasJmsClient-1.1. The wasJmsClient-2.0 feature is compliant with JMS 2.0 specifications and is supported only on JDK 7 or later. It enables access to the messaging engine that is enabled through the wasJmsServer feature, and also to the service integration bus that is hosted on a full profile server.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
wasJmsClient-2.0-23.0.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>wasJmsClient-2.0</artifactId>
  <version>23.0.0.8</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:wasJmsClient-2.0:23.0.0.8'
Gradle Kotlin
implementation("io.openliberty.features:wasJmsClient-2.0:23.0.0.8")
Scala SBT
libraryDependencies += "io.openliberty.features" % "wasJmsClient-2.0" % "23.0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='wasJmsClient-2.0', version='23.0.0.8')
)
Apache Ivy
<dependency org="io.openliberty.features" name="wasJmsClient-2.0" rev="23.0.0.8" />
Leiningen
[io.openliberty.features/wasJmsClient-2.0 "23.0.0.8"]
Apache Buildr
'io.openliberty.features:wasJmsClient-2.0:jar:23.0.0.8'