Mirror of Apache ActiveMQ
Go to file
Hiram R. Chirino 47853d3584 Fix for http://jira.activemq.org/jira/browse/AMQ-639
The NetworkConnector was not removing the old bridge for the map of bridges that he was mantinaing,
so when the remote broker came back up, then the bridge was not restarted.

Also add a new ConnectionFilter interface which allows the broker to avoid establishing loopback connections.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@386507 13f79535-47bb-0310-9956-ffa450edef68
2006-03-17 02:24:29 +00:00
activecluster disabled test so the m2 build succeeds. 2006-03-11 18:46:24 +00:00
activeio did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00
activemq-console have only the parent pom configure the surefire version used. Also enable the right tests on the activemq-core module. 2006-03-13 22:59:08 +00:00
activemq-core Fix for http://jira.activemq.org/jira/browse/AMQ-639 2006-03-17 02:24:29 +00:00
activemq-dotnet removed some old cruft 2006-03-16 19:47:30 +00:00
activemq-jaas The testcase now sets the system properties so that they don't need to be set by maven 2006-03-15 15:11:48 +00:00
activemq-optional Commented out HttpsTransportBrokerTest.java because it hangs. 2006-03-16 10:05:52 +00:00
activemq-ra - Modified the version of the mx4j dependency to use the predefined one. 2006-03-13 23:15:53 +00:00
activemq-soaktest Move MarshallingWithCachingTest from core module to soaktest module. 2006-03-10 03:05:38 +00:00
activemq-systest disabled test so the m2 build succeeds. 2006-03-11 18:46:24 +00:00
activemq-web Refactored the .NET client so that all the JMS references are NMS. Figured Sun would not be happy if we called this JMS. 2006-03-09 07:11:37 +00:00
assembly Add the jetty jars to the distribution. 2006-03-16 23:37:24 +00:00
cms added snippet example and Apache header 2006-03-01 14:59:03 +00:00
etc - Fix NPE due to JMX problem 2006-03-09 05:41:08 +00:00
jmeter git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@386271 13f79535-47bb-0310-9956-ffa450edef68 2006-03-16 05:52:15 +00:00
openwire-c Refactored the PartialCommand to make it simpler and make LastPartialCommand not contain binary data 2006-03-10 19:07:45 +00:00
openwire-cpp Refactored the PartialCommand to make it simpler and make LastPartialCommand not contain binary data 2006-03-10 19:06:53 +00:00
sandbox Did a bunch of svn:eol-style property setting 2006-02-21 23:12:56 +00:00
systest did some more svn:eol-style property setting 2006-02-21 23:28:33 +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 just test 2006-01-13 23:09:37 +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
maven.xml test commit 2006-03-09 01:17:42 +00:00
pom.xml enable jaas build in m2 again 2006-03-15 15:14:23 +00:00
project.properties - Remove 1.5 dependency 2006-03-13 03:20: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://activemq.org/Getting+Started

Building
http://activemq.org/Building

Examples
http://activemq.org/Examples

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

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


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

Enjoy!

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