1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
ActiveMQ for Debian
===================
Disabled features
-----------------
For now, libactivemq-java doesn't provide the same featureset
as upstream "activemq" tarball, as some modules have been disabled
in Debian package build.
Here is a complete list of disabled modules :
- activemq-camel: need Apache Camel library
- activemq-blueprint: need XBean OSGi Blueprint library
- activemq-karaf: need Apache Karaf Shell Console library
- activemq-openwire-generator: need Groovy Gram and Annogen modules
- activemq-optional: need Eclipse Jetty 7
- activemq-rar: need many Apache Geronimo JEE Server libs
- activemq-tooling: need Apache Derby
- activemq-web: need Eclipse Jetty 7
- activemq-web-demo: need activemq-web
- activemq-web-console: need activemq-web
- activemq-xmpp: need Smack XMPP library and maven-jaxb2-plugin
- activemq-all: need everything else...
|