Christopher L. Shannon (cshannon)
57b269a568
fixing KEYS format
...
(cherry picked from commit caa6e33362bb89ac59f4e13c0e2133b059e02951)
2015-10-12 16:26:46 +00:00
Christopher L. Shannon (cshannon)
070e0a17e5
Adding my key
...
(cherry picked from commit f580b722706195a57439a7449c62fcc3d9074ef5)
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 4adc8e4f4e57a4335643f49c3072e5fd531c7f27)
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 816e8dfe5413cf9316bf1946afe6f236d85f8351)
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 aa743cbd7ab7815bfa84e11aee9d3783c08e9eea)
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 b83c38b04c3e4330e6d5f57e4c5d7f3fd62942f0)
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 4a8fec4a6698552ee14c232f122f3c7387679b38)
2015-10-07 16:41:54 +00:00
Claus Ibsen
eefe2c3a15
Upgrade jolokia
...
(cherry picked from commit 95be3698cd392f4415c0a8ab5e15b41a90d0223a)
2015-10-07 15:00:15 +00:00
Claus Ibsen
4101733d31
Upgrade Camel
...
(cherry picked from commit 2e4c907f2dd844da572d896bc2191004c2132edb)
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 dc06c8dc7540233aad6722afe554c2ea505754e2)
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 bbcd93803207f22d6c549bc79dd7d0c28e16be26)
2015-10-06 11:34:18 -04:00
Timothy Bish
82a2c0553a
https://issues.apache.org/jira/browse/AMQ-5996
...
When possible check for noLocl changes on durable subscription
reactivation and recreate the durable sub if it changes. For both
selector change and noLocal change also update the AbstractSubscription
selectorExpression so it matches with what was requested.
(cherry picked from commit 81b4b9ae3d17c83c42c17290348e2aed6f17d28b)
2015-10-01 19:25:46 -04:00
Christopher L. Shannon (cshannon)
90122ec49f
https://issues.apache.org/jira/browse/AMQ-5990
...
Disabling JMX for the Commons Pool implementation inside of
PooledConnectionFactory. In the future if we want JMX we should
enable our own JMX stats that are independent of Commons Pool.
(cherry picked from commit 7c7c505057ec350eada8d5194b7e30337277f9b2)
2015-10-01 18:11:48 +00:00
Christopher L. Shannon (cshannon)
5488d8a030
https://issues.apache.org/jira/browse/AMQ-5968
...
Fixing a potential null pointer exception when attempting to use
scheduler support with replicated levelDB, which is currently not
supported.
(cherry picked from commit 130455c925786c4bf3333e59240ff0789b9d026f)
2015-09-21 17:38:44 +00:00
Dejan Bosanac
70a49b0fa2
https://issues.apache.org/jira/browse/AMQ-5972 - wildcard policy entries not applied in correct order
...
(cherry picked from commit ee4672baaf190782c197b886f13aea566ba3253f)
2015-09-17 12:03:00 +00:00
Christopher L. Shannon (cshannon)
4481096428
https://issues.apache.org/jira/browse/AMQ-5967
...
Updating temporary limit disk check to take into account space being
used by the temporary store itself
(cherry picked from commit 4f8d56aaf60f99abe643e79c6c4940a571289a86)
2015-09-14 19:49:49 +00:00
Timothy Bish
f5b83cbc8f
https://issues.apache.org/jira/browse/AMQ-5959
...
Add check to avoid NPE
(cherry picked from commit f58683ea07c49aa567a3dc888b12b7de92918ed6)
2015-09-08 10:07:24 -04:00
Timothy Bish
3ffbaf9d89
https://issues.apache.org/jira/browse/AMQ-5958
...
Update commons pool2 to latest release: 2.4.2 as of now.
This closes #139
2015-09-04 12:12:56 -04:00
Timothy Bish
8c763758c8
Fix compilation issue introduced on last merge.
2015-09-04 10:57:13 -04:00
Timothy Bish
4e32f1e2db
AMQ-5949 Treat maxSendRetries of -1 as infinite.
...
(cherry picked from commit 505916b92797035c6c41174f220d9e9c9f669b79)
2015-09-02 16:37:55 -04:00
Christopher L. Shannon (cshannon)
b5663bb0a9
https://issues.apache.org/jira/browse/AMQ-5941
...
Modifying ActiveMQResourceAdapter to implement Serializable to support
WebLogic.
(cherry picked from commit d983d525ce22025dd6ad4b27e729e1a1917f06f5)
2015-09-02 20:09:00 +00:00
gtully
3619724d97
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-08-31 13:34:54 -04:00
Christopher L. Shannon (cshannon)
c709831d8b
https://issues.apache.org/jira/browse/AMQ-5926
...
Adding camel and related dependencies to the activemq-all shaded jar
(cherry picked from commit 45e37e97884484ba9c71ed21a19827b8271b9191)
2015-08-20 16:35:56 +00:00
gtully
e546d29997
AMQ-5933 - add test and fix
...
(cherry picked from commit 3c2ed9352b38f39ba57b322b9006ab82d7a4470f)
2015-08-19 11:23:21 -04:00
Timothy Bish
9ecef371ae
Update KEYS
2015-08-17 18:03:28 -04:00
gtully
4c343ebd12
AMQ-5920 - make using a vt transaction configurable, a transaction negates concurrentstoreanddispatch and imposes local 2pc on mKahadb so needs to be off by default
...
(cherry picked from commit ffdaeb2bd19b299613de7aebc809079bc2cd4416)
2015-08-17 17:06:35 -04:00
gtully
6668f7b14f
https://issues.apache.org/jira/browse/AMQ-5794 - duplex network case calls start twice and would start a connect check timer in error. Fix is to only start connectiontimeout if we have not already started the rest of the monitoring
...
(cherry picked from commit e5a94bfee2bc850f1999c58c2916655e8caba2d3)
2015-08-12 12:52:19 -04:00
Timothy Bish
497d5b4f79
Update version for next patch release iteration.
2015-08-10 17:04:32 -04:00
Timothy Bish
9f50ce3d00
Use a later Apache perent to resolve some issue with builds running on
...
newer maven versions etc.
2015-08-10 16:29:18 -04:00
Timothy Bish
6cdd750ddc
[maven-release-plugin] prepare for next development iteration
2015-08-10 11:04:26 -04:00
Timothy Bish
a9eeb03520
[maven-release-plugin] prepare release activemq-5.12.0
activemq-5.12.0
2015-08-10 11:04:17 -04:00
Timothy Bish
5b1c26c4de
Add schema for missing 5.11.x releases to master.
2015-08-10 10:10:37 -04:00
Christopher L. Shannon
c6542a921b
AMQ-5748 - Cleanup and clearing cache on shutdown
2015-08-09 09:39:14 -04:00
Christopher L. Shannon (cshannon)
a49d46e3ca
https://issues.apache.org/jira/browse/AMQ-5748
...
Updating MemoryTopicMessageStore to decrement store statistics on cache
eviction. Updating KahaDBMessageStoreSizeStatTest to account for the
fact that a LRU cache is used so the last 100 messages are kept in
memroy.
2015-08-08 17:59:19 +00:00
Timothy Bish
a3c8bee1f0
https://issues.apache.org/jira/browse/AMQ-5605
...
Attempt to resolve high CPU usage after error by ensuring that the
transport is disposed along with the fire of the local error.
2015-08-07 16:21:52 -04:00
Christopher L. Shannon (cshannon)
b52796f794
AMQ-5748 - replace Map with ConcurrentMap for JDK7
2015-08-07 17:54:35 +00:00
Christopher L. Shannon (cshannon)
de24980a62
AMQ-5748 - Fixing MessageStore cache
...
This fixes KahaDBStore to properly check for an existing MessageStore
in the cache before creating a new one. This will prevent potential
issues with metrics.
2015-08-07 17:23:25 +00:00
Timothy Bish
41ee3ec8de
https://issues.apache.org/jira/browse/AMQ-5921
...
Add back support for type void and test.
2015-08-07 11:00:44 -04:00
Timothy Bish
70ef9b7e37
Increase the test timeout, passes locally if given enough time.
2015-08-06 14:52:40 -04:00
Christopher L. Shannon (cshannon)
2b7bb6f81b
https://issues.apache.org/jira/browse/AMQ-5837
...
Switching to a List to track dispatched messages in a TopicSubscription
to be consistent with a PrefetchSubscription and to prevent an error
in case acks come back out of order.
2015-08-06 17:14:09 +00:00
Timothy Bish
9827427f46
Add my key
2015-08-06 11:42:05 -04:00
Daniel Kulp
e983fe800a
Add my key
2015-08-06 11:22:41 -04:00
Daniel Kulp
306041d47c
Specify a tagNameFormat
...
(cherry picked from commit d14ae9c6efb8a8846a5e8b3cbb04df05260df4b0)
2015-08-06 11:02:41 -04:00
Timothy Bish
99229504d3
This closes #138
2015-08-06 10:00:25 -04:00
Jakub Korab
4cfb8dc602
Added code to sleep for the receive delay to receiveAsyncCountBasedMessages().
2015-08-06 09:59:37 -04:00
gtully
bab04458e4
AMQ-5918 - use property replacement for qpid-jms-version to protect example from change. There is a property replacement at assembly time
2015-08-06 12:42:32 +01:00
gtully
340728f2d1
AMQ-5920 - use implicit broker transaction for virtual topic fanout and add concurrentSend=true option to use an executor to fanout. Combination gives a 3x reduction in fanout roundtrip for small persistent messages to 100 consumer queues
2015-08-06 11:56:47 +01:00
Timothy Bish
d8c0ff1417
Fix javadoc warnings.
2015-08-05 19:01:08 -04:00
Timothy Bish
61b2f6b40e
Fix some javadoc warnings and spelling errors in the docs.
2015-08-05 18:13:42 -04:00
Timothy Bish
5e4014a976
Update instructions to relfect the latest release.
2015-08-05 13:48:53 -04:00