8347 Commits

Author SHA1 Message Date
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 activemq-5.11.1 2015-02-13 10:50:34 -07:00
artnaseef
f2f5432e51 [AMQ-5583] Add versions 5.10.2 and 5.11.1 to the spring schemas. 2015-02-12 18:33:10 -07:00
Timothy Bish
e9a9854072 https://issues.apache.org/jira/browse/AMQ-5573
Allow configuration of max size of STOMP command body via
transportConnector option transport.maxDataLength
2015-02-12 18:53:21 -05:00
Timothy Bish
e5c5a821c7 https://issues.apache.org/jira/browse/AMQ-5580
Use a CopyOnWriteArrayList to ensure that traversals of the adapters
list do not generate ConcurrentModificationException if a new adapter is
added during that time.
2015-02-12 18:22:10 -05:00
gtully
bd1226b60c https://issues.apache.org/jira/browse/AMQ-5520 - fix org.apache.activemq.spring.SpringTest.testSenderWithSpringXmlEmbeddedPooledBrokerConfiguredViaXml regression 2015-02-12 18:22:00 -05: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
Dejan Bosanac
b997bd480d https://issues.apache.org/jira/browse/AMQ-5378 - document shell script configuration and enable using environment variables 2015-02-12 18:18:13 -05:00
Timothy Bish
666f6f3b3f https://issues.apache.org/jira/browse/AMQ-5550
Ensure that the consumer and producer context instances are marked as
closed when creation at the broker end fails.
2015-02-05 17:55:02 -05:00
Timothy Bish
38994bd478 https://issues.apache.org/jira/browse/AMQ-5564
Fixed session in the pool losing their reference to the anonymous
producer created when useAnonymousProducers is true.  The anonymous
producer stays live for the life of the pooled session.

Also added some synchronization safety to some methods that could get
into NPE trouble.
2015-02-05 17:54:01 -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 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
bae0e60a7c fix intermittent failure 2015-01-27 15:50:56 +00:00
gtully
1e5d212768 https://issues.apache.org/jira/browse/AMQ-5513 - fix stomp regression - dependency on redelivered flag between stomp and jms is tenuous - but can be reliable via policy as shown 2015-01-27 15:38:16 +00:00
gtully
6c5dd2543e StoreDurableSubscriberCursor don't set its inner cursors' maxProducersToAudit correctly #57 - patch applied with thanks 2015-01-26 21:28:35 +00:00
gtully
60c9d03e1d Fixed bug in cron test. #58 - patch applied with thanks 2015-01-26 21:20:10 +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
3a6d67e8f9 https://issues.apache.org/jira/browse/AMQ-4727 - use OsgiBundleXmlApplicationContext from service factory so that an embedded camel route can find a required bundlecontext 2015-01-26 15:39:04 +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
Dejan Bosanac
d5470254af https://issues.apache.org/jira/browse/AMQ-5530 - default mqtt subscription prefetch 2015-01-26 12:53:56 +01: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
de549f8926 https://issues.apache.org/jira/browse/AMQ-5535 - allow close state reporting w/o contention 2015-01-23 12:23:34 +00:00
gtully
c9c1f587ad prevent hang if os muiticast is disabled 2015-01-23 12:02:34 +00:00
gtully
981c0f20fa fix hang on org.apache.activemq.network.FailoverStaticNetworkTest - network connector vm creation clashing with broker stop 2015-01-23 11:27:10 +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
Dejan Bosanac
b53d8ea295 https://issues.apache.org/jira/browse/AMQ-5534 - generic jms pool reconnection 2015-01-22 12:51:11 +01:00
gtully
189a75afdc fix AMQ4221Test failure on low disk space - use warn level when resetting to available. Test checked log for error messages 2015-01-22 11:41:06 +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
7ce5be44d8 wait for bundle installation to complete - makes obr test more robust 2015-01-21 22:17:35 +00:00
Timothy Bish
c93b6614b4 Adds a test case to validate that JMSXGroupID and Seq are retained over
time while messages are produced and consumed.  Older ActiveMQ releases
seemed to have an issue in this area due to the Proton-J library used.
Test should help to ensure this does not reappear.
2015-01-21 11:19:11 -05:00
gtully
25f18ad20d https://issues.apache.org/jira/browse/AMQ-5526 - tidy up karaf-itest, features amqp now work,still issue with camel and bundlecontext null 2015-01-21 15:10:09 +00:00
gtully
548aa1e415 https://issues.apache.org/jira/browse/AMQ-5525 - worked around the issue with blueprint converter - all. All of the activemq commands have the same single arg signature, so the conversion should be trivial, doing the conversion inline in the default case 2015-01-20 11:47:01 +00:00
Dejan Bosanac
efe68aa032 upgrade derby 2015-01-16 13:01:38 +01:00
Claus Ibsen
5c7985c695 AMQ-5523: Average message size attribute on statistics plugin should not have decimals 2015-01-16 09:29:52 +01:00
Claus Ibsen
dbf2c28b96 AMQ-5521: Average message size attribute on destination mbean should not have decimals 2015-01-16 09:22:28 +01:00
Daniel Kulp
3ec36818eb Get more tests passing with Jetty9 2015-01-15 12:16:17 -05:00
Daniel Kulp
f4eade2bb3 [AMQ-5520] Use a network interface that actually supports multicast and is up 2015-01-14 13:43:10 -05:00
Daniel Kulp
0d815642c1 Add a jetty9 profile to help with testing 2015-01-14 13:21:01 -05:00