Commit Graph

1802 Commits

Author SHA1 Message Date
James Strachan cd9ce2e93d Autogenerated OpenWire code after version 2 along with the MessagePull command
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430504 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 19:51:56 +00:00
Hiram R. Chirino 1ff8046990 Adding initial marshaller for v2
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430485 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 19:03:29 +00:00
Hiram R. Chirino 59a28777cd Incrementing the openwire version
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430483 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 19:00:10 +00:00
James Strachan dd55c215aa moved the tooling to a directory matching the pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430479 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 18:56:48 +00:00
James Strachan 6e3a634518 added the client side and a test case to show prefetch of zero working for pull-only queues with synchronous consumers to fix AMQ-855
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430476 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 18:48:24 +00:00
James Strachan 9d671b70aa added some early support for AMQ-855 to allow pure pull based consumption - adding a MessagePull command so that a client can pull messages on demand
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430445 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 17:17:19 +00:00
James Strachan c3fae7767d added a better example of using the xbean-spring flavour of XML configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430407 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 14:57:11 +00:00
Frederick G. Oconer a96820ed17 Updated jetty plugin to run the web-console through maven using "jetty:run" goal.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430353 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 10:41:56 +00:00
Robert Davies 21f9bb8367 fix for http://issues.apache.org/activemq/browse/AMQ-857
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430351 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 10:38:29 +00:00
Robert Davies ed49ada604 applied patch for http://issues.apache.org/activemq/browse/AMQ-776
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430068 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 15:10:26 +00:00
James Strachan 3e945b5a91 Applied patch for AMQ-826 with thanks. This patch adds an LDAP based authorization map. I"ve added the test case but disabled it so far - I've not figured out the magic combination of jars and versions and spring.xml configuration files to boot up ApacheDS in Spring for the test case - it seems the online documentation nor the spring.xml that comes with the 1.0-RC3 download actually work
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430034 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 11:37:18 +00:00
James Strachan 171e3223c1 added patch submitted by Mathew Kuppe for AMQ-871 to allow the eviction strategies to decide to evict multiple messages
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430023 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 10:28:38 +00:00
James Strachan 75952abdbb Fix for AMQ-772 to add activemq-web to the distros
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430008 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 09:11:20 +00:00
James Strachan cb11447386 Fix for AMQ-772 to add activemq-web to the distros
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430005 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 09:03:53 +00:00
James Strachan e7e15b5559 a fix for AMQ-769 to allow the MessageGroupMap implementation to be specified via a policyEntry
http://incubator.apache.org/activemq/per-destination-policies.html

