Clebert Suconic
319578be2b
ARTEMIS-921 Fixing Slow Consumer when multiple consumers on same queue
...
(cherry picked from commit 599aaa5345
)
2017-01-16 11:37:54 -05:00
Howard Gao
ae252af485
ARTEMIS-921 Consumers killed as slow even if overall consuming rate is above threshold
...
(cherry picked from commit 90cf239829
)
2017-01-16 11:37:54 -05:00
Justin Bertram
3ae2094842
ARTEMIS-914 use defaults for ReplicaPolicy
...
(cherry picked from commit 22c6a81135
)
2017-01-11 14:19:39 -05:00
Clebert Suconic
2a485602fe
ARTEMIS-913 Slow consumer detection not working when paging
...
(cherry picked from commit 9f9ffc1ff5
)
2017-01-09 12:35:10 -05:00
Andy Taylor
6d022d035e
ARTEMIS-892 - add lock to tick method
...
https://issues.apache.org/jira/browse/ARTEMIS-892
(cherry picked from commit 198143edd0
)
2016-12-16 14:16:57 -05:00
Clebert Suconic
99a62f75f2
ARTEMIS-890 Improving Paging consistencies with broker.persistent = false. Block, Page and Drop will now work under non persistent
...
(cherry picked from commit 332338d018
)
2016-12-14 14:40:38 -05:00
Andy Taylor
af443d7052
ARTEMIS-891 - upgrade proton to 0.16
...
https://issues.apache.org/jira/browse/ARTEMIS-891
(cherry picked from commit 881615e646
)
2016-12-14 14:30:21 -05:00
zhabba
3b33705b87
Update security.md
...
Actual number of permissions is eight, not seven.
(cherry picked from commit 58e79eb5e4
)
2016-12-13 10:35:56 -05:00
Clebert Suconic
16f871d5d5
ARTEMIS-882 fixing checkstyle
...
(cherry picked from commit 66e7e6645d
)
2016-12-09 16:58:29 -05:00
Clebert Suconic
78042ba0e1
ARTEMIS-882 Supporting lists on URIs
...
(cherry picked from commit dc472192f4
)
2016-12-09 16:24:45 -05:00
Clebert Suconic
3758f2a0c2
NO-JIRA: script to merge 1.x
2016-12-09 14:51:31 -05:00
Clebert Suconic
ebbc91c728
[maven-release-plugin] prepare for next development iteration
2016-12-06 16:59:52 -05:00
Clebert Suconic
5bcbea2517
[maven-release-plugin] prepare release 1.5.1
2016-12-06 09:47:43 -05:00
Clebert Suconic
38e25caf1d
This closes #904
2016-12-06 09:06:30 -05:00
Howard Gao
c4339d809b
Fix JMSDurableTopicRedeliverTest.testRedeliverNewSession test failure
2016-12-06 11:02:27 +08:00
Clebert Suconic
5f1509c4fd
NO-JIRA: Removing empty test
2016-12-05 15:45:40 -05:00
Clebert Suconic
18419863af
This closes #903
2016-12-01 21:38:19 -05:00
Clebert Suconic
9c5a91b481
ARTEMIS-748 Negative Address Size after paging
2016-12-01 21:38:19 -05:00
Clebert Suconic
895ffb5b3c
This closes #900
2016-12-01 17:48:17 -05:00
Ville Skyttä
a99617ae6b
Treat STOMP 1.1+ undefined header escape sequences as errors
...
https://stomp.github.io/stomp-specification-1.2.html#Value_Encoding
2016-11-30 17:56:49 -05:00
Clebert Suconic
f820e01249
This closes #899
2016-11-29 15:24:06 -05:00
Clebert Suconic
43634c098b
ARTEMIS-863 parsing spaces properly on network health addresses and avoiding loopback on configuration
2016-11-29 15:24:06 -05:00
Clebert Suconic
5a9647cd76
This closes #901
2016-11-29 09:47:03 -05:00
Andy Taylor
2d81f0a8d0
ARTEMIS-866 - quorum fixes
...
remove reconnect attempt as it serves no purposes as replication has stopped anyway.
Ensure if vote fails thatthe latch is counted down to avoid delay.
If we can't detect live has failed signal failure in replicating.
https://issues.apache.org/jira/browse/ARTEMIS-866
2016-11-29 07:31:23 +00:00
Clebert Suconic
cf1c4d16c4
This closes #898
2016-11-28 15:21:14 -05:00
Christian Posta
9f179bb4e6
changed AIO to ASYNCIO in docs to match the correct setting options
2016-11-28 13:14:06 -07:00
Clebert Suconic
c709d7b8cd
This closes #897
2016-11-28 09:06:19 -05:00
Andy Taylor
5255054144
NO-JIRA: fixing example configuration
2016-11-28 09:06:06 -05:00
Clebert Suconic
9a60baf923
ARTEMIS-863 small tweak on doc
2016-11-23 14:49:25 -05:00
Clebert Suconic
5f7f0785c9
This closes #896
2016-11-23 11:16:09 -05:00
Dmitrii Tikhomirov
3995319dca
ARTEMIS-865 Remove e.printStackTrace() from code
2016-11-23 11:15:54 -05:00
jbertram
a43c92a686
This closes #895
2016-11-23 10:14:14 -06:00
Clebert Suconic
402f25be7d
ARTEMIS-473/ARTEMIS-863 Detect network failures
2016-11-23 10:14:14 -06:00
Clebert Suconic
0e1fa2b968
This closes #894
2016-11-23 10:16:07 -05:00
Howard Gao
1487fe6bdd
ARTEMIS-864 Sending to a destroyed temp queue didn't get exception
2016-11-22 19:42:38 +08:00
Clebert Suconic
442b8ef659
This closes #885
2016-11-21 17:21:44 -05:00
Paul Gallagher
3f60e9cf88
NO-JIRA: Move version properties to top level pom and add the runtime artifacts to the dependencyManagement
2016-11-21 17:21:44 -05:00
Clebert Suconic
2f7053382e
This closes #866
2016-11-21 11:24:51 -05:00
Andy Taylor
6628db4892
ARTEMIS-825 - Invalid selector not handled correctly in AMQP
...
this changes propogates the error to the client and closes the sender correctly
https://issues.apache.org/jira/browse/ARTEMIS-825
2016-11-21 11:24:51 -05:00
Andy Taylor
329c533d21
ARTEMIS-823 = broker doesn't settle rejected messages
...
Currently we don't settle rejected messages at the broker, we should always settle when rejected
https://issues.apache.org/jira/browse/ARTEMIS-823
2016-11-21 11:24:51 -05:00
Clebert Suconic
f509c081c1
This closes #893
2016-11-21 11:23:11 -05:00
Shaun Appleton
f570b5aa17
ARTEMIS-859 Add BACKLOG_PROP_NAME on the TransportConstants list
2016-11-21 11:22:29 -05:00
Clebert Suconic
135f00e99c
This closes #892
2016-11-19 17:05:39 -05:00
Ryan Yeats
fd12266449
ARTEMIS-860 add artemis-openwire protocol to osgi feature and fix bundle issues
2016-11-19 08:55:58 -07:00
Clebert Suconic
a3bd2c9c73
This closes #891
2016-11-17 14:25:05 -05:00
Benjamin Graf
779b2c9021
NO-JIRA: ignore of IDE configurations
2016-11-17 17:49:41 +01:00
Clebert Suconic
e5f05a3a11
This closes #890
2016-11-17 10:48:49 -05:00
Will Reichert
127ce3a84a
NO-JIRA: change netty leak detection override to only disable if not specified on command line
2016-11-17 10:48:28 -05:00
Martyn Taylor
53b00e1dd5
This closes #888
2016-11-16 14:41:19 +00:00
Clebert Suconic
9009d12b5a
ARTEMIS-851 Allowing broker configuration to be changed through system properties
...
This will use Bean Utilities to change propertyes at the main configuration.
2016-11-16 14:41:18 +00:00