This module (urn:org:ten60:netkernel:jms:activemq-fulcrum) provides a fulcrum
configured to send and receive JMS messages using activeMQ 4.1.1
(http://activemq.apache.org/). It is designed as an example of how to configure
NetKernel for a specific JMS implementation.

Please deploy it to the front-end fulcrum where it will expose a service at
http://localhost:8080/activemq/send. When called this service will publish
a message to a configured topic. The jms transport in this module is
configured to listen to the topic and will invoke a service to
dump the message to the system log.

You will need to have downloaded and installed activeMQ 4.1.1 or later and have
a message broker started on localhost with its default settings.

CLASSPATH
---------
The jms transport requires standard javax.jms.* classes - place
all of your JMS broker's jar libraries in the NetKernel [install]/lib/ext/
directory so that they will be added to the NetKernel classpath and made
available to all modules.

LICENSE
------- 

ActiveMQ is licensed under the Apache 2.0 license.
This module is licensed under the 1060 Public License v1.0


