Commit Graph

8885 Commits

Author SHA1 Message Date
Christopher L. Shannon (cshannon) ab43a15c99 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 21aa3ff35b.
2015-12-15 18:16:05 +00:00
Christopher L. Shannon (cshannon) 21aa3ff35b [maven-release-plugin] prepare for next development iteration 2015-12-15 16:19:29 +00:00
Christopher L. Shannon (cshannon) 9d789cd28e [maven-release-plugin] prepare release activemq-5.12.2 2015-12-15 16:18:53 +00:00
Christopher L. Shannon (cshannon) b0858b213b Adding activemq-5.12.2 to spring.schemas
(cherry picked from commit 09cbfa9477)
2015-12-15 15:15:21 +00:00
Dejan Bosanac 9a0298f3e9 https://issues.apache.org/jira/browse/AMQ-6077 - define default values (based on system property) for connection factory and object message
(cherry picked from commit eeec0c07b0)
2015-12-15 12:52:30 +00:00
Dejan Bosanac 5a8cd29195 https://issues.apache.org/jira/browse/AMQ-6077 - test
(cherry picked from commit 7951037f20)
(cherry picked from commit f3aedc753c)
2015-12-14 19:13:56 +00:00
Dejan Bosanac 7a262b74db https://issues.apache.org/jira/browse/AMQ-6077 - define object message trusted packages on connection factory
(cherry picked from commit 94446e53dc)
(cherry picked from commit 5e02e305ea)
2015-12-14 19:13:49 +00:00
Timothy Bish 0ac1e23d00 https://issues.apache.org/jira/browse/AMQ-6074
Make the transportConnector configs consistent across all four variants
by removing the enableCipherSuites option on openwire NIO+SSL.  RC4 was
enabled on the broker side but in later JDK releases that suite is
disbaled as it is insecure so the client side couldn't find a supported
suite.
(cherry picked from commit 315147c5ef)
2015-12-07 12:29:03 -05:00
Torsten Mielke 8daf6f503e https://issues.apache.org/jira/browse/AMQ-6071 - Log info about corrupted journal records at WARN level
(cherry picked from commit 66c348b1b8)
2015-12-04 15:24:24 -05:00
Daniel Kulp 82e12f0e5f Fix compile failure after back ports/cherry-picks 2015-12-03 19:38:28 +01:00
Dejan Bosanac 7eb9b218b2 https://issues.apache.org/jira/browse/AMQ-6013 - init serializable packages statically 2015-12-03 19:22:45 +01:00
Dejan Bosanac e7a4b53f79 https://issues.apache.org/jira/browse/AMQ-6013 - restrict classes which can be serialized inside the broker 2015-12-03 19:22:30 +01:00
gtully d5f6b0297e https://issues.apache.org/jira/browse/AMQ-6070 - set correct originalDestination property value in advisories
(cherry picked from commit 75ff17af41)
2015-12-03 09:00:39 -05:00
Christopher L. Shannon (cshannon) 58359a85d8 https://issues.apache.org/jira/browse/AMQ-6062
Updated QueueBrowserSubscription to use a ConcurrentMap to avoid a
potential race condition when multiple queue browsers browse
multiple queues.

(cherry picked from commit d346a765e3)
2015-12-02 15:55:37 +00:00
Christopher L. Shannon (cshannon) bbb002afda https://issues.apache.org/jira/browse/AMQ-6069
Fixed contains method in PrioritizedPendinList which was not returning
correctly.  This was causing messages to not be removed from the
dispatchPendingList when purge was called inside a Queue leading to an
eventual OOM error if enough messages were purged. This fix also
improves performance of the contains method.

(cherry picked from commit 8363c99b51)
2015-12-02 13:43:03 +00:00
Christopher L. Shannon 9617700725 https://issues.apache.org/jira/browse/AMQ-6066
Improving performance of OrderedPendingList contains method

Thanks for David Sitsky for the patch

