Clebert Suconic
b2a71d2730
ARTEMIS-1652 Improving delete logic on XmlDataImporter
...
Before this the test would use a string and a temporary file on the user's folder.
After this the test will use a temporary file with the proper File.createTemporaryFile method.
2018-02-02 12:11:42 -05:00
Howard Gao
17db696e8b
ARTEMIS-1652 XmlDataImporter forgets delete tmp files
...
When using the tool to import more than one large messages
from xml exported file, this utility class will create some
tmp files, each for one large message. However it only delete
one of the tmp files. All the rest of tmp files won't get
cleaned up.
2018-02-02 12:11:37 -05:00
Derek Wickern
17ebf2dbaa
fix ARTEMIS_HOME check in Windows batch script
2018-02-01 11:25:28 +08:00
Justin Bertram
9c8bf2f2ca
ARTEMIS-1644 legacy clients can't access resources with old prefixes
2018-01-31 18:13:29 -05:00
Clebert Suconic
5653ec9980
ARTEMIS-1639 Simplifying/fixing test and improving update topology
2018-01-31 18:05:32 -05:00
Clebert Suconic
41794add96
ARTEMIS-1623 Adding commented out broker logging into default broker.xml
2018-01-24 09:11:30 -05:00
Clebert Suconic
35222485e8
ARTEMIS-1628 Limit pool size on artemis journal
2018-01-23 10:48:31 +08:00
Clebert Suconic
61a1123ee1
ARTEMIS-1613 Integrating JDBC into CLI (create print-data and exp)
2018-01-18 20:55:00 -06:00
Howard Gao
bb84f67936
ARTEMIS-1600 Support masked passwords in bootstrap.xm and login.config
...
We provide a feature to mask passwords in the configuration files.
However, passwords in the bootstrap.xml (when the console is
secured with HTTPS) cannot be masked. This enhancement has
been opened to allow passwords in the bootstrap.xml to be masked
using the built-in masking feature provided by the broker.
Also the LDAPLoginModule configuration (in login.config) has a
connection password attribute that also needs this mask support.
In addition the ENC() syntax is supported for password masking
to replace the old 'mask-password' flag.
2018-01-18 08:59:00 -06:00
Michael André Pearce
fd0ba69793
ARTEMIS-1606 - Change AddressInfo RoutingType Set to use EnumSet
...
Change all use from Set<RoutingType> to EnumSet<RoutingType>
Deprecating any old exposed interfaces but keeping for back compatibility.
Address info to avoid iterator on getRoutingType hotpath, like wise can be avoided where single RoutingType is passed in.
2018-01-18 13:36:09 +01:00
Clebert Suconic
da164a2074
ARTEMIS-1599 fixing compatibility with 1.x exported file
2018-01-11 21:33:17 -05:00
Clebert Suconic
2cef32be6c
ARTEMIS-1591 Preserve ordering on message exporter
2018-01-09 10:34:38 -06:00
Martyn Taylor
d01844c128
[ARTEMIS-1567] Inject role into management config
2017-12-20 08:22:18 +00:00
Jiri Danek
0a2e143de5
ARTEMIS-1463 Fix broker's mBean domain name
2017-12-18 11:30:18 +00:00
Pat Fox
519abde5ff
ARTEMIS-1522 add date to timestamp in logs
2017-11-27 13:05:47 -05:00
Justin Bertram
55d7260a07
ARTEMIS-1510 refactor Maven poms
...
Clean up unused declared dependencies and undeclared dependencies which
are pulled in transitively.
2017-11-13 17:03:35 -05:00
Justin Bertram
8703d9d51d
[maven-release-plugin] prepare for next development iteration
2017-11-01 00:38:57 -05:00
Justin Bertram
ec63189a0a
[maven-release-plugin] prepare release 2.4.0
2017-11-01 00:38:56 -05:00
Justin Bertram
a44b9d5edf
[maven-release-plugin] prepare for next development iteration
2017-10-31 12:09:43 -05:00
Justin Bertram
34a7431d1b
[maven-release-plugin] prepare release 2.4.0
2017-10-31 12:07:55 -05:00
Andy Taylor
804e12c7ce
ARTEMIS-1491 - removed duplicate Jolokia instance
...
https://issues.apache.org/jira/browse/ARTEMIS-1491
2017-10-31 09:33:10 -05:00
Clebert Suconic
e34b787a77
ARTEMIS-1476 Improving output on percentiles
2017-10-26 12:20:17 -04:00
Francesco Nigro
c76369ac7e
ARTEMIS-1476 Added HdrHistogram support with verbose SyncCalculation and synchronous writes
2017-10-26 11:47:38 -04:00
Andy Taylor
62a2b14dd0
ARTEMIS-1463 - add role based authentication to the JMX objects
...
This is done by creating a guard and using JAAS to check for access to mbean objects and their methods.
NB this also implements https://issues.apache.org/jira/browse/ARTEMIS-534
https://issues.apache.org/jira/browse/ARTEMIS-1463
2017-10-16 15:39:38 +01:00
Clebert Suconic
d190b611be
ARTEMIS-1452 Improvements to IO parameters and options
...
- it is now possible to disable the TimedBuffer
- this is increasing the default on libaio maxAIO to 4k
- The Auto Tuning on the journal will use asynchronous writes to simulate what would happen on faster disks
- If you set datasync=false on the CLI, the system will suggest mapped and disable the buffer timeout
This closes #1436
This commit superseeds #1436 since it's now disabling the timed buffer through the CLI
2017-10-09 14:32:04 -04:00
gtully
8c2b73624c
ARTEMIS-1435 - use absolute path for unix script like on windows, avoid relative path not found on run from instance bin dir
2017-09-27 10:42:56 +01:00
Pat Fox
0d57c3973a
ARTEMIS-1436 update CLI StatQueue and console to allow greater_than/less_than comparison
2017-09-26 15:17:48 -04:00
Michael Andre Pearce
e9eaa7daf6
ARTEMIS-1422 Fix match change to support wildcard config
2017-09-25 11:34:34 -04:00
gtully
574e5c8c7b
ARTEMIS-1435 - provide default jolokia-access.xml security policy in etc to lock down cors to http.host
2017-09-25 10:37:09 +01:00
Pat Fox
89a64ff11c
ARTEMIS-1423 adding numeric filtering for ActiveMQServerControl.listQueues()/listAddresses()/listSessions()
2017-09-18 15:15:31 -05:00
Martyn Taylor
746810291f
ARTEMIS-1390 Start HawtIO in offline mode
2017-09-12 12:57:44 -05:00
Clebert Suconic
c8982d775b
[maven-release-plugin] prepare for next development iteration
2017-09-05 17:03:48 -04:00
Clebert Suconic
84d5ac65b4
[maven-release-plugin] prepare release 2.3.0
2017-09-05 17:03:37 -04:00
Pat Fox
87b570f7ce
ARTEMIS-1384 adding CLI command (stat) to display basic queue stats
2017-09-05 14:22:36 -04:00
Stanislav Knot
e9c601dd2c
ARTEMIS-1385 fixed uncomplete comment and typo
2017-09-05 10:42:10 +02:00
Clebert Suconic
f060f49cf1
ARTEMIS-1270 Fixing console logging with windows services
2017-09-01 12:20:32 -04: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
6fda75a9fc
ARTEMIS-1297 Load balance or redistribution of AMQP Messages
2017-08-29 12:56:15 -05:00
Clebert Suconic
16eca68bff
ARTEMIS-1370 fixing checkstyle
2017-08-23 16:08:45 -04:00
Pat Fox
9ff5741f62
ARTEMIS-1370 consumer command, does not offer a ClientID command line arg
2017-08-23 11:00:04 -04:00
Francesco Nigro
249745506e
ARTEMIS-1367 Add LOG to the Critical Analyzer policies
2017-08-22 17:37:01 +02: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
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
Clebert Suconic
f16af75354
ARTEMIS-1324 Deadlock detection and health check of critical components
2017-08-07 18:40:03 -04:00
Michael Andre Pearce
12942a609f
ARTEMIS-1270 Management Console - Hawtio Solution
...
applying Artemis skin
2017-08-01 14:55:03 -04:00
Michael Andre Pearce
cadf909f78
ARTEMIS-1270 Management Console - Hawtio Solution
...
Add Hawtio to web
Add Custom ActiveMQ Hawtio Branding Plugin
2017-08-01 14:54:27 -04:00
Jens Reimann
239479d1a3
Fix a typo in bootstrap-web-settings.txt
...
Signed-off-by: Jens Reimann <jreimann@redhat.com>
2017-08-01 09:43:14 -04:00
Pat Fox
4edb750165
fixed some minor typos in cli description annotations
2017-07-28 15:00:59 +02:00
Clebert Suconic
fdad83be22
[maven-release-plugin] prepare for next development iteration
2017-07-24 21:21:18 -04:00