Commit Graph

  • 1e01cdd00c Updated/Added more apache copyright headers Hiram R. Chirino 2005-12-30 22:40:09 +0000
  • f9ae224655 Updated/Added more apache copyright headers Hiram R. Chirino 2005-12-30 22:37:11 +0000
  • 5be5a62df6 Updated/Added more apache copyright headers Hiram R. Chirino 2005-12-30 22:37:11 +0000
  • b0a35f7d6f Make the default thread pool create deamon threads Hiram R. Chirino 2005-12-30 21:27:21 +0000
  • e7246d9327 Make the default thread pool create deamon threads Hiram R. Chirino 2005-12-30 21:27:21 +0000
  • 433987c08a Fixed the QueueSubscriptionTest. When multiple producers would pound all at once at a destionation. Some messages would not get dispatched. Due to timing issue with the consumer list held by the destination. Added some more synchronization blocks and now everything is happy again. Hiram R. Chirino 2005-12-30 21:14:03 +0000
  • 475925394a Fixed the QueueSubscriptionTest. When multiple producers would pound all at once at a destionation. Some messages would not get dispatched. Due to timing issue with the consumer list held by the destination. Added some more synchronization blocks and now everything is happy again. Hiram R. Chirino 2005-12-30 21:14:03 +0000
  • 8bfd3bd5c3 Modified the BrokerInfo so that the redelivery policy is now purely configured on the client side. Also the connection's transport is not started until the connection if fully configured now. Hiram R. Chirino 2005-12-30 18:48:31 +0000
  • 90e21b4e8f Modified the BrokerInfo so that the redelivery policy is now purely configured on the client side. Also the connection's transport is not started until the connection if fully configured now. Hiram R. Chirino 2005-12-30 18:48:31 +0000
  • 50f7e0d2b9 fixed bug in test case James Strachan 2005-12-30 18:36:29 +0000
  • 1f3f80cf77 fixed bug in test case James Strachan 2005-12-30 18:36:29 +0000
  • 7fb9c059b5 avoid possible NPE; only set the redeliveryPolicy if there is one configured James Strachan 2005-12-30 18:25:15 +0000
  • de7f650b16 avoid possible NPE; only set the redeliveryPolicy if there is one configured James Strachan 2005-12-30 18:25:15 +0000
  • d9f41cba65 Fixed https://jira.logicblaze.com/jira/browse/AMQ-460 Hiram R. Chirino 2005-12-30 18:09:24 +0000
  • 80f5e0ced1 Fixed https://jira.logicblaze.com/jira/browse/AMQ-460 Hiram R. Chirino 2005-12-30 18:09:24 +0000
  • 85bb2bc834 allows for the specifying of ActiveMQ specific connection headers James Strachan 2005-12-30 15:55:20 +0000
  • eac597346c allows for the specifying of ActiveMQ specific connection headers James Strachan 2005-12-30 15:55:20 +0000
  • 604d9b7b62 deleted old test; there is a much better test case of the same name in activemq-core now James Strachan 2005-12-30 15:39:32 +0000
  • 3f574b04fe deleted old test; there is a much better test case of the same name in activemq-core now James Strachan 2005-12-30 15:39:32 +0000
  • 918b154f57 added test cases to demonstrate shared and individual DLQ strategies; which highlight a bug in the rollback logic in the client James Strachan 2005-12-30 15:36:19 +0000
  • 10c6b2964f added test cases to demonstrate shared and individual DLQ strategies; which highlight a bug in the rollback logic in the client James Strachan 2005-12-30 15:36:19 +0000
  • cd7aa3a318 allow the RedeliveryPolicy to be configured on an ActiveMQConnectionFactory James Strachan 2005-12-30 15:34:31 +0000
  • ffb9d2aabb allow the RedeliveryPolicy to be configured on an ActiveMQConnectionFactory James Strachan 2005-12-30 15:34:31 +0000
  • 8eb295b33d added the ability to configure the DLQ policy on a per destination basis; either use 1 global DLQ for all messages or use 1 DLQ for a bunch of messages via a wildcard PolicyEntry or use an individual DLQ per destination (which again can be attached to a wildcard via a PolicyEntry) fixes AMQ-459 James Strachan 2005-12-30 14:05:51 +0000
  • 88203aea9b added the ability to configure the DLQ policy on a per destination basis; either use 1 global DLQ for all messages or use 1 DLQ for a bunch of messages via a wildcard PolicyEntry or use an individual DLQ per destination (which again can be attached to a wildcard via a PolicyEntry) fixes AMQ-459 James Strachan 2005-12-30 14:05:51 +0000
  • b840082c34 added test case to show the configuration of prefetch sizes in Stomp using header "activemq.prefetchSize: 1" James Strachan 2005-12-30 10:24:55 +0000
  • 20b343110c added test case to show the configuration of prefetch sizes in Stomp using header "activemq.prefetchSize: 1" James Strachan 2005-12-30 10:24:55 +0000
  • 53247ecdde tidied up the test cases a bit James Strachan 2005-12-29 17:26:35 +0000
  • f1dc4779c5 tidied up the test cases a bit James Strachan 2005-12-29 17:26:35 +0000
  • 254aacf8b8 updated the max heap size for test cases James Strachan 2005-12-29 17:08:45 +0000
  • 625856e3a7 updated the max heap size for test cases James Strachan 2005-12-29 17:08:45 +0000
  • 2d2ace8394 updated javadoc James Strachan 2005-12-29 16:08:59 +0000
  • f051364d6b updated javadoc James Strachan 2005-12-29 16:08:59 +0000
  • b5d2f498e9 fixed up test cases after they broker with the MessageList refactor James Strachan 2005-12-29 16:07:01 +0000
  • 312f2489a3 fixed up test cases after they broker with the MessageList refactor James Strachan 2005-12-29 16:07:01 +0000
  • 4190386db3 refactored the test case to use MessageList to avoid timing issues James Strachan 2005-12-29 15:46:09 +0000
  • b49256b2e5 refactored the test case to use MessageList to avoid timing issues James Strachan 2005-12-29 15:46:09 +0000
  • 84ac353690 added test case to show AMQ-458 working James Strachan 2005-12-29 15:17:19 +0000
  • 27f7cab3e8 added test case to show AMQ-458 working James Strachan 2005-12-29 15:17:19 +0000
  • 99f2876ac5 enable by default that non-persistent topic messages which have no consumers are sent to a dead letter topic James Strachan 2005-12-29 14:12:46 +0000
  • c2408b8997 enable by default that non-persistent topic messages which have no consumers are sent to a dead letter topic James Strachan 2005-12-29 14:12:46 +0000
  • ffa7c31e59 - Added test support for multiple consumers and producers - Added test cases for queue and topic subscriptions - Added test cases for the different dispatch policies Adrian T. Co 2005-12-29 10:07:55 +0000
  • ff457e227a - Added test support for multiple consumers and producers - Added test cases for queue and topic subscriptions - Added test cases for the different dispatch policies Adrian T. Co 2005-12-29 10:07:55 +0000
  • d26978eb8f Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses. Hiram R. Chirino 2005-12-29 02:58:23 +0000
  • 13266c83c4 Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses. Hiram R. Chirino 2005-12-29 02:58:23 +0000
  • 82fc6f2f20 Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses. Hiram R. Chirino 2005-12-29 02:58:15 +0000
  • 8baeff5c71 Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses. Hiram R. Chirino 2005-12-29 02:58:15 +0000
  • 96489855c3 Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses. Hiram R. Chirino 2005-12-29 02:57:53 +0000
  • 11fcdd83be Changed the META-INF location searched so that it follows the META-INF/services pattern that activemq uses. Hiram R. Chirino 2005-12-29 02:57:53 +0000
  • b54f4b01b7 disable optional modules from build by default Hiram R. Chirino 2005-12-29 02:45:17 +0000
  • 05e97d1d18 disable optional modules from build by default Hiram R. Chirino 2005-12-29 02:45:17 +0000
  • 633de1397a added to svn:ignore Hiram R. Chirino 2005-12-29 02:44:03 +0000
  • a759a94e42 added to svn:ignore Hiram R. Chirino 2005-12-29 02:44:03 +0000
  • b0ec9212e5 Updated copyright headers Hiram R. Chirino 2005-12-29 02:42:32 +0000
  • 695a106269 Updated copyright headers Hiram R. Chirino 2005-12-29 02:42:32 +0000
  • 574a0ea28c added to svn:ignore Hiram R. Chirino 2005-12-29 02:40:43 +0000
  • e5a9481822 added to svn:ignore Hiram R. Chirino 2005-12-29 02:40:43 +0000
  • 66d27c751f More copyright header adjustments. Hiram R. Chirino 2005-12-29 02:37:56 +0000
  • 4a107f287e More copyright header adjustments. Hiram R. Chirino 2005-12-29 02:37:56 +0000
  • 5c7c84cf0b Updated copyright headers to be (c) 2005-2006 Hiram R. Chirino 2005-12-29 02:15:21 +0000
  • 48b4869472 Updated copyright headers to be (c) 2005-2006 Hiram R. Chirino 2005-12-29 02:15:21 +0000
  • 7dde7f5a79 added missing files and updated copyright header. Hiram R. Chirino 2005-12-29 02:10:15 +0000
  • 66b86ab5ef added missing files and updated copyright header. Hiram R. Chirino 2005-12-29 02:10:15 +0000
  • 3d16c9e739 use new package names. Hiram R. Chirino 2005-12-29 02:01:51 +0000
  • 88d58577a9 use new package names. Hiram R. Chirino 2005-12-29 02:01:51 +0000
  • 53b21b931e Moved the gbean modules under that sanbox since they are still not operational Hiram R. Chirino 2005-12-28 20:50:08 +0000
  • 472bb709c0 Moved the gbean modules under that sanbox since they are still not operational Hiram R. Chirino 2005-12-28 20:50:08 +0000
  • 1a5af162ea Updated to use new activemq package names Hiram R. Chirino 2005-12-28 20:49:18 +0000
  • c901884014 Updated to use new activemq package names Hiram R. Chirino 2005-12-28 20:49:18 +0000
  • 9502c76479 added to svn:ignore Hiram R. Chirino 2005-12-28 20:42:07 +0000
  • 9141677e4a added to svn:ignore Hiram R. Chirino 2005-12-28 20:42:07 +0000
  • d196e0f9dc added to svn:ignore Hiram R. Chirino 2005-12-28 20:39:45 +0000
  • fc531ad6b5 added to svn:ignore Hiram R. Chirino 2005-12-28 20:39:45 +0000
  • 792402b7e0 directory cleanup Hiram R. Chirino 2005-12-28 20:36:35 +0000
  • 19e43a634c directory cleanup Hiram R. Chirino 2005-12-28 20:36:35 +0000
  • 2586774bf2 directory cleanup Hiram R. Chirino 2005-12-28 20:36:11 +0000
  • 39a314d755 directory cleanup Hiram R. Chirino 2005-12-28 20:36:11 +0000
  • 3f3d6f1483 directory cleanup Hiram R. Chirino 2005-12-28 20:35:59 +0000
  • ccf8d83727 directory cleanup Hiram R. Chirino 2005-12-28 20:35:59 +0000
  • 6f2609bab5 directory cleanup Hiram R. Chirino 2005-12-28 20:33:35 +0000
  • 9fb219f5b5 directory cleanup Hiram R. Chirino 2005-12-28 20:33:35 +0000
  • 144550aaaf directory cleanup Hiram R. Chirino 2005-12-28 20:33:01 +0000
  • 94de1c0ec8 directory cleanup Hiram R. Chirino 2005-12-28 20:33:01 +0000
  • ecf002e373 directory cleanup Hiram R. Chirino 2005-12-28 20:32:27 +0000
  • 2cfb4b1c77 directory cleanup Hiram R. Chirino 2005-12-28 20:32:27 +0000
  • ede4b9632e directory cleanup Hiram R. Chirino 2005-12-28 20:31:11 +0000
  • 0a2a437083 directory cleanup Hiram R. Chirino 2005-12-28 20:31:11 +0000
  • dacdd0940a refactored package names to be org.apache.activecluster Hiram R. Chirino 2005-12-28 20:29:09 +0000
  • 7356192be8 refactored package names to be org.apache.activecluster Hiram R. Chirino 2005-12-28 20:29:09 +0000
  • 2a81d3d72f added to svn:ignore Hiram R. Chirino 2005-12-28 20:06:58 +0000
  • e3c9b28275 added to svn:ignore Hiram R. Chirino 2005-12-28 20:06:58 +0000
  • 79c211d65a added svn:ignores Hiram R. Chirino 2005-12-28 20:04:13 +0000
  • a03a33fcf2 added svn:ignores Hiram R. Chirino 2005-12-28 20:04:13 +0000
  • 9b02123250 added to svn:ignore Hiram R. Chirino 2005-12-28 20:00:17 +0000
  • a6e769d7df added to svn:ignore Hiram R. Chirino 2005-12-28 20:00:17 +0000
  • e069373cad updated m2 pom Hiram R. Chirino 2005-12-28 19:56:50 +0000
  • 852a1b18d5 updated m2 pom Hiram R. Chirino 2005-12-28 19:56:50 +0000
  • 5075ddf70b added to svn:ignore Hiram R. Chirino 2005-12-28 19:54:57 +0000
  • f7edffa5ce added to svn:ignore Hiram R. Chirino 2005-12-28 19:54:57 +0000
  • 1cd98ed340 moved test resources the m2 directory layout Hiram R. Chirino 2005-12-28 19:53:40 +0000