Commit Graph

9948 Commits

Author SHA1 Message Date
Jeff Genender 87065f5019 [AMQ-7013] This closes #288 2018-07-18 10:36:32 -06:00
jgoodyear 7ba7bfd9cd [AMQ-7013] Adding unit test 2018-07-18 13:04:07 -02:30
jgoodyear 3f83bfcae2 [AMQ-7013] Introduce JenkinsHash to XATransactionID 2018-07-18 11:30:18 -02:30
jgoodyear a1e5b970d8 [AMQ-7011] Override dispatch to always set dispatchAsync true
This closes #287
2018-07-15 20:35:18 -06:00
Jeff Genender 3397a97213 AMQ-7002 - Change jobid identifier to messageid format 2018-06-27 10:38:30 -06:00
gtully 4cbb913271 AMQ-7002 - ensure uniqueue jobids, fix and test via patch from Jamie goodyear applied with thanks
(cherry picked from commit e0aa091d9e)
2018-06-27 14:17:04 +01:00
gtully 19cb5d7c8b AMQ-7001 - amqp jms transformer - always copy message if properties need to be modified, fix and long running test that is disabled
(cherry picked from commit ed8860000f)
2018-06-26 10:33:29 -04:00
Timothy Bish 61f2d2b20b AMQ-6997 Upgrade to Qpid JMS 0.33.0
Upgrade to latest release of Qpid JMS
(cherry picked from commit 9abe2c6f97)
2018-06-15 17:33:07 -04:00
Timothy Bish 5403ad2e82 AMQ-6968 Ensure that the correct exception is thrown
Allow the original exception that triggered the failure to be thrown
from the packet send methods
(cherry picked from commit db8c771b2a)
2018-05-21 16:40:43 -04:00
Christopher L. Shannon (cshannon) ea1894c7ee [maven-release-plugin] prepare for next development iteration 2018-05-17 13:58:54 -04:00
Christopher L. Shannon (cshannon) 165cba235a [maven-release-plugin] prepare release activemq-5.15.4 2018-05-17 13:57:43 -04:00
Christopher L. Shannon (cshannon) 7e477d0355 NO-JIRA: Add 5.15.4 schema identifier
(cherry picked from commit 1db36d864d)
2018-05-17 13:15:45 -04:00
Christopher L. Shannon (cshannon) 72c075cc96 AMQ-6962 - Update spring to 4.3.17
(cherry picked from commit 1d2dcffcee)
2018-05-15 11:32:06 -04:00
saivr1t 20f6c0a035 AMQ-6959
Avoid creating a Throwable in case of non-trace logging

(cherry picked from commit 2a95348182)
2018-05-14 09:03:03 -04:00
Timothy Bish 0bd15a2a3e AMQ-6958 Configure the AMQP Max Frame Size by default
Configure a value of 128KB for AMQP max frame size by default to improve
overall performance and provide a limit on delivery size before chunking
begins.
(cherry picked from commit b8cfab97db)
2018-05-10 13:18:13 -04:00
Timothy Bish 0e30927836 AMQ-6909 Update Qpid JMS, proton-j and Netty to latest.
Use latest releases of AMQP deps
(cherry picked from commit b29d2ea342)
2018-05-08 17:45:38 -04:00
Claus Ibsen 2eafc39171 AMQ-6957: Upgrade to Camel 2.19.5 2018-05-05 08:10:00 +02:00
Christopher L. Shannon (cshannon) 79fae8c00b Revert "AMQ-6947 - Make sure counters are updated correct on message drop"
This reverts commit 1fe096cb2a.
2018-04-18 12:35:10 -04:00
Christopher L. Shannon (cshannon) 86fbf957e9 Revert "AMQ-6947 - Update Queue metrics on expiration"
This reverts commit bca0af4133.
2018-04-18 12:35:01 -04:00
Christopher L. Shannon (cshannon) bca0af4133 AMQ-6947 - Update Queue metrics on expiration
The updated dropMessage method only decrements the destination metrics
if a message is removed from the pagedInMessages list to prevent
duplicate updates.  There is also a case where we still need to update
metrics if the message never makes it into the pagedInMessages list in
the first place and that is on expiration so this patch fixes that. A
couple existing tests found this issue.

(cherry picked from commit 6e468b4540)
2018-04-18 09:06:31 -04:00
Christopher L. Shannon (cshannon) 1fe096cb2a AMQ-6947 - Make sure counters are updated correct on message drop
Only update metrics counters when message is removed from the
pagedInMessages list which is important to check in case of duplicates

(cherry picked from commit 021c82859c)
2018-04-17 08:25:56 -04:00
Alvin Lin 0036084af6 AMQ-6930 provide options to allow stdout/stderr of activemq process to be redirect to a file using append mode
(cherry picked from commit f3a8e88206)
2018-04-10 16:52:47 -06:00
Alvin Lin 929483906b AMQ-6930 add test case
(cherry picked from commit 6bb56decf8)
2018-04-10 16:26:09 -06:00
Christopher L. Shannon (cshannon) 9683ae3f5d AMQ-6940 - test fix for AMQ6477 test
Need to remove the portion of the test that looks at the dispatched list
for TopicSubscription as that class no longer tracks message references

