Commit Graph

2156 Commits

Author SHA1 Message Date
Hiram R. Chirino ec80f286d2 Fixed camel test the broker when the CamelTemplate moved packages.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@660960 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 14:35:23 +00:00
Robert Davies 92604947a5 Fix for https://issues.apache.org/activemq/browse/AMQ-1752
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@660906 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 11:11:35 +00:00
Hiram R. Chirino 7d87837e08 Added test case provided by Gary for http://issues.apache.org/activemq/browse/AMQ-1749
And changed the way SSL is setup so that it passes that test case.  Keep the SslContext in 
a ThreadLocal that is passed around to avoid setting it on a static field wich would
get mixed up between brokers.



git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@660591 13f79535-47bb-0310-9956-ffa450edef68
2008-05-27 16:36:10 +00:00
Robert Davies 8ab5f45216 Apply patch for https://issues.apache.org/activemq/browse/AMQ-1748
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@660555 13f79535-47bb-0310-9956-ffa450edef68
2008-05-27 15:20:41 +00:00
Robert Davies 041b1b8ad5 Apply patch for https://issues.apache.org/activemq/browse/AMQ-1747
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@660517 13f79535-47bb-0310-9956-ffa450edef68
2008-05-27 13:51:42 +00:00
Robert Davies 1f9e67f2b7 set the memoryUsageHighWaterMark to 70 by default
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@659527 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 13:03:08 +00:00
Robert Davies 87403404d2 removed unused import
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@659204 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 19:02:54 +00:00
Robert Davies cdc2fd3d6d Fix for:
https://issues.apache.org/activemq/browse/AMQ-1704
https://issues.apache.org/activemq/browse/AMQ-1679
https://issues.apache.org/activemq/browse/AMQ-609

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@659203 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 18:56:03 +00:00
Robert Davies 0446404c47 Apply patch for https://issues.apache.org/activemq/browse/AMQ-1742
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@659082 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 11:38:33 +00:00
Hiram R. Chirino edb21db5ec Opps fixing last commit
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658817 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 19:15:46 +00:00
Hiram R. Chirino 349466b364 Fix issues where the message's regionDestination was not matching up with the actual region destination it was being deliver from
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658776 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 17:31:27 +00:00
Hiram R. Chirino b135f8abad When jencks shuts down an endpoint, it rolls back the last action done on it.. Was causing weird errors to show
up on the broker cause the message had already been commited.  We now handle an RA commit followed by a rollback for
this case (basicaly we ignore the rollback).



git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658724 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 15:23:09 +00:00
Robert Davies 5a368cacd6 remove shutdownInput() call in doStop()
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658700 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 14:21:28 +00:00
Robert Davies cf03717eb7 use ActiveMQConnectionFactory.DEFAULT_BROKER_BIND_URL
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658692 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 14:05:32 +00:00
Robert Davies 157d630da4 Make socket close async optional - for
https://issues.apache.org/activemq/browse/AMQ-1739

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658637 13f79535-47bb-0310-9956-ffa450edef68
2008-05-21 11:47:13 +00:00
James Strachan b6167482e5 add support for username/password properties
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658393 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20 18:53:19 +00:00
Hiram R. Chirino ff46232797 Fix for: https://issues.apache.org/activemq/browse/AMQ-1738
Messages stuck in a queue don't get dispatch (happens when consumers close out)


git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658370 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20 18:15:48 +00:00
James Strachan 926ce535e5 added userName/password properties for easier configuration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658266 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20 14:57:54 +00:00
Robert Davies d8b5d5c4cd Fix for https://issues.apache.org/activemq/browse/AMQ-1735
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658154 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20 08:14:47 +00:00
Robert Davies 90c8ded771 Fix for https://issues.apache.org/activemq/browse/AMQ-1717
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658127 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20 07:01:42 +00:00
Hiram R. Chirino b9797bc618 making the journal broker aware so that it can pass on the broker service config to the long term persistence
adapter if it is also broker aware.



