Francesco Nigro
249745506e
ARTEMIS-1367 Add LOG to the Critical Analyzer policies
2017-08-22 17:37:01 +02:00
Clebert Suconic
c54a26da3c
This closes #1474
2017-08-19 12:58:49 -04:00
Pat Fox
a00c8ef94a
NO-JIRA removed out of date info regarding jms queue specific config
2017-08-19 12:58:48 -04:00
Clebert Suconic
27d37b735d
NO-JIRA fixing TimedBufferTest
2017-08-19 12:48:34 -04:00
Clebert Suconic
4f8b4d054d
NO-JIRA fixing test
2017-08-19 12:44:50 -04:00
Clebert Suconic
8966b599c4
This closes #1472
2017-08-19 12:40:30 -04:00
Clebert Suconic
2033ee8c43
NO-JIRA fixing MQTT Test
2017-08-18 22:58:52 -04: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
Martyn Taylor
507176c6c1
This closes #1471
2017-08-18 13:58:48 +01: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
Justin Bertram
a5722d96cd
This closes #1470
2017-08-17 13:45:22 -05:00
Michael André Pearce
ec5eb4b754
ARTEMIS-1355 - correct doc Undo PR 1438
2017-08-17 19:39:58 +01:00
Clebert Suconic
25986d617e
This closes #1468
2017-08-17 12:29:13 -04:00
Martyn Taylor
652573a5a9
ARTEMIS-1354 Critical IO Error on AIO write failure
2017-08-17 12:29:13 -04:00
Martyn Taylor
300e5f6c63
This closes #1465
2017-08-17 17:00:25 +01:00
Justin Bertram
bcf93404c6
NOJIRA fix policy for NettySecurityClientTest
2017-08-17 17:00:25 +01:00
Justin Bertram
9f6ee43fbb
This closes #1460
2017-08-17 10:14:12 -05: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
Justin Bertram
10da406a12
This closes #1458
2017-08-17 10:12:32 -05:00
Jiri Danek
23c42401bb
NO-JIRA Add asserts to SessionTest#testIllegalStateException
2017-08-17 10:12:31 -05:00
Justin Bertram
952d835cb5
This closes #1464
2017-08-17 10:11:21 -05:00
Otavio R. Piske
654ea69e78
Implement support for intercepting additional MQTT control packets
...
Previously, only the PUBLISH packet was intercepted. This patch modifies
the code to add support for the other incoming/outgoing MQTT control
packets.
2017-08-17 10:11:21 -05:00
Justin Bertram
9cdff41da4
This closes #1467
2017-08-17 10:10:02 -05:00
Michael Andre Pearce
9e479e727d
NO JIRA Console branding/style improvements
...
CSS fixes
2017-08-17 10:10:02 -05:00
Martyn Taylor
4004c959da
NOJIRA Console branding/style improvements
2017-08-17 10:10:02 -05:00
Justin Bertram
addec5769f
This closes #1459
2017-08-17 10:09:17 -05:00
Michael Andre Pearce
569bd42ba5
ARTEMIS-1346 Add initial Management Console Documentation
...
Added some initial documentation
2017-08-17 10:09:17 -05:00
Justin Bertram
bcdefde2fb
This closes #1457
2017-08-17 10:06:44 -05:00
Michael Andre Pearce
bfe88c8fc3
ARTEMIS-1343 Update Configuring Transports Documentation
...
Updated to reflect deprecated properties.
Add a new section to cover native transport support (epoll and kqueue) added over the past few releases.
2017-08-17 10:06:44 -05:00
Andy Taylor
133dd43773
This closes #1462 Manage client objects
2017-08-17 10:55:11 +01:00
Martyn Taylor
06ea18d55c
ARTEMIS-1350 Expose Client Objects in Console
2017-08-17 10:44:41 +01:00
Martyn Taylor
bb3965b7f7
ARTEMIS-1349 Add management views for client objects
2017-08-17 10:44:41 +01:00
Clebert Suconic
f2f4708eba
This closes #1453
2017-08-15 13:06:34 -04:00
Pat Fox
4578c15281
NO-JIRA minor update to log messages on the CLI browsing
2017-08-15 13:05:42 -04:00
Clebert Suconic
cb7183c473
ARTEMIS-1348 Fixing Checkstyle
2017-08-15 12:31:06 -04:00
Clebert Suconic
9e624ba581
This closes #1461
2017-08-14 16:17:54 -04:00
Michael Andre Pearce
26752a7aaf
ARTEMIS-1348 Support LVQ for AMQP
...
Add support for LVQ, using the same property key as core "_AMQ_LVQ_NAME"
Add test case for AMQP LVQ.
2017-08-12 23:43:37 +01:00
Clebert Suconic
69e345f291
ARTEMIS-1333 oops
2017-08-10 21:46:27 -04:00
Clebert Suconic
8cef53f39d
NO-JIRA Adding LargeMessage & LVQTest
2017-08-10 21:26:17 -04:00
Clebert Suconic
cc26936917
ARTEMIS-1333 removing Exception(trace) from test
2017-08-10 14:42:16 -04:00
Timothy Bish
2c30be8809
ARTEMIS-1316 Add docs for AMQP scheduling of messages
...
Add some documentation for the scheduled message options with AMQP
Messages.
2017-08-10 14:22:52 -04:00
Clebert Suconic
e81c8c26d0
This closes #1450
2017-08-10 12:28:44 -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
gtully
840ff8d237
[ARTEMIS-1310] addition of protocol to sample acceptor url to krb5 doc
2017-08-10 14:07:26 +01:00
gtully
a4fc94880a
[ARTEMIS-1310] addition of sample acceptor url to krb5 doc
2017-08-10 13:37:57 +01:00
Clebert Suconic
901428a7c9
This closes #1456
2017-08-09 22:15:33 -04:00
Michael Andre Pearce
5793dbaa3c
ARTEMIS-1342: Support Netty Native KQueue on macOS - Logging fix
...
Correct the logging id to correct matching id for level.
Correct remoting threads prop name to begin with lower case.
2017-08-10 02:55:30 +01:00
Clebert Suconic
ba1b68faf5
This closes #1455
2017-08-09 21:00:58 -04:00
Michael Andre Pearce
62e1f7b1e1
ARTEMIS-1335 Update Netty to 4.1.14 - MQTT fix
...
Fix for MQTT in connect due to deprecated methods bug causing NPE, call new methods and null check ourselves.
Also raised https://github.com/netty/netty/issues/7076 upstream but i guess we will keep this, as the old methods are deprecated anyhow.
2017-08-10 01:52:50 +01:00
Clebert Suconic
012fe58b2c
ARTEMIS-1333 fixing test, cannot flush itself from Runnable
2017-08-09 16:02:10 -04:00