is not current version
Last Version 2018.5.0

org.wildfly.swarm:camel-jmx 2016.12.1

Acts as a polling client able to subscribe to a JMX Server in order to be notified from MBeans. The component supports passing the Notification object directly through the Exchange or serializing it to XML according to the schema provided within this project. This is a consumer only component.

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

camel-jmx
Version

Version

2016.12.1
Type

Type

jar

Download camel-jmx 2016.12.1


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