Claus Ibsen
c5a9dae974
AMQ-4089: Polished the user guide in the kit.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392791 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 08:41:45 +00:00
Claus Ibsen
87a0a4e19a
AMQ-4087: Added TM to AMQ logo
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392788 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 08:27:11 +00:00
Claus Ibsen
cb1871ffca
Fixed features.xml to use version number of project.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392783 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 08:09:57 +00:00
Claus Ibsen
a26ab53dd2
Initial add of itests
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392778 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 07:51:58 +00:00
Claus Ibsen
74a80fee32
Initial add of itests
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392774 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 07:47:23 +00:00
Bosanac Dejan
a8d364d030
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392269 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 10:39:07 +00:00
Bosanac Dejan
a97f821869
[maven-release-plugin] prepare release activemq-5.7.0
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392267 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 10:38:35 +00:00
Timothy A. Bish
a80acbb1ad
Polish the code, remove warnings fix spelling errors in the docs, add some new javadocs, etc.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391682 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 22:19:20 +00:00
Gary Tully
0a7c5dc93a
https://issues.apache.org/jira/browse/AMQ-2106 - Allow broker to evenly distribute message groups among consumers - have consumer order take number of assigned groups into account, such that priority is given to the least loaded consumers. When groups change frequently or are suspended this allows better distribution. When new consumer arrive they now have a good chance of getting the next available groups
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391661 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 21:13:59 +00:00
Gary Tully
591c1a549c
ensure async dispatches temp advisory is present before verfication of temp usage
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391392 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 10:48:22 +00:00
Timothy A. Bish
f677d1a2c5
apply patch for: https://issues.apache.org/jira/browse/AMQ-4084
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391238 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 22:17:49 +00:00
Timothy A. Bish
f4b26ea95d
Update svn-ignore properties.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391220 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 21:07:24 +00:00
Timothy A. Bish
6d6c237b53
Update to add some m2e settings for those using Eclipse
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391217 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 21:03:18 +00:00
Gary Tully
746585e8d7
add validation of request/reply over network with temp topic replyto, fine with duplex network connectors
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391204 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 20:43:03 +00:00
Gary Tully
f37fc74822
move http network test to options module so it can be run
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391203 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 20:42:28 +00:00
Timothy A. Bish
8a75d960d5
fix and tests for: https://issues.apache.org/jira/browse/AMQ-4083
...
Revert previous fix. We need to ack each expired message when we detect and not overload the usage of delivered acks for extending the prefetch window. The problem was an edge case where the broker detected a message as expired after the client had delivered it but before it ack'd it as consumed.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1391152 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 18:17:47 +00:00
Gary Tully
3f49df7d70
fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390931 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 10:28:20 +00:00
Timothy A. Bish
c02acbd3d4
fix and tests for: https://issues.apache.org/jira/browse/AMQ-4083
...
Ensure that client ack mode sends acks for expired messages.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390710 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 19:59:36 +00:00
Bosanac Dejan
f49675bfa2
https://issues.apache.org/jira/browse/AMQ-3887 - do safeWaitUntilStarted outside of the synchronized block as deadlocks are possible
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390473 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 13:29:16 +00:00
Gary Tully
effc8b9b89
polish pom and use of deprecated apis
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390418 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 11:50:47 +00:00
Claus Ibsen
9583d9af9f
AMQ-4081: favicon should be handled as binary file in assembly
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390323 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 08:27:36 +00:00
Claus Ibsen
cf9485bd05
Polished pom.xml
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390298 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 07:18:30 +00:00
Claus Ibsen
12bd7f1097
Polished notice
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390297 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 07:16:00 +00:00
Gary Tully
b469638171
fix up assembly xml configuration validtion tests - have them run by default. Pull out osgi isms to separate hook and add shutdown hook when jetty.xml is included so that it is shutdown on broker stop. Fix problems with the xml eposed by the tests
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390204 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 22:52:28 +00:00
Gary Tully
ec72fa6d51
https://issues.apache.org/jira/browse/AMQ-4076 https://issues.apache.org/jira/browse/AMQ-498 - remove duplicate ?
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390202 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 22:51:32 +00:00
Timothy A. Bish
8dc1c1240b
fix for: https://issues.apache.org/jira/browse/AMQ-4062
...
Durable consumer should be configured with the policyEntry configuration on activate.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1390193 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 22:21:44 +00:00
Hiram R. Chirino
44bc59b5cc
Replace the fusemq-leveldb /w activemq-leveldb module in the features.xml
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389897 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 14:56:57 +00:00
Hiram R. Chirino
4051799a6d
More work for AMQ-4080: Include the activemq-leveldb module in the assembly, don't use the fusesource leveldb module anymore.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389892 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 14:50:15 +00:00
Hiram R. Chirino
b20d5411d1
Fixes AMQ-4080: Integrate the Fusesource LevelDB module into the ActiveMQ build.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389882 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 14:32:28 +00:00
Claus Ibsen
f3c9c74334
Polished copyright years
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389860 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 13:31:48 +00:00
Bosanac Dejan
89c0790d90
reverting release plugin version as this one doesn't work well with gpg
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389829 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 12:17:11 +00:00
Gary Tully
c50c1f5dad
https://issues.apache.org/jira/browse/AMQ-4076 https://issues.apache.org/jira/browse/AMQ-498 - default to unlimited maxFrameSize - explicit limits in the xml config with DOS comment
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389817 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 11:37:59 +00:00
Bosanac Dejan
5aed30d5df
removing activemq-version pom variable and using project.version directly
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389803 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 11:12:45 +00:00
Claus Ibsen
d9c73363a9
AMQ-4070: Improved ruby sample to shutdown nicely on cltr+c, and use publish. Thanks to Francesco for the patch.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389793 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 11:00:29 +00:00
Bosanac Dejan
fa29678c54
https://issues.apache.org/jira/browse/AMQ-3918 - don't bind http based transports to local host name and do better url registering
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1389776 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 09:44:20 +00:00
Claus Ibsen
08185743c1
AMQ-4069: Upgraded maven plugin versions to latest releases.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388390 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 09:35:01 +00:00
Claus Ibsen
d36773ceb9
Added pgp keys for Claus Ibsen
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388380 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 08:58:34 +00:00
Claus Ibsen
0b9873c057
Added missing license header. More exclude to rat plugin.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388356 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 07:42:59 +00:00
Claus Ibsen
0147739360
Added missing license header. More exclude to rat plugin.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388354 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 07:36:48 +00:00
Timothy A. Bish
c176fa8f33
fix for: https://issues.apache.org/jira/browse/AMQ-3298
...
Add property preferJndiDestinationLookup so that users can override the default order as needed and have the connector first go to JNDI before trying the JMS create method.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388326 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 05:11:57 +00:00
Timothy A. Bish
de7617e9c7
fix for: https://issues.apache.org/jira/browse/AMQ-730
...
Update some JavaDocs
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388313 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 03:31:13 +00:00
Bosanac Dejan
0f9647c1f8
https://issues.apache.org/jira/browse/AMQ-4028 - ws transport test - disconnect client when finished
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1388056 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 14:55:37 +00:00
Claus Ibsen
c6595066e9
AMQ-4067: Prefix thread names with ActiveMQ
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387989 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 12:02:04 +00:00
Timothy A. Bish
6f2ac637cd
fix for: https://issues.apache.org/jira/browse/AMQ-4066
...
Remove old deprecated code.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387960 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 10:48:56 +00:00
Claus Ibsen
11e6f88ded
Polished
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387909 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 08:45:34 +00:00
Claus Ibsen
eedb091f83
AMQ-3727: Added osgi import. Thanks to Thomas Themel for the patch.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387900 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 08:07:00 +00:00
Claus Ibsen
67088a5955
Added all to name so you can figure out its the activemq-all module
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387898 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 07:59:08 +00:00
Timothy A. Bish
e11f786b93
apply patch for: https://issues.apache.org/jira/browse/AMQ-3554
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387857 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 05:02:39 +00:00
Timothy A. Bish
620d26d494
fix for: https://issues.apache.org/jira/browse/AMQ-4065
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387851 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 04:05:26 +00:00
Claus Ibsen
67b0c1861f
Sorry was experimenting with the test on windows, and changed a parameter.
...
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387648 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 15:45:16 +00:00