Commit Graph

1578 Commits

Author SHA1 Message Date
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
James Strachan d966a8c4c1 fixed non-optional dependency
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421842 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 09:09:54 +00:00
Hiram R. Chirino 68c8c643f2 Cleaned up the TCP transport a little.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421811 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 05:54:13 +00:00
Jonas B. Lim 3a59e68649 set value of activemq.home system property
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421790 13f79535-47bb-0310-9956-ffa450edef68
2006-07-14 03:25:03 +00:00
Hiram R. Chirino 02fffb44b0 rename logging directory so that it matches the log4j configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421656 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:08:42 +00:00
Hiram R. Chirino 397e9ccee5 Renamed som files so that they have more consistent case and extensions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421655 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:05:39 +00:00
Hiram R. Chirino b2aa074966 https://issues.apache.org/activemq/browse/AMQ-701
The zip is now tunned for windows and the tar.* packages are tunned for unix.  
The zip file bin directory only contains .bat files and all text files use dos line endings.
the tar file bin directory only contains the shell files and all text files use the unix line endings.




git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421654 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 16:01:51 +00:00
Hiram R. Chirino 9758b12a08 took an exclusion out
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421651 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 15:54:24 +00:00
Frederick G. Oconer 2d9190f56a changed version of spring to 2.0-m5. Also, added spring dependency in activemq core to ensure that the right version is being set in the classpath.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421575 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 10:20:29 +00:00
Adrian T. Co 2fc2c28516 Fix up classloader problems in Main class
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421556 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 09:29:10 +00:00
Hiram R. Chirino f2d90cd97c http://issues.apache.org/activemq/browse/AMQ-701
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421396 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 19:56:44 +00:00
Hiram R. Chirino fe7ab1c01f Patch applied: http://issues.apache.org/activemq/browse/AMQ-719
Thanks Jamie!


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421376 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 19:10:16 +00:00
Hiram R. Chirino f2f428101b Better debug logging of stack traces
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421356 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 18:08:27 +00:00
Hiram R. Chirino 5f7c6b73ba http://issues.apache.org/activemq/browse/AMQ-773
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421282 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 14:58:33 +00:00
Adrian T. Co 73d5b6feea Remove scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421265 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 13:09:34 +00:00
Adrian T. Co d1211992a1 Call the maven script instead of running it
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421175 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 07:33:51 +00:00
Adrian T. Co d7a872c4b5 Change extDir prefix
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421153 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 06:08:14 +00:00
Adrian T. Co 244bee4404 Added broker url as config param
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421140 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 05:49:34 +00:00
Hiram R. Chirino c67a8838f3 Adding a project that can build a m2 repository of all the activemq dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421123 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 05:08:00 +00:00
Adrian T. Co e2fc905581 Added test scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421092 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 02:53:53 +00:00
Hiram R. Chirino afba723191 http://issues.apache.org/activemq/browse/AMQ-814
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420899 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 15:32:20 +00:00
Hiram R. Chirino 1ea430e557 http://issues.apache.org/activemq/browse/AMQ-608
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420872 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 14:32:01 +00:00
James Strachan 0e91a73c61 Upgraded to later spring release
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420836 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 13:24:28 +00:00
James Strachan 857cc8c309 added a destroy() method to durable subscription mbeans to make it a bit easier to delete them via JMX. For more background see AMQ-811
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420835 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 13:21:26 +00:00
James Strachan ffd1ccb6b8 disabled test case which tends to fail on m2
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420831 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 13:07:04 +00:00
James Strachan 2116b04dbb disabled test case which tends to fail on m2
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420795 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 10:49:15 +00:00
Adrian T. Co 43742775af Close the consumer before unsubscribing it.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420775 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 09:42:16 +00:00
Adrian T. Co d1ff5abf48 Allow option to unsubscribe durable subscriptions after each run
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420774 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 09:27:17 +00:00
Hiram R. Chirino 6722a0327e failover not needed anymore.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420734 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 06:00:37 +00:00
Hiram R. Chirino 829e86f72e Updated to latest openwire code gen
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420731 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 05:44:33 +00:00
Hiram R. Chirino 8a4db98776 Updated pom so that it has the proper contents now.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420726 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:56:50 +00:00
Hiram R. Chirino ad2546fa8d Fixed Network Connection failure recovery.
http://issues.apache.org/activemq/browse/AMQ-802
http://issues.apache.org/activemq/browse/AMQ-805



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420723 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:46:04 +00:00
Hiram R. Chirino 75fde7165e http://issues.apache.org/activemq/browse/AMQ-810
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420721 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:41:48 +00:00
Hiram R. Chirino 1250a6d023 Added reconnect logic.
http://issues.apache.org/activemq/browse/AMQ-803

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420718 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 04:38:18 +00:00