Commit Graph

1561 Commits

Author SHA1 Message Date
Nathan Christopher Mittler 07b3cb329b Patch for AMQ-823 - fixing offset in ByteArrayOutputStream::write()
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425575 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 00:48:59 +00:00
Nathan Christopher Mittler 95fec7d0db Fixing patch for AMQ-824 - adding NULL check for MessageConsumer::autoAcknowledge
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425574 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 00:44:39 +00:00
Hiram R. Chirino 859caee9d2 The SSH tests only pass on machines that have ssh installed and configured properly
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425163 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 19:51:35 +00:00
Hiram R. Chirino 94e0dd614a gbeans are in geronimo tree now
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425141 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 18:31:56 +00:00
Hiram R. Chirino a42fac78b0 Fix for the forwarding bridge test the was broken.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425132 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 17:41:23 +00:00
Hiram R. Chirino 50a6495389 always throw an error if the transport is being used when it's no running. This fixes a couple of failing tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425127 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 17:30:16 +00:00
James Strachan 71154628f8 added cleaner logging, particularly when starting a slave (its good to tell the user that its looking for the exclusive lock so they know the broker is not just hanging for nothing :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425114 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 16:31:36 +00:00
James Strachan 29081a8b10 removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425021 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 12:08:40 +00:00
James Strachan 8f8fddc70c added patch from Brian Madigan. To see thread see: http://www.nabble.com/Re%3A-Virtual-Topics-%28was-Re%3A-Failover-topic-subscribers%29-tf1942508.html#a5439965
for background see: http://incubator.apache.org/activemq/virtual-destinations.html

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424994 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 10:27:32 +00:00
James Strachan 7d0d25ba32 tidied up imports
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424992 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 10:24:11 +00:00
James Strachan 387805efeb used the new clientIDPrefix and made the code easier to run on Java 5
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424932 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 06:51:41 +00:00
James Strachan 0094ff7269 added spring dependent connection factory implementations which autodefault the spring bean names for the clientIDPrefix property making it easier to introspect the running system. Fixes AMQ-840
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424700 13f79535-47bb-0310-9956-ffa450edef68
2006-07-23 10:05:29 +00:00
James Strachan 7d704bc3db added better javadoc for the xbean package
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424699 13f79535-47bb-0310-9956-ffa450edef68
2006-07-23 10:02:37 +00:00
James Strachan fb6af07447 added logging if MessageListener objects throw exceptions
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424698 13f79535-47bb-0310-9956-ffa450edef68
2006-07-23 10:01:47 +00:00
James Strachan 7339c6efea Added an optional clientIDPrefix property to allow auto-generated client Ids to be named to make it easier to manage a running system using JMX. Fixes AMQ-836
You can now specify this clientIDPrefix property on the ActiveMQConnectionFactory POJO or via a URI such as

tcp://localhost:61616?jms.clientIDPrefix=Cheese


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424697 13f79535-47bb-0310-9956-ffa450edef68
2006-07-23 10:00:37 +00:00
James Strachan 68d7c9e2fd fixed bad namespace usages that was causing some test cases to fail
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424696 13f79535-47bb-0310-9956-ffa450edef68
2006-07-23 09:49:43 +00:00
James Strachan 7dac801417 fixed shut down bug; the connection must be rolled back before closing
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424542 13f79535-47bb-0310-9956-ffa450edef68
2006-07-22 10:24:31 +00:00
James Strachan 90d0c4b38b an implementation of an exclusive lock in SQL to ensure that only one JDBC message store is run against a database at once to fix AMQ-831. For documentation on this feature see: http://activemq.org/site/jdbc-master-slave.html
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424328 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 14:10:45 +00:00
James Strachan e2f0ef3c5e made the test case broker Main a little easier to run with a URI supplied on the command line
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424326 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 14:07:18 +00:00
James Strachan f8734f79c6 added an example configuration file using pure JDBC and no journal together with some example Oracle XML configurations
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424276 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 12:03:29 +00:00
Nathan Christopher Mittler a0e3831ab8 Applying patch to activemq-cpp client for AMQ 818
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424272 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 11:36:09 +00:00
James Strachan 8dd454ed08 added patch from Matthew Xie. For background see: http://www.nabble.com/Message-recieved-but-can%27t-removed-from-the-amq-server-problem-tf1964193.html#a5429771
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424237 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 09:00:35 +00:00
Robert Davies 4f131fdc26 ensure Desitnation infomation is received in the bridge in the right order
with respect to consumer information

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424214 13f79535-47bb-0310-9956-ffa450edef68
2006-07-21 07:31:52 +00:00
Robert Davies dc5b15ecd2 Interface for IndexLinkedList
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424040 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 20:11:22 +00:00
Robert Davies 1ac701c48a made IndexLinkedList an interface
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@424037 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 20:06:55 +00:00
James Strachan 4806b2b4cb fixed delete URL
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423947 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 14:32:55 +00:00
James Strachan b26b6e809a fixed typo in config file that was failing the web app
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423946 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 14:32:29 +00:00
Robert Davies c94d636241 git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423933 13f79535-47bb-0310-9956-ffa450edef68 2006-07-20 13:48:23 +00:00
Robert Davies 6f4c286d66 Make IndexLinkedList and interface with two implementations - one for in-memory
iteration of the indexes, one for disk based iteration

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423919 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 12:50:15 +00:00
James Strachan ea35563b49 added patch for AMQ-835 - many thanks Ozgur Cetinturk
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423797 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 06:13:43 +00:00
Hiram R. Chirino 1bcd631bf9 increase the max amount of time we wait for reconnect since the default network reconnect delay could be up to 5 seconds
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423794 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 06:06:18 +00:00
Hiram R. Chirino 98a6f181ca http://issues.apache.org/activemq/browse/AMQ-789
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423784 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 05:45:32 +00:00
Hiram R. Chirino 2fc3e8ee7f Adding some network reconnect tests. These are used to validate the our network connections get re-established after a broker restart.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423783 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 05:44:53 +00:00
James Strachan c13a547e1e To help with the development of Virtual Topics I've added a test case to confirm that destinations are lazily created when a consumer is created. For more background see the dev thread: http://www.nabble.com/Re%3A-Virtual-Topics-%28was-Re%3A-Failover-topic-subscribers%29-tf1942508.html#a5404863
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423755 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 04:39:20 +00:00
James Strachan b3d89a755b added missing xbean-spring annotations to allow nicer XML configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423738 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 03:27:14 +00:00
Hiram R. Chirino 457093c386 changed to a released plugin dependency
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423604 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 20:59:11 +00:00
James Strachan bc344c9627 auto-create destinations when consumers are added to the broker (assuming auto-create is enabled) to help implement Virtual Topics.. For more background see: http://www.nabble.com/Re%3A-Virtual-Topics-%28was-Re%3A-Failover-topic-subscribers%29-tf1942508.html#a5332644
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@422978 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 05:56:19 +00:00
James Strachan e0f168a58d added a couple of setter methods to make configuration a little simpler to avoid having to mentally multiply numbers by 1024 * 1024 and to fix AMQ-827
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@422967 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 05:02:04 +00:00
James Strachan 7b154cfacf rolled back move to spring 2.0-rc2 as the build failed on some CI builds
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@422239 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 14:43:24 +00:00
James Strachan 40db04a2a8 reverted use of variable for xbean plugin version; it seems to cause some m2 wierdness
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@422217 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 13:58:48 +00:00
James Strachan 6c5a0c634b Upgraded to xbean 2.5, using the same version as the parent pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@422186 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 09:16:27 +00:00
James Strachan c6b98adac4 Upgraded to xbean 2.5
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@422015 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 20:19:55 +00:00
Hiram R. Chirino da1204a1a8 set the explicit xbean plugin version so that the build works
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421972 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 18:04:31 +00:00
James Strachan 82004d8523 Switched to using spring 2.0-rc1
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421937 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 16:26:25 +00:00
James Strachan fd3c5104df Added a workaround for Spring 2.0-rc1 for AMQ-825 where we avoid using File objects on the default persistence adapter and use Strings instead. Its unfortunate (I tried patching xbean-spring to get around this but I'm afraid it doesn't seem possible). So folks using Java to configure the dataDirectory will need to change foo.setDataDirectory(file) to foo.setDataDirectoryFile(file) or switch to using a String
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421936 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 16:25:29 +00:00
James Strachan 3fcd7ca39c tidied up the xbean-spring configuration and used the xbean-spring maven plugin
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421900 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 13:27:51 +00:00
James Strachan ea63d69242 switched to using the xbean-spring plugin
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421898 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 13:11:42 +00:00
James Strachan 1fd01f0888 fixed namespaces in XML files to only apply the ActiveMQ namespace to the <broker> element and its decendants to avoid confusing spring/xbean-spring when using other tags like <bean>. Bad James - they should have been like this to start with :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421897 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 13:10:19 +00:00
James Strachan 9b6942f4c1 fixed namespaces in test file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421878 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 11:39:46 +00:00
James Strachan d64a9087bc fixed namespaces in test file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421876 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 11:36:27 +00:00