486 Commits

Author SHA1 Message Date
Timothy Bish
de681b9375 https://issues.apache.org/jira/browse/AMQ-6152
Ensure that when add / remove commands are colocated they don't prevent
the log from being GC'd once it is unreferenced.
2017-04-26 18:51:25 +02:00
Daniel Kulp
695db64642 [maven-release-plugin] prepare for next development iteration 2016-02-03 14:18:10 -05:00
Daniel Kulp
5e98086209 [maven-release-plugin] prepare release activemq-5.11.4 2016-02-03 14:18:09 -05:00
Daniel Kulp
4846de8cb9 [maven-release-plugin] prepare for next development iteration 2015-10-29 09:56:57 -04:00
Daniel Kulp
857e9224e9 [maven-release-plugin] prepare release activemq-5.11.3 2015-10-29 09:56:47 -04:00
Daniel Kulp
9254896b1e Fix compile failure after back ports/cherry-picks 2015-10-28 11:00:41 -04:00
gtully
7706b5aa6e https://issues.apache.org/jira/browse/AMQ-5951 - ensure failover oneway won't retry if reconnect will not happen
(cherry picked from commit ae9af4b8b29e792db213ca2cc2879ddc7c4118e5)
2015-10-28 10:07:48 -04:00
Daniel Kulp
d60edc318c [maven-release-plugin] prepare for next development iteration 2015-08-06 09:36:57 -04:00
Daniel Kulp
02dcfe6ace [maven-release-plugin] prepare release activemq-5.11.2 2015-08-06 09:36:56 -04:00
Christopher L. Shannon (cshannon)
a37b43cca8 Adding a configuration option to PolicyEntry to enable setting the maximum number of created destinations by policy on the broker.
This resolves https://issues.apache.org/jira/browse/AMQ-5751
2015-08-04 09:52:05 -04:00
gtully
6c384c9b79 https://issues.apache.org/jira/browse/AMQ-5674 - revisit change - use single redelivey delay attribute for both initial and subsequent delays - resolves regression in BrokerRedeliveryTest 2015-08-04 08:50:03 -04:00
Timothy Bish
f1f171d4a5 https://issues.apache.org/jira/browse/AMQ-5814
Use the context of the subscription when the producer adds a destination
that matches its wildcard.
2015-08-04 08:45:30 -04:00
Christopher L. Shannon (cshannon)
bf21a22946 https://issues.apache.org/jira/browse/AMQ-5813
Fixing countBeforeFull for TopicSubscriptions to report a positive value
2015-08-04 08:44:45 -04:00
Dejan Bosanac
8ff47d6edc https://issues.apache.org/jira/browse/AMQ-5674 - initialRedeliveryDelay not respected 2015-08-04 08:44:04 -04:00
artnaseef
50299b2640 [maven-release-plugin] prepare for next development iteration 2015-02-13 10:51:50 -07:00
artnaseef
863e8a5d1b [maven-release-plugin] prepare release activemq-5.11.1 2015-02-13 10:50:34 -07:00
gtully
b4e6cb6af5 reduce test duration, relax derbydb durability - AMQ5266SingleDestTest
Conflicts:
	activemq-unit-tests/src/test/java/org/apache/activemq/TestSupport.java
2015-02-12 18:21:43 -05:00
gtully
9b2a6dcbb1 https://issues.apache.org/jira/browse/AMQ-5567 - fix and test - issue was eager dispatch with concurrent sends, recovery and outcome delivery now assign a new sequence id to message additions which sorts sequence order in the xa case 2015-02-12 18:19:41 -05:00
gtully
e828dc791f https://issues.apache.org/jira/browse/AMQ-5542 fix (via revert below) and test case applied with thanks.
Revert "resolve https://issues.apache.org/activemq/browse/AMQ-2736, logic issue in code that keeps data files with acks around pending message file gc. thanks jgenender - test case to follow"

This reverts commit dd68c61e65f24b7dc498b36e34960a4bc46ded4b.