(cherry picked from commit 673c2928a1)
2015-11-30 19:20:35 +00:00
Christopher L. Shannon (cshannon) a38c3d4b6b https://issues.apache.org/jira/browse/AMQ-5898
Removing assertion in VirtualDestinationInterceptor to allow
multiple composite destinations to forward to a physical destination

(cherry picked from commit 35b7ac250b)
2015-11-25 13:46:52 +00:00
Timothy Bish 451344486b https://issues.apache.org/jira/browse/AMQ-6055
Account for Authzid in SASL PLAIN mechanism and provide a means to fail
the authorization if the challenge response is invalid.  Update the
client to properly exclude sasl mechanism that don't apply to it's
configured credentials such as using only ANONYMOUS when no user or
password is set.
(cherry picked from commit b5dd0a16f4)
2015-11-20 14:40:34 -05:00
Robert Gemmell c8994b1d2e AMQ-6055: fix for earlier change to plain response encoding
(cherry picked from commit d7e4c6d96f)
2015-11-20 14:40:21 -05:00
Robert Gemmell e5c46df48c AMQ-6055: uptest test client and add [currently-ignored] test to demonstrate the issue
(cherry picked from commit ce5628a389)
2015-11-20 14:40:07 -05:00
Romain Manni-Bucau d9a79d172b release the connection even if broker communication fails
(cherry picked from commit 934f3cea7e)
2015-11-20 13:37:03 +00:00
Claus Ibsen 81ef5efdc7 Use the new 3.2.2 relese of commons-collections to fix its security issues. 2015-11-19 12:25:46 +01:00
gtully 14f6abc552 https://issues.apache.org/jira/browse/AMQ-6014 - test needs more time in ci. need to figure why it is sooo slow
(cherry picked from commit 92d5efc32c)
2015-11-13 18:41:33 +00:00
gtully e54c9ccfa0 https://issues.apache.org/jira/browse/AMQ-6014 - fix up reference counting for durable subs such that ack on one sub does not decrement usage for offline subs. Fix and test
(cherry picked from commit 1ad0117932)
2015-11-13 18:41:21 +00:00
Timothy Bish 3faf87ba8a https://issues.apache.org/jira/browse/AMQ-6037
Add support for amqp style variants of the ActiveMQ job scheduler
options set in message annotations.
(cherry picked from commit 5d353e241b)
2015-11-13 11:48:12 -05:00
Timothy Bish e0e737743c https://issues.apache.org/jira/browse/AMQ-6037
Add support for the delivery time header to allow for scheduled messages
at a desired time.
(cherry picked from commit 480b3e7c36)
2015-11-13 11:46:39 -05:00
Timothy Bish eccbd87156 AMQ-6030 Add support for composite destinations to STOMP.
(cherry picked from commit c360c3e4a3)
2015-11-13 11:36:58 -05:00
Timothy Bish 6643458539 NO-JIRA Allow validation points to use asserts, adds a new test in idle
test.
(cherry picked from commit 7c06d8d683)
2015-11-13 11:36:20 -05:00
Timothy Bish 7875e978cd https://issues.apache.org/jira/browse/AMQ-6000
Fix and test, wakeup queue dispatch when resume is called.
(cherry picked from commit 078a101cf7)
2015-11-13 11:34:25 -05:00
Timothy Bish 77cd22ce62 Update Camel to 2.15.4 release 2015-10-30 15:39:53 -04:00
Timothy Bish 42065035b6 AMQ-6032 Repack message prior to scheduler dispatch to store updated
properties in marshaled form.
(cherry picked from commit 014d5594d6)
2015-10-30 14:48:06 -04:00
Robert Gemmell bbc337fc9d AMQ-6009: update 5.12.x to use Qpid JMS 0.6.0 release, get some previously backported tests working 2015-10-30 17:19:53 +00:00
Robert Gemmell a0aa3583bc AMQ-6031: use System.nanoTime() when deriving time to tick the transport with for idle-timeout handling
(cherry picked from commit 037f91d61e)
2015-10-30 16:38:05 +00:00
Christian Schneider 547914cabc [AMQ-6020] Adding the necessary import and removing the export packages
This closes #153
This closes #152
2015-10-23 13:13:00 -04:00
Timothy Bish 796397a7e9 https://issues.apache.org/jira/browse/AMQ-6015
Add support for returning some more meaningful error codes.
(cherry picked from commit 490436c136)
2015-10-19 15:56:50 -04:00
Timothy Bish 95a9a80351 https://issues.apache.org/jira/browse/AMQ-6010
Fix for failed SSL connections not releasing the connection count in the
transport which leads to connections being rejected as having eceeded
the maximum configured connections.
(cherry picked from commit 80b526be7d)
2015-10-14 11:40:31 -04:00
Christopher L. Shannon (cshannon) 88d157faf5 [maven-release-plugin] prepare for next development iteration 2015-10-12 17:21:40 +00:00
Christopher L. Shannon (cshannon) 21c8b4695f [maven-release-plugin] prepare release activemq-5.12.1 2015-10-12 17:20:52 +00:00
Christopher L. Shannon (cshannon) 3533003dc4 Adding schema for 5.12.1 release
(cherry picked from commit 3744349d08)
2015-10-12 16:30:47 +00:00
Christopher L. Shannon (cshannon) 57b269a568 fixing KEYS format
(cherry picked from commit caa6e33362)
2015-10-12 16:26:46 +00:00
Christopher L. Shannon (cshannon) 070e0a17e5 Adding my key
(cherry picked from commit f580b72270)
2015-10-12 16:26:41 +00:00
Christopher L. Shannon (cshannon) a0d8a15465 https://issues.apache.org/jira/browse/AMQ-6004
Calling socketHandlerThread.interrupt() on TcpTransportServer stop to
make sure the broker shutsdown cleanly.

