| License |
License |
|---|---|
| Categories |
CategoriesWildFly Container Application Servers |
| GroupId | GroupIdorg.amqphub.jca |
| ArtifactId | ArtifactIdwildfly-example |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionAMQP 1.0 resource adapter - WildFly example
A JCA resource adapter for using AMQP 1.0 messaging
with app servers such as WildFly or Thorntail.
|
| Filename | Size |
|---|---|
| wildfly-example-2.0.0.pom | |
| wildfly-example-2.0.0.war | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.amqphub.jca/wildfly-example/ -->
<dependency>
<groupId>org.amqphub.jca</groupId>
<artifactId>wildfly-example</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.amqphub.jca/wildfly-example/
implementation 'org.amqphub.jca:wildfly-example:2.0.0'
// https://jarcasting.com/artifacts/org.amqphub.jca/wildfly-example/
implementation ("org.amqphub.jca:wildfly-example:2.0.0")
'org.amqphub.jca:wildfly-example:war:2.0.0'
<dependency org="org.amqphub.jca" name="wildfly-example" rev="2.0.0">
<artifact name="wildfly-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.amqphub.jca', module='wildfly-example', version='2.0.0')
)
libraryDependencies += "org.amqphub.jca" % "wildfly-example" % "2.0.0"
[org.amqphub.jca/wildfly-example "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.spec.javax.ejb : jboss-ejb-api_3.2_spec | jar | |
| org.amqphub.jca : resource-adapter | rar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.enterprise : cdi-api | jar | 2.0 |
| org.apache.geronimo.specs : geronimo-jms_2.0_spec | jar | 1.0-alpha-2 |
| org.jboss.resteasy : resteasy-jaxrs | jar |