resolves: https://issues.apache.org/jira/browse/AMQ-5542 and applies test case that nicely demonstrates the defect, thanks
2015-02-12 18:18:29 -05:00
Hadrian Zbarcea
0c13daa9a6 Updating project.version for the 5.11.x maintenance branch 2015-02-03 17:21:27 -05:00
gtully
4ba1a1689f [maven-release-plugin] prepare release activemq-5.11.0 2015-01-30 12:46:08 +00:00
gtully
dc25f2a8f9 https://issues.apache.org/jira/browse/AMQ-5541 - support preemptive redelivery for non persistent case, fix and test 2015-01-27 16:43:35 +00:00
gtully
bf5a2997c7 [maven-release-plugin] prepare for next development iteration 2015-01-26 16:48:46 +00:00
gtully
eec2955bde [maven-release-plugin] prepare release activemq-5.11.0 2015-01-26 16:48:37 +00:00
gtully
64fa706d54 Revert "[maven-release-plugin] prepare release activemq-5.11.0"
This reverts commit f47fbe4b8952f425c091754439e86011b99e5a84.
2015-01-26 16:39:35 +00:00
gtully
f47fbe4b89 [maven-release-plugin] prepare release activemq-5.11.0 2015-01-26 16:17:43 +00:00
gtully
a620b403f4 fix regression - warn level on reset to available limits 2015-01-26 12:19:48 +00:00
gtully
6cebd2c79e https://issues.apache.org/jira/browse/AMQ-5513 - interaction with - https://issues.apache.org/jira/browse/AMQ-5068 - need to ensure broker cached messages state reflects delivery attempt - RedeliveryRestartWithExceptionTest regression 2015-01-26 12:13:55 +00:00
gtully
a2c5c22ec5 https://issues.apache.org/jira/browse/AMQ-5513 - additional test for reconnect/rebalance case - indicate the absense of delivery information to the destination 2015-01-23 15:23:35 +00:00
gtully
f38cb588d3 allow multicast to work via perfer ip4 and more sensible delays 2015-01-23 13:08:03 +00:00
gtully
c9c1f587ad prevent hang if os muiticast is disabled 2015-01-23 12:02:34 +00:00
gtully
35115fece7 use a bytes message, I think default encoding may the the root cause of variation of message size and limit checks on ci boxes 2015-01-22 14:13:32 +00:00
gtully
216626569a this test can take more than 2mins in ci env, adding some more diagnostics and giving it more time 2015-01-22 14:13:32 +00:00
gtully
c28d520727 resolve intermittent failure verifying connector restart 2015-01-22 14:13:32 +00:00
gtully
2a62b74232 resolve intermiittent failures related to broker start and async mbean registration 2015-01-22 14:13:32 +00:00
gtully
4648dbee41 resolve intermittent faiure - make deterministic intervetion and assertions 2015-01-22 14:13:32 +00:00
gtully
bedb207883 reduce test duration, mem limits still reached as before and temp store utilised 2015-01-21 22:35:49 +00:00
gtully
5b7213eb82 add jira ref - commit message had incorrect url 2015-01-14 12:25:40 +00:00
gtully
cf62d58ae7 https://issues.apache.org/jira/browse/AMQ-5515 - tidy up jetty deps - fix jetty maven coords 2015-01-12 22:58:07 +00:00
gtully
8dbb48a23f https://issues.apache.org/jira/browse/AMQ-4107 - apply patch - resolved intermittent failure of TwoMulticastDiscoveryBrokerTopicSendReceiveTest 2015-01-12 12:00:42 +00:00
gtully
dbb1d8b83d https://issues.apache.org/jira/browse/AMQ-5513 - have lastDeliveredSequence -1 indicate nothing was received, respect this value in queue sub remove and durable sub deactivate. 0 still constitutes no info - so old clients see same behaviour as before 2015-01-09 13:30:59 +00:00
gtully
383c27e245 add some more diagnostic logging to test 2015-01-09 13:30:59 +00:00
Hadrian Zbarcea
aedcae139b Revert "[maven-release-plugin] prepare release activemq-5.11.0"
This reverts commit 48b0cf396c18216899ceb94ee57c01685104223d.
2015-01-05 12:25:58 -05:00
Hadrian Zbarcea
89995f4723 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 7b285c6f523d9b7574c47a2cc2781b24d365a04c.
2015-01-05 12:25:47 -05:00
Dejan Bosanac
7b285c6f52 [maven-release-plugin] prepare for next development iteration 2014-12-29 12:44:32 +01:00
Dejan Bosanac
48b0cf396c [maven-release-plugin] prepare release activemq-5.11.0 2014-12-29 12:44:20 +01:00
Dejan Bosanac
9f53e2bcae adding missing licences 2014-12-29 12:25:04 +01:00
Dejan Bosanac
5c199c3d9f improve test behaviour on slow ci boxes 2014-12-29 11:12:52 +01:00
Dejan Bosanac
c646fac75a increase test timeouts 2014-12-26 11:50:16 +01:00
gtully
e16815ad3b https://issues.apache.org/jira/browse/AMQ-5174 - apply patch from paulGale with thanks replace jdbc specific lease io handler with generic lease io handler - closesThis closes #53 2014-12-22 12:37:43 +00:00