Howard Gao
cd551bfba0
ARTEMIS-1389 Add non-null check to ServerSessionImpl.doClose()
...
An Openwire connection creates an internal session used to track
transaction status, it doesn't have a session callback. When
the connection is closed, the core session should check if
callback is null to avoid NPE.
2017-09-05 16:16:33 -04:00
Pat Fox
4618b192c2
ARTEMIS-1381 add JMX operation removeAllMessages() to the queue
...
fix checkstyle trailing spaces
2017-09-01 00:55:07 +02:00
Clebert Suconic
ed1b268d42
[maven-release-plugin] prepare for next development iteration
2017-08-31 13:48:09 -04:00
Clebert Suconic
21f2a4a52c
[maven-release-plugin] prepare release 2.3.0
2017-08-31 13:47:57 -04:00
Clebert Suconic
6483e4a0aa
ARTEMIS-1378 Improving update Queues and Addresses
2017-08-30 22:45:33 -04:00
Justin Bertram
2f5a9322d0
ARTEMIS-1379 Some queue stats not threadsafe
2017-08-30 10:53:43 -04:00
Clebert Suconic
f37093e33c
ARTEMIS-1378 Removing System.out left by accident
2017-08-30 10:41:11 -04:00
Clebert Suconic
0df12657af
ARTEMIS-1378 Update Address is broken, may lose messages
2017-08-29 20:48:01 -04:00
Clebert Suconic
6fda75a9fc
ARTEMIS-1297 Load balance or redistribution of AMQP Messages
2017-08-29 12:56:15 -05:00
Michael Andre Pearce
9fbbb7c416
ARTEMIS-1361 - Support Updating queue config from broker.xml at runtime
...
Add support to update Queue config via reload using existing updateQueue method at runtime.
Add/extend unit test cases to include testing reload of queue config.
2017-08-25 22:46:50 -04:00
Clebert Suconic
f2d74e7a43
ARTEMIS-1367 Moving CriticalAnalyzerPolicy
2017-08-24 18:08:01 -04:00
Michael Andre Pearce
45ea110f62
ARTEMIS 1369: Include queue name in security errors
...
Add new error in message bundle to include queue
update security check to support taking optional queue
update code that is operating on queues to pass the queue name during check so queue name could be in the error log if security issue.
2017-08-23 11:00:52 -04:00
Clebert Suconic
aa2f0b9f17
ARTEMIS-1356 Fixing assertion logic
2017-08-23 09:05:36 -04:00
Erich Duda
d6cbc0aa88
ARTEMIS-1368 Artemis gets to state when it doesn't respond to producer
...
There is a leak on replication tokens in the moment when a backup is
shutdowned or killed and the ReplicationManager is stopped. If there
are some tasks (holding replication tokens) in the executor, these
tokens are simply ignored and replicationDone method isn't called on
them. Because of this, some tasks in OperationContextImpl cannot be
finished.
2017-08-23 12:46:47 +02:00
Francesco Nigro
e0881448c1
ARTEMIS-1356 Avoid allocations and atomic operations to recognize handler's thread
2017-08-22 22:12:26 -04:00
Francesco Nigro
249745506e
ARTEMIS-1367 Add LOG to the Critical Analyzer policies
2017-08-22 17:37:01 +02:00
Clebert Suconic
ce6942a9aa
ARTEMIS-1353 Initial replication of large messages out of executor
...
This is based on the work @jbertram made at the github pr #1466 and the discussions we had there
2017-08-18 16:19:25 -04:00
Andy Taylor
4ee9580e69
ARTEMIS-1350 - Added close button to console for client objs
...
https://issues.apache.org/jira/browse/ARTEMIS-1350
2017-08-18 13:55:37 +01:00
Christopher L. Shannon (cshannon)
03785a3142
ARTEMIS-1347 - Pass the QueueBinding to beforeCreateConsumer
...
Instead of just the queue name the entire QueueBinding object is now
passed to the beforeCreateConsumer plugin method. Also cleaned up some
comments
2017-08-17 10:14:11 -05:00
Martyn Taylor
bb3965b7f7
ARTEMIS-1349 Add management views for client objects
2017-08-17 10:44:41 +01:00
Clebert Suconic
69e345f291
ARTEMIS-1333 oops
2017-08-10 21:46:27 -04:00
Christopher L. Shannon (cshannon)
64bacee28a
ARTEMIS-1332 Always return a response to the client on session metadata add
...
This will make sure that if there is an ActiveMQException thrown the
client will get notified and not hang.
2017-08-10 12:28:14 -04:00
Clebert Suconic
012fe58b2c
ARTEMIS-1333 fixing test, cannot flush itself from Runnable
2017-08-09 16:02:10 -04:00
Michael Andre Pearce
0bc5510059
ARTEMIS-1342: Support Netty Native KQueue on macOS
...
Add support for KQueue for when server or client runs on macOS. This is inline with the epoll support for linux.
2017-08-09 15:23:16 -04:00
Clebert Suconic
fabc0701a3
ARTEMIS-1333 SendACK listener fix
2017-08-09 15:18:54 -04:00
Clebert Suconic
96c6268f5a
ARTEMIS-1333 SendACK listener message loss (adding test)
...
next commit should have the fix.
this is to make it easy to confirm the fix by people looking.
2017-08-09 15:18:54 -04:00
Clebert Suconic
1ace306121
ARTEMIS-1328 Improving direct delivery check
...
Instead of wait to flush an executor,
I have added a method isFlushed() which will just translate to the
state on the OrderedExecutor.
In the case another executor is provided (for tests) there's a delegate
into normal executors.
2017-08-08 14:00:58 -04:00
gtully
9fedb47c40
[ARTEMIS-1310] [ARTEMIS-1264] consolidate configuration to require login configuration scope
2017-08-08 13:28:50 -04:00
gtully
ca7197b5c3
[ARTEMIS-1310] add amqp sasl gssapi mechanism support
...
delegate to the jdk saslServer. Allow acceptor configuration of supported mechanismis; saslMechanisms=<a,b>
and allow login config scope for krb5 to be configured via saslLoginConfigScope=x
2017-08-08 13:28:50 -04:00
Clebert Suconic
f16af75354
ARTEMIS-1324 Deadlock detection and health check of critical components
2017-08-07 18:40:03 -04:00
Clebert Suconic
7bd454739c
ARTEMIS-1327 changing exception hangling on plugins
2017-08-07 16:26:37 -04:00
Christopher L. Shannon (cshannon)
a3a614ee8b
ARTEMIS-1327 - Support checked exceptions in ActiveMQServerPlugin
...
This will allow plugin writers to use checked exceptions when writing
plugins
2017-08-07 16:24:19 -04:00
Justin Bertram
b6b8fa411f
ARTEMIS-1322 ServerLocator option to ignore topology for load-balancing
2017-08-04 13:56:30 -05:00
Michael Andre Pearce
776ec0b9fd
ARTEMIS-1313 getAddresses in PostOfficeImpl does not correctly return all addresses
...
Fix so that getAddresses uses addressInfoMap instead of the mappings so that addresses without queues also are returned
2017-08-02 12:50:34 -04:00
Justin Bertram
610737bc30
ARTEMIS-1306 clarify identity for authn failures
2017-07-28 18:00:06 -04:00
Martyn Taylor
69f8263267
ARTEMIS-1303 Fix interleave during replication sync
2017-07-26 10:25:47 +01:00
Clebert Suconic
fdad83be22
[maven-release-plugin] prepare for next development iteration
2017-07-24 21:21:18 -04:00
Clebert Suconic
71b1cc2a20
[maven-release-plugin] prepare release 2.2.0
2017-07-24 21:21:06 -04:00
Justin Bertram
59841b8872
ARTEMIS-1302 make quorum voting more transparent
2017-07-21 19:39:06 -05:00
Clebert Suconic
8f5f2bbe52
ARTEMIS-1300 Deadlock when Core direct deliverying and AMQP receive
2017-07-20 08:59:32 -04:00
Martyn Taylor
e742de7d6e
ARTEMIS-1290 QueueQuery add prefix on address 2
2017-07-18 16:16:42 -04:00
Martyn Taylor
34df3afe0c
Revert "ARTEMIS-1290 QueueQuery add prefix on address"
...
This reverts commit 44506f2258
.
2017-07-18 16:16:42 -04:00
Clebert Suconic
41a03de02f
ARTEMIS-1287/ARTEMIS-1292 Fixing intermittent failure on reconnects
2017-07-18 10:24:39 -04:00
Andy Taylor
6f140897c6
ARTEMIS-1296 - fix quorum vote
...
Add a check on top of just being able to connect to a live broker
https://issues.apache.org/jira/browse/ARTEMIS-1296
2017-07-18 08:10:11 +01:00
Martyn Taylor
44506f2258
ARTEMIS-1290 QueueQuery add prefix on address
2017-07-17 10:31:20 -04:00
Michael Andre Pearce
2cbee11230
ARTEMIS-1289 Fix: Unable to configure queues containing "/" in broker.xml
2017-07-17 10:41:02 +01:00
Clebert Suconic
f18b4ee0c9
ARTEMIS-1287/ARTEMIS-1292 Complete Page on the Journal
...
fixing PagingTest.testDeletePhysicalPages
2017-07-14 15:04:45 -04:00
Clebert Suconic
3820ab8bb5
ARTEMIS-1284 Deleting a queue is not cleaning up page
...
This is fixing JMSPagingFileDeleteTest.testTopicsWithNonDurableSubscription
Issue introduced at 84e8a87325
2017-07-12 20:52:22 -04:00
Timothy Bish
22b8076b71
ARTEMIS-1283 Fix delay on drained response
...
On completion of drain the response is not flushed and the
client can wait a few seconds before another broker task
flushes the work. Flush the connection after updating the
linked as being drained. Also perform the work with the
connection lock held to prevent conccurent update of proton
state.
2017-07-12 19:20:01 -04:00
Clebert Suconic
3e48cd7787
ARTEMIS-1248 Fixing regression on Page.writing to live page
...
This is fixing ReplicatedPagedFailoverTest.testCommitOccurredUnblockedAndResendNoDuplicates
Even though the issue is not on replication.
2017-07-12 10:12:41 -04:00