Commit Graph

8371 Commits

Author SHA1 Message Date
Daniel Kulp d14ae9c6ef Specify a tagNameFormat 2015-08-06 09:30:03 -04:00
Daniel Kulp a671b00df5 Add version to spring.schemas 2015-08-06 09:25:28 -04:00
Daniel Kulp 974d19a9ad Update rat version and plugin config to not check eclipse .settings stuff 2015-08-06 09:22:37 -04:00
Dejan Bosanac 729c473157 https://issues.apache.org/jira/browse/AMQ-5754 - better filename guaard fix 2015-08-05 11:15:55 -04:00
Dejan Bosanac 9fd5cb7dfe https://issues.apache.org/jira/browse/AMQ-5754 - disable file server by default 2015-08-05 11:15:43 -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
Daniel Kulp 4ea95911c8 Fix compile 2015-08-04 09:40:09 -04:00
Christopher L. Shannon (cshannon) 42d9fd118d https://issues.apache.org/jira/browse/AMQ-5745
This commit is based off a patch submitted by admin@int3solutions.com.
It fixes several locations in the code where there are potential resource leaks.
2015-08-04 09:31:26 -04:00
Matt Warhaftig 2c166b7605 AMQ-5645 - Updated DayOfMonth cron to roll to next month properly. 2015-08-04 08:55:50 -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
Christopher L. Shannon (cshannon) 3769284ecd Fixing missing volatile on references in VMTransport to prevent a synchronization bug.
This resolves https://issues.apache.org/jira/browse/AMQ-5787
2015-08-04 08:44:32 -04:00
gtully 2ad1f1eaa9 https://issues.apache.org/jira/browse/AMQ-5742 - fix and intermittent failure of DemandForwardingBridgeTest is sorted 2015-08-04 08:44:16 -04:00
Dejan Bosanac 8ff47d6edc https://issues.apache.org/jira/browse/AMQ-5674 - initialRedeliveryDelay not respected 2015-08-04 08:44:04 -04:00
Heath Kesler 256bcf3342 AMQ-5903 - add patch that fixes the broker camel component to take all header values 2015-07-30 10:52:30 -04:00
Jean-Baptiste Onofré e756111d0d Merge branch 'activemq-5.11.x' of https://git-wip-us.apache.org/repos/asf/activemq into activemq-5.11.x 2015-06-24 19:05:45 +02:00
Christian Schneider c4a83c9e08 [AMQ-5858] add import package 2015-06-24 19:05:35 +02:00
Christian Schneider b1d3801c74 [AMQ-5858] add import package 2015-06-24 12:45:40 -04:00
Christian Schneider 4d955658d7 [AMQ-5821] Use wiring to check for extensions
This closes #119
2015-06-24 12:45:34 -04:00
Jean-Baptiste Onofré 78f53a13df [AMQ-5770] Remove javax.servlet.resources package import allowing web console to work with Karaf 2.4.x, 3.x, and 4.x 2015-06-17 21:10:25 +02:00
Hadrian Zbarcea 2f5a0252bc [AMQ-5789] Add support for keystore type (other than jks) 2015-06-02 22:02:54 -04:00
Timothy Bish b3e378100d https://issues.apache.org/jira/browse/AMQ-5762
Fix for potential memory leak from creation of KahaDBTopicMessageStore.
2015-05-15 16:04:18 -04:00
Daniel Kulp bf7d0fd325 Open up the xbean osgi import range to include 4.x 2015-03-04 12:47:59 -05: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
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 dd68c61e65.

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 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 f47fbe4b89.
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