git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@657904 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 18:39:59 +00:00
Robert Davies ab3b155ff6 more for https://issues.apache.org/activemq/browse/AMQ-1736
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@657817 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 13:06:37 +00:00
Robert Davies ca36136639 For https://issues.apache.org/activemq/browse/AMQ-1736
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@657734 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 06:47:30 +00:00
Robert Davies 412923da51 Fix for https://issues.apache.org/activemq/browse/AMQ-1736
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@657193 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 20:23:08 +00:00
Robert Davies 4ddb3e3f6c tidy up for https://issues.apache.org/activemq/browse/AMQ-1732
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@657155 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 18:29:33 +00:00
Robert Davies cdd4efabaf patch for https://issues.apache.org/activemq/browse/AMQ-1661
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@657147 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 17:44:21 +00:00
Guillaume Nodet b609bdb95b AMQ-1733: Add an option to allow the xbean broker to destroy the spring application context when the broker is stopped
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@657059 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 13:38:29 +00:00
Robert Davies 2076f452e7 Fix for https://issues.apache.org/activemq/browse/AMQ-1732
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656980 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 09:21:44 +00:00
Robert Davies 8b33c1c640 Fix for http://issues.apache.org/activemq/browse/AMQ-1661
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656688 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15 14:48:51 +00:00
Robert Davies 049ce286c7 Fix for http://issues.apache.org/activemq/browse/AMQ-1542
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656679 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15 14:25:48 +00:00
Hiram R. Chirino 0ad7681545 Adding the ssl context to the old config too
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656648 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15 13:22:41 +00:00
Robert Davies 2aa661d724 Fix for http://issues.apache.org/activemq/browse/AMQ-1709
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656601 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15 11:58:12 +00:00
Robert Davies a4b7157513 Apply patch for https://issues.apache.org/activemq/browse/AMQ-1727
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656582 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15 10:50:35 +00:00
Robert Davies 15709c5673 Expose load factor for HashIndex in Kaha
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656574 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15 09:42:35 +00:00
Robert Davies f12c100805 Add an optional initial delay for the consumer
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656379 13f79535-47bb-0310-9956-ffa450edef68
2008-05-14 19:37:45 +00:00
Robert Davies c2a5b54c6d Grow the HashIndex bins as required
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656378 13f79535-47bb-0310-9956-ffa450edef68
2008-05-14 19:36:11 +00:00
Hiram R. Chirino 139a220ee7 fix for AMQ-1724
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656319 13f79535-47bb-0310-9956-ffa450edef68
2008-05-14 15:32:54 +00:00
Robert Davies 2e137fb125 Apply patch for http://issues.apache.org/activemq/browse/AMQ-1714
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@655805 13f79535-47bb-0310-9956-ffa450edef68
2008-05-13 10:51:38 +00:00
Hiram R. Chirino b4f65bafac Fix for https://issues.apache.org/activemq/browse/AMQ-1720
added the ability to get a callback when the broker is shutdown.  Also added an option to System.exit when the broker is shutdown.




git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@655639 13f79535-47bb-0310-9956-ffa450edef68
2008-05-12 20:54:31 +00:00
James Strachan 2eefd150f0 added refactor to make it easier to create endpoint instances from a spring.xml with minimal constructors for https://issues.apache.org/activemq/browse/CAMEL-505
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@655516 13f79535-47bb-0310-9956-ffa450edef68
2008-05-12 15:18:52 +00:00
Hiram R. Chirino 2dc9fa98a8 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652613 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 18:28:39 +00:00
Hiram R. Chirino 4e1c52bb27 [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652611 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 18:28:06 +00:00
Hiram R. Chirino 4512f27fdd Fix threading issue which was causing a memory leak. Basically the writes were getting added to the in flight map
after they were enqueued to get written and in that time span they could be been processed and the remove() would occur before the add witch caused the leak.



git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652562 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 16:02:59 +00:00
Hiram R. Chirino faaccf3391 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652512 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 13:22:35 +00:00
Hiram R. Chirino 7f073eb532 [maven-release-plugin] prepare release activemq-5.1.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652510 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 13:22:13 +00:00
Robert Davies 290f51a1eb Fix for https://issues.apache.org/activemq/browse/AMQ-1699
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652440 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 06:43:08 +00:00
Robert Davies 5a27904d1d Fix for https://issues.apache.org/activemq/browse/AMQ-1705
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652438 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 06:36:20 +00:00
Robert Davies 8248314204 Fix for https://issues.apache.org/activemq/browse/AMQ-1542
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652437 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 06:10:08 +00:00
Hiram R. Chirino a3fb0301f9 Fixing test - it has some bad timing assumptions.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652413 13f79535-47bb-0310-9956-ffa450edef68
2008-05-01 00:46:36 +00:00
Hadrian Zbarcea 101a3e453a Removed timing dependent asserts in test that could cause intermittent failures.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@652368 13f79535-47bb-0310-9956-ffa450edef68
2008-04-30 12:31:46 +00:00