ActiveMQ :: All JAR bundle.
Puts together an ActiveMQ jar bundle.
Here is the list of declaration for activemq-all. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-all</artifactId> <version>5.7.0</version> </dependency>
If you think this Maven repository POM file listing for activemq-all is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following plugins are used in the activemq-all-5.7.0.jar
The following packages are defined in the activemq-all-5.7.0.jar
javax.annotation javax.annotation.security javax.jms javax.management.j2ee javax.management.j2ee.statistics javax.transaction javax.transaction.xa org.apache.activemq org.apache.activemq.advisory org.apache.activemq.axis org.apache.activemq.benchmark org.apache.activemq.blob org.apache.activemq.broker org.apache.activemq.broker.cluster org.apache.activemq.broker.ft org.apache.activemq.broker.jmx org.apache.activemq.broker.region org.apache.activemq.broker.region.cursors org.apache.activemq.broker.region.group org.apache.activemq.broker.region.policy org.apache.activemq.broker.region.virtual org.apache.activemq.broker.scheduler org.apache.activemq.broker.util org.apache.activemq.broker.view org.apache.activemq.camel org.apache.activemq.camel.component org.apache.activemq.camel.converter org.apache.activemq.command org.apache.activemq.console org.apache.activemq.console.command org.apache.activemq.console.command.store.amq org.apache.activemq.console.command.store.amq.reader org.apache.activemq.console.filter org.apache.activemq.console.formatter org.apache.activemq.console.util org.apache.activemq.filter org.apache.activemq.jaas org.apache.activemq.jndi org.apache.activemq.kaha org.apache.activemq.kaha.impl org.apache.activemq.kaha.impl.async org.apache.activemq.kaha.impl.container org.apache.activemq.kaha.impl.data org.apache.activemq.kaha.impl.index org.apache.activemq.kaha.impl.index.hash org.apache.activemq.kaha.impl.index.tree org.apache.activemq.management org.apache.activemq.memory org.apache.activemq.memory.buffer org.apache.activemq.memory.list org.apache.activemq.network org.apache.activemq.network.jms org.apache.activemq.openwire org.apache.activemq.openwire.tool org.apache.activemq.openwire.v1 org.apache.activemq.openwire.v2 org.apache.activemq.openwire.v3 org.apache.activemq.openwire.v4 org.apache.activemq.openwire.v5 org.apache.activemq.openwire.v6 org.apache.activemq.openwire.v7 org.apache.activemq.openwire.v8 org.apache.activemq.openwire.v9 org.apache.activemq.plugin org.apache.activemq.protobuf org.apache.activemq.protobuf.compiler org.apache.activemq.protobuf.compiler.parser org.apache.activemq.proxy org.apache.activemq.security org.apache.activemq.selector org.apache.activemq.spring org.apache.activemq.state org.apache.activemq.store org.apache.activemq.store.amq org.apache.activemq.store.amq.reader org.apache.activemq.store.jdbc org.apache.activemq.store.jdbc.adapter org.apache.activemq.store.journal org.apache.activemq.store.kahadaptor org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.data org.apache.activemq.store.kahadb.plist org.apache.activemq.store.memory org.apache.activemq.thread org.apache.activemq.tool org.apache.activemq.transaction org.apache.activemq.transport org.apache.activemq.transport.discovery org.apache.activemq.transport.discovery.http org.apache.activemq.transport.discovery.masterslave org.apache.activemq.transport.discovery.multicast org.apache.activemq.transport.discovery.simple org.apache.activemq.transport.discovery.zeroconf org.apache.activemq.transport.failover org.apache.activemq.transport.fanout org.apache.activemq.transport.http org.apache.activemq.transport.https org.apache.activemq.transport.logwriters org.apache.activemq.transport.mock org.apache.activemq.transport.mqtt org.apache.activemq.transport.multicast org.apache.activemq.transport.nio org.apache.activemq.transport.peer org.apache.activemq.transport.reliable org.apache.activemq.transport.stomp org.apache.activemq.transport.tcp org.apache.activemq.transport.udp org.apache.activemq.transport.util org.apache.activemq.transport.vm org.apache.activemq.transport.ws org.apache.activemq.transport.wss org.apache.activemq.transport.xstream org.apache.activemq.usage org.apache.activemq.util org.apache.activemq.util.osgi org.apache.activemq.util.oxm org.apache.activemq.wireformat org.apache.activemq.xbean org.apache.kahadb.index org.apache.kahadb.journal org.apache.kahadb.page org.apache.kahadb.util org.apache.log4j org.apache.log4j.chainsaw org.apache.log4j.config org.apache.log4j.helpers org.apache.log4j.jdbc org.apache.log4j.jmx org.apache.log4j.lf5 org.apache.log4j.lf5.util org.apache.log4j.lf5.viewer org.apache.log4j.lf5.viewer.categoryexplorer org.apache.log4j.lf5.viewer.configure org.apache.log4j.net org.apache.log4j.nt org.apache.log4j.or org.apache.log4j.or.jms org.apache.log4j.or.sax org.apache.log4j.pattern org.apache.log4j.rewrite org.apache.log4j.spi org.apache.log4j.varia org.apache.log4j.xml org.slf4j org.slf4j.helpers org.slf4j.impl org.slf4j.spi
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>activemq-parent</artifactId> <groupId>org.apache.activemq</groupId> <version>5.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>activemq-all</artifactId> <name>ActiveMQ :: All JAR bundle</name> <description>Puts together an ActiveMQ jar bundle</description> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>${maven-shade-plugin-version}</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>${project.groupId}:activemq-camel</include> <include>${project.groupId}:activemq-core</include> <include>${project.groupId}:activemq-console</include> <include>${project.groupId}:activemq-jaas</include> <include>${project.groupId}:activemq-optional</include> <include>${project.groupId}:kahadb</include> <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include> <include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include> <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include> <include>org.apache.geronimo.specs:geronimo-annotation_1.0_spec</include> <include>org.slf4j:slf4j-api</include> <include>org.slf4j:slf4j-log4j12</include> <include>log4j:log4j</include> </includes> </artifactSet> <transformers> <transformer> <projectName>Apache ActiveMQ</projectName> </transformer> <transformer> <resource>META-INF/spring.handlers</resource> </transformer> <transformer> <resource>META-INF/services/com.sun.tools.xjc.Plugin</resource> </transformer> <transformer> <resource>META-INF/spring.schemas</resource> </transformer> </transformers> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>deploy</id> <build> <defaultGoal>deploy</defaultGoal> <plugins> <plugin> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <attach>false</attach> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>