Patch applied with thanks to Erik Godding Boye

(cherry picked from commit 4adc8e4f4e)
2015-10-08 12:14:06 +00:00
Dejan Bosanac 503b62c176 https://issues.apache.org/jira/browse/AMQ-6002 - escape client id in virtual topic mqtt subscription; add test
(cherry picked from commit 816e8dfe54)
2015-10-07 16:45:49 +00:00
Dejan Bosanac 147400c231 https://issues.apache.org/jira/browse/AMQ-6002 - escape client id in virtual topic mqtt subscription
(cherry picked from commit aa743cbd7a)
2015-10-07 16:45:40 +00:00
Dejan Bosanac 95443543e7 https://issues.apache.org/jira/browse/AMQ-5997 - support legacy clients
(cherry picked from commit b83c38b04c)
2015-10-07 16:44:22 +00:00
Dejan Bosanac 69e894cda8 https://issues.apache.org/jira/browse/AMQ-5983 - mqtt virtual topic queue restore
(cherry picked from commit 4a8fec4a66)
2015-10-07 16:41:54 +00:00
Claus Ibsen eefe2c3a15 Upgrade jolokia
(cherry picked from commit 95be3698cd)
2015-10-07 15:00:15 +00:00
Claus Ibsen 4101733d31 Upgrade Camel
(cherry picked from commit 2e4c907f2d)
2015-10-07 14:59:56 +00:00
gtully 8ef31b91e6 https://issues.apache.org/jira/browse/AMQ-5994 https://issues.apache.org/jira/browse/AMQ-4000 - proper fix for duplicate sub info from the store on recovery failure from AMQ2149Test. Additional test from Christopher L
(cherry picked from commit dc06c8dc75)
2015-10-07 12:02:23 +00:00
Timothy Bish 789419ab9d https://issues.apache.org/jira/browse/AMQ-6001
Refill credit at a slightly faster rate.
(cherry picked from commit bbcd938032)
2015-10-06 11:34:18 -04:00