so you can specify something like this...

 <broker>

    <destinationPolicy>
      <policyMap>
        <policyEntries>
          <policyEntry queue=">">
           <messageGroupMapFactory>
            <simpleMessageGroupMapFactory/>
    

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429995 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 08:44:27 +00:00
Robert Davies a7b9e8ce9c fix for http://issues.apache.org/activemq/browse/AMQ-872
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429984 13f79535-47bb-0310-9956-ffa450edef68
2006-08-09 07:17:59 +00:00
James Strachan 2b6f6371e0 fix for AMQ-856 - increase the logging level
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429787 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 19:21:47 +00:00
James Strachan c96f327bfa removed unused code for AMQ-822
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429776 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 19:07:40 +00:00
James Strachan 08e4b7ba19 minor tweak to make absolutely sure that we definitely clear down the clockDaemon
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429767 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 18:42:24 +00:00
James Strachan cab35d7553 added a better exception message if we get a binding exception
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429765 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 18:39:39 +00:00
Hiram R. Chirino cc5f94d4ed Adding derby NOTICEs to our notices
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429731 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 16:54:48 +00:00
Robert Davies 0ee6047d01 removed println in setRoot()
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429609 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 08:03:12 +00:00
Frederick G. Oconer 8b9b09181b Jira: AMQ-570:Create sample activemq.xml files under assembly/src/sample-conf similar to what we had in 3.x.
Added several amq sample configurations.



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429605 13f79535-47bb-0310-9956-ffa450edef68
2006-08-08 07:15:04 +00:00
Hiram R. Chirino bf4d7538f8 Beter documentation for xbean reference generation.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@429358 13f79535-47bb-0310-9956-ffa450edef68
2006-08-07 14:54:29 +00:00
Frederick G. Oconer 5e5febb4de AMQ-859: nightly snapshots to include source distro.
Added src-bin.xml and modified assembly/pom.xml to include a build for creating the source distro.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428970 13f79535-47bb-0310-9956-ffa450edef68
2006-08-05 07:07:09 +00:00
James Strachan c68f455cab rolled back groupId change
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428667 13f79535-47bb-0310-9956-ffa450edef68
2006-08-04 08:50:22 +00:00
James Strachan f76e23ce2f backed out parent pom change
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428666 13f79535-47bb-0310-9956-ffa450edef68
2006-08-04 08:48:55 +00:00
James Strachan 365960e40c Added scm element
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428664 13f79535-47bb-0310-9956-ffa450edef68
2006-08-04 08:44:22 +00:00
Frederick G. Oconer 427a397e11 related to AMQ-858. Modified pom.xml because maven-bundle-plugin and maven-gram-plugin was moved to tooling.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428663 13f79535-47bb-0310-9956-ffa450edef68
2006-08-04 08:44:09 +00:00
James Strachan 5ae67695ef Added parent pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428660 13f79535-47bb-0310-9956-ffa450edef68
2006-08-04 08:41:37 +00:00
Frederick G. Oconer d8ff65aab0 Sorry, wasn't included in the previous checkin. Related to AMQ-858.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428654 13f79535-47bb-0310-9956-ffa450edef68
2006-08-04 07:32:46 +00:00
Frederick G. Oconer 541d9fe3f3 AMQ-858: create a super pom for tooling projects in activemq so we can create a nightly build of the various maven plugins.
Also moved the maven-bundle-plugin and maven-gram-plugin to tooling.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428653 13f79535-47bb-0310-9956-ffa450edef68
2006-08-04 07:25:02 +00:00
Robert Davies fd96598b25 extended debug information for clarity
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428467 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 18:13:37 +00:00
Robert Davies 51829f56a1 copying the broker path breaks networks - if a consumer re-uses a consumed
message and forwards it on

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428465 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 18:09:23 +00:00
James Strachan a974625016 modified test case to ignore the extra Timer thread that gets created but I can't yet figure out where its created :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428436 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 16:01:10 +00:00
James Strachan 4d2b20b1b2 lets wait a little for the background thread to shut first so that threads tend to shut down nicely
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428419 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 15:00:14 +00:00
James Strachan 6cf2169533 Added a modified version of the patch donated to (LINGO-22) submitted by Jim Beattie which tests that we leave no threads around after shutting down the JMS client and broker, together with making the Session Executor / TaskRunnerFactory part of the connection. We could still make it a singleton if required and just use reference counting to ensure its shutdown properly after all connections are closed
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428339 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 11:16:18 +00:00
James Strachan b62e5cd91e added a test case and a fix for the use of temporary destinations in NMS. Fixes AMQ-843
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428235 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 04:44:17 +00:00
James Strachan df09548bde made it easy to be able to run a single NUnit test case e.g.
nant test-case -D:test=NMS.TemporaryQueueTest

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428233 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 04:41:03 +00:00
James Strachan 0462d1d3d0 disabled logging by default but allow it to be specified via a URI query argument of tcp://localhost:port?logging=true
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428225 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 04:08:06 +00:00
Hiram R. Chirino 98f3545303 Added test case to verify that the prefetch buffer works as expected for prefetch==1
http://www.nabble.com/Trouble-with-prefetch-buffer.-tf2029800.html#a5599978

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@428022 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 15:22:30 +00:00
Hiram R. Chirino 9c92f186a5 Rolling back my previous change.. I did not notice that james was the one that moved it to as SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427975 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 13:23:18 +00:00
Hiram R. Chirino c3a8de8b53 porting license changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427820 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 00:38:26 +00:00
Nathan Christopher Mittler a797efb3dc patch for AMQ-854 - adding Javadoc-style comments to support autogeneration of documentation for activemq-cpp
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427774 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 22:30:22 +00:00
Robert Davies 902a8ea864 Allow the local destination name to be set -
re this thread on the user list: http://www.nabble.com/JMS-to-JMS-Bridge-tf1901141.html#a5598457

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427656 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 17:31:47 +00:00
Hiram R. Chirino f998bc7398 Lets not move up to 2.6 yet
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427617 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 15:38:53 +00:00
Hiram R. Chirino 4c1cc956cc This allow spring 2.0 to work with xbean-2.5
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427613 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 15:30:46 +00:00
James Strachan 6b03bd3f9b added a test case showing how to use the XBean configuration in a regular Spring XML file using the Spring 2 namespace handler feature
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427599 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 15:10:59 +00:00
James Strachan 65f67c6530 switch to use 2.6-SNAPSHOT of the xbean plugin to avoid the bug that was creating bad XSDs
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427597 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 15:01:37 +00:00
James Strachan 5fbf634cfb applied patch from Jason Carreira for AMQ-853 with thanks!
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@427542 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 11:40:57 +00:00