Mirror of Apache ActiveMQ
Go to file
Hiram R. Chirino 18d616c8db - Since we now have per destination usage managers, I updated the MessageStore API so that each destination's store can be maded aware of the manager for that store.
Some stores like the journal hold messages around and use the usage manager to know when it should flush to disk.
- Moved alot of the message reference counting logic from the PrefetchSubscription up to it's subclasses since they all seem to do it just a slightly different way.
  I think it makes easier to see now how the usage manager is affected by operations.
- I fixed and verifed that the keepDurableSubsActive=true option actually works.  I think we should make this the default setting since it
  make recovery safer.  Once we have a better spooling implementation we can turn if off again.


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389941 13f79535-47bb-0310-9956-ffa450edef68
2006-03-30 00:36:21 +00:00
activecluster - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activeio - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activemq-console - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activemq-core - Since we now have per destination usage managers, I updated the MessageStore API so that each destination's store can be maded aware of the manager for that store. 2006-03-30 00:36:21 +00:00
activemq-dotnet - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activemq-gbean Adding back ability to configure the data directory and datasource. 2006-03-28 16:03:28 +00:00
activemq-gbean-management Getting gbeans to work. 2006-03-27 18:28:18 +00:00
activemq-jaas - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activemq-optional - Refactored the HttpEmbeddedTunnelServlet to make it easier to reuse. 2006-03-28 23:51:05 +00:00
activemq-ra Add more useful info if broker fails to start and don't start an embedded broker by default. 2006-03-28 00:47:18 +00:00
activemq-soaktest - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activemq-systest - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
activemq-web non static queue consumers 2006-03-29 11:29:56 +00:00
assembly - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
cms added snippet example and Apache header 2006-03-01 14:59:03 +00:00
etc Applied patch https://issues.apache.org/activemq/browse/AMQ-668 2006-03-28 21:27:06 +00:00
jmeter - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
openwire-c - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
openwire-cpp - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
sandbox - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
stomp/php Created a STOMP PHP client. 2006-03-19 09:22:40 +00:00
systest - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
KEYS Added my gpg public key to the key file. If you are going to be doing releases, you should do the same. 2006-02-16 04:07:41 +00:00
LICENSE.txt did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00
README.txt Applied http://jira.activemq.org/jira/browse/AMQ-653 2006-03-22 15:29:59 +00:00
STATUS Current incubation status 2006-02-02 06:53:53 +00:00
build.properties did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00
doap.rdf Validated against http://www.w3.org/RDF/Validator/ 2006-03-27 17:53:33 +00:00
maven.xml Added a continuum goal to build and ignore test failures. 2006-03-29 00:41:07 +00:00
pom.xml - Switched the m2 builds to use maven-one-plugin so that the activeio jars can be used in the maven 1 build activemq is using. 2006-03-24 23:41:23 +00:00
project.properties Getting gbeans to work. 2006-03-27 18:28:18 +00:00
project.xml did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00

README.txt

Welcome to ActiveMQ 
=================== 

ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation.

To help you get started, try the following links:-

Getting Started
http://incubator.apache.org/activemq/Getting+Started

Building
http://incubator.apache.org/activemq/Building

Examples
http://incubator.apache.org/activemq/Examples

We welcome contributions of all kinds, for details of how you can help
http://incubator.apache.org/activemq/Contributing

Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
http://incubator.apache.org/activemq/


Please help us make ActiveMQ better - we appreciate any feedback you may have.

Enjoy!

-----------------
The ActiveMQ team