(cherry picked from commit 84126d8a7a)
2018-03-30 06:35:52 -04:00
Christopher L. Shannon (cshannon) a0a240372f AMQ-6940 - fix compilation attempt 2 2018-03-30 06:31:04 -04:00
Christopher L. Shannon (cshannon) 9346fb3638 AMQ-6940 - Fix compilation 2018-03-30 06:29:25 -04:00
Christopher L. Shannon (cshannon) 21a594c8e8 AMQ-6940 - Add flag to disable TopicSubscription in flight stats
To save memory usage in some use cases add a new flag to PolicyEntry
called useTopicSubscriptionInflightStats to allow disabling the
inflight stats

(cherry picked from commit 65b0f2ad0d)
2018-03-29 13:26:13 -04:00
Christopher L. Shannon (cshannon) cae382063e AMQ-6940 - Reduce memory footprint for inflight statistics
For the TopicSubscription case we can reduce the inflight statistics
memory footprint by not storing the entire message reference for in
flight messages and instead just a subset of the information needed.

(cherry picked from commit f69fd6f002)
2018-03-29 09:02:20 -04:00
Christopher L. Shannon (cshannon) d36412314f AMQ-6935 - Update Jolokia to 1.5.0
(cherry picked from commit d97bbe5b5d)
2018-03-22 14:22:20 -04:00
Christopher L. Shannon (cshannon) e090425891 AMQ-6934 - Updating Jackson to 2.9.4
(cherry picked from commit d195b01f3b)
2018-03-22 14:09:31 -04:00
Christopher L. Shannon (cshannon) 2ca46c561b AMQ-6924 - Fix StoreDurableSubscriberCursor non-persistent message add
StoreDurableSubscriberCursor now properly uses a timeout value when
attempting to add to the temporary store for non-persistent messages to
prevent an indefinite wait on free space

(cherry picked from commit 5e2adc0ed7)
2018-03-09 07:41:38 -05:00
Timothy Bish d6b703bcb1 AMQ-6909 Update Qpid JMS to 0.30.0 release and Proton-j to 0.26.0
Update to latest Qpid JMS and Proton-J and the matching netty version
for Qpid JMS 4.1.22.Final
(cherry picked from commit 0bb4a5c3ab)
2018-03-02 16:14:16 -05:00
Christopher L. Shannon (cshannon) 6e7f622456 AMQ-6901 - Add NPE check inside DestinationMap filter
(cherry picked from commit 703b7b1510)
2018-02-16 14:33:27 -05:00
Christopher L. Shannon (cshannon) 3c2d5a3015 AMQ-6901 - Make sure proper policy is used to configure a destination
When multiple wildcard policies exist in a hierarchy it was possible for
the wrong policy to be selected when configuring a destination

(cherry picked from commit 2ce1c1352f)
2018-02-16 10:42:59 -05:00
Claus Ibsen 4841ff56e3 Upgrade Camel 2018-02-01 09:51:32 +01:00
Christopher L. Shannon (cshannon) bb2db5741b [maven-release-plugin] prepare for next development iteration 2018-01-29 08:46:14 -05:00
Christopher L. Shannon (cshannon) bd4285d3aa [maven-release-plugin] prepare release activemq-5.15.3 2018-01-29 08:42:12 -05:00
Christopher L. Shannon (cshannon) 46b1cba949 Revert "[no jira] add targetNamespace for karaf features"
This reverts commit 2745b914f0.
2018-01-29 08:32:37 -05:00
Christopher L. Shannon (cshannon) d19ad268e7 Revert "[no jira] update targetNamespace version for karaf features"
This reverts commit a7dae7ec0a.
2018-01-29 08:32:26 -05:00
Christopher L. Shannon (cshannon) 164312f888 NO-JIRA: Add missing license headers
(cherry picked from commit e5de25f4fc)
2018-01-29 08:12:16 -05:00
Christopher L. Shannon (cshannon) a7ee7ab3a9 Add schemas
(cherry picked from commit 5189b4e545)
2018-01-29 08:12:09 -05:00
Timothy Bish 4afb41afa1 AMQ-6874 Update Qpid JMS to 0.29.0 and proton-j to 0.25.0
This updates the AMQP libs Qpid JMS and Proton-J, also updates netty to
4.1.19.Final to match the version used for Qpid JMS
(cherry picked from commit a3f65e0aec)
2018-01-22 11:43:19 -05:00
gtully d8f8ae9f92 [AMQ-6815] rework to drop the batch reference from Location such that batches are free for gc when index pages are agressively cached
(cherry picked from commit ec6fa19099)
2018-01-11 08:07:58 -05:00
Christopher L. Shannon (cshannon) 7f75b4b9a6 AMQ-6884 - Replacing printStackTrace() with logging statement
(cherry picked from commit 4535e8f097)
2018-01-11 07:27:49 -05:00
Sami Nurminen c9eb5a7251 AMQ-6327 - Remove System.out.println 2017-12-22 18:25:53 -05:00
Hadrian Zbarcea a7dae7ec0a [no jira] update targetNamespace version for karaf features 2017-12-22 00:35:45 -05:00
Hadrian Zbarcea 2745b914f0 [no jira] add targetNamespace for karaf features 2017-12-22 00:31:02 -05:00
Łukasz Dywicki 3e9ee71062 AMQ-6861 Allow customisation of network bridge creation logic. 2017-12-20 22:17:17 -05:00
Sami Nurminen 2f1a6d3b3b AMQ-6327 - getNextScheduledTime() returns incorrect time when working with day of month 2017-12-20 21:32:32 -05:00
gtully 0464d53233 [AMQ-6847] limit the retry loop to one iteration overa all pending messages such that new additions are not replayed to avoid duplicates
(cherry picked from commit 03b19b9da4)
2017-12-19 07:18:12 -05:00