343 Commits

Author SHA1 Message Date
Clebert Suconic
6483123417 ARTEMIS-801 Dealing properly with Spaces and Special Characters on broker 2016-10-17 22:04:21 -04:00
jbertram
1f3dcf2871 ARTEMIS-750 use JAVA_HOME for Win service 2016-10-04 12:34:40 -05:00
Ville Skyttä
082b75bb3d More use of try-with-resources 2016-09-30 13:17:26 -04:00
Clebert Suconic
ec48f9ed00 ARTEMIS-765 Improve Checkstyle 2016-09-30 11:12:09 -04:00
jbertram
ea552a1f88 ARTEMIS-747 multiple CDATA events on import fails 2016-09-23 12:15:13 -04:00
jbertram
f85a9cce82 ARTEMIS-732 loading wrong arch lib 2016-09-21 16:16:33 -04:00
Clebert Suconic
4472aa0e36 ARTEMIS-581 Implement max disk usage, and global-max-size
max-disk-usage = how much of a disk we can use before the system blocks
global-max-size = how much bytes we can take from memory for messages before we start enter into the configured page mode

This will also change the default created configuration into page-mode as that's more reliable for systems.
2016-09-06 15:07:49 +01:00
Clebert Suconic
248ae383df ARTEMIS-700 Improving how the log manager is found on Posix systems 2016-08-25 14:34:50 -04:00
Ville Skyttä
5f8d9a2746 ARTEMIS-698 Remove full path + executability check of java
Fixes issues with systems that have no "which", as well as the fallback
to using plain "java" from PATH.
2016-08-25 09:55:32 -04:00
jbertram
3fd9fbe2d0 ARTEMIS-686 shutdown external components 2016-08-19 14:00:17 -05:00
Clebert Suconic
c568a9774f ARTEMIS-601 Reload manager wasn't working with backups 2016-08-11 17:25:08 -04:00
Clebert Suconic
7ba1bcbf1e changing mandatory message on CLI 2016-08-10 23:09:22 -04:00
Clebert Suconic
7d684956e2 ARTEMIS-670 Adjusting package names on CLI and adding input for destination create name 2016-08-10 19:12:58 -04:00
Howard Gao
76e7992906 ARTEMIS-670 Adding destination creation and deletion cli commands 2016-08-10 15:44:10 -04:00
Martyn Taylor
9b2294ca27 ARTEMIS-672 Use sh not bash in scripts 2016-08-10 11:10:12 -04:00
jbertram
1ef9e74f14 ARTEMIS-601 load runtime security cfg file changes 2016-08-07 20:17:56 -05:00
Martin Styk
46aad5b3a7 ARTEMIS-653 Possible Null Pointer Exception during message properties read using XmlDataImporter
Create SimpleString object only if value of attribute is not null
2016-07-25 14:32:46 -04:00
jbertram
e9db9c286d ARTEMIS-628 add BROWSE role 2016-07-12 16:21:57 -05:00
jbertram
17cf45ad4f ARTEMIS-619 stop components along with server 2016-07-08 13:23:04 -05:00
Howard Gao
3522979bda More on ARTEMIS-594: support HTTPS access to hawtio
Remove the keystore.jks in distribution
  Add documentation
  Add cli options
2016-06-30 09:56:58 +08:00
Clebert Suconic
b2de7ded1d ARTEMIS-599 add --f option to ignore locking of the server 2016-06-29 16:14:26 -04:00
Howard Gao
23475caca9 ARTEMIS-594 support HTTPS access to hawtio 2016-06-24 13:24:23 -05:00
Clebert Suconic
286a4ba9ed ARTEMIS-574 fixing home and instance on DTO, CLI and maven plugin 2016-06-17 15:05:46 -04:00
jbertram
7715b5ee12 ARTEMIS-529 support dual auth
A new feature whereby 2-way SSL connections can be authenticated differently
than non-SSL connections.
2016-06-17 11:07:03 -05:00
Ville Skyttä
3923ae45f4 Fix checkstyle redundant modifier violations 2016-06-13 20:03:54 +03:00
Ville Skyttä
e493748040 Fix checkstyle curly brace violations 2016-06-13 18:21:43 +03:00
Clebert Suconic
76af1f33d0 ARTEMIS-564 Fixing runtime with folders & spaces
https://issues.apache.org/jira/browse/ARTEMIS-564
2016-06-08 21:45:24 -04:00
jbertram
93bbd75ae6 ARTEMIS-386 fix shebang in service script 2016-06-02 15:06:23 -04:00
jbertram
b4bb5bb576 ARTEMIS-531 fix war name 2016-05-24 15:09:23 -05:00
jbertram
c5b781c9f6 ARTEMIS-532 update JMX RMI port prop 2016-05-24 12:07:45 -04:00
jbertram
4842b62d25 ARTEMIS-532 config RMI port for remote JMX 2016-05-23 18:26:21 -04:00
jbertram
6993aa9d84 ARTEMIS-533 change HTTP port from CLI 2016-05-23 18:26:21 -04:00
jbertram
643fa22d05 ARTEMIS-530 acceptor CLI config 2016-05-20 11:24:55 -05:00
jbertram
76f6c9c3bd Make a few tests more robust 2016-05-20 11:24:55 -05:00
Clebert Suconic
5f35d139be ARTEMIS-354 Fixing security option on artemis-service for windows 2016-05-17 10:43:00 -04:00
Ville Skyttä
81956e1716 Use StandardCharsets more 2016-05-16 12:09:46 -04:00
Erich Duda
a622fa7443 ARTEMIS-518 - Improvement of default thread factory 2016-05-09 14:33:41 -04:00
jbertram
927edb76f3 ARTEMIS-386 fix shebang 2016-04-25 13:21:36 -05:00
jbertram
7864577fbc ARTEMIS-420 user switch when broker is service 2016-04-13 21:29:59 -04:00
Jiri Danek
e041c40ffd ARTEMIS-466 Fix java-opts handling in maven-cli
Previously, java-opts (--java-options argument on the command line)
were not passed on to Artemis broker. This broke the client-kickoff
example, which relies on this to configure JMX.
2016-04-04 11:09:28 -05:00
Ville Skyttä
50dcb136ab Remove bashishm from ARTEMIS-318 example 2016-03-26 13:19:51 +02:00
Ville Skyttä
aa3f3bd6a7 Use try-with-resources more 2016-02-21 12:09:43 +02:00
Clebert Suconic
a275dda89c ARTEMIS-404 fixing space issues on scripts
https://issues.apache.org/jira/browse/ARTEMIS-404
2016-02-18 18:18:34 -05:00
jbertram
45b2a747ef ARTEMIS-354 set login.config for Win service 2016-01-21 10:49:04 -06:00
jbertram
2dcd10befc ARTEMIS-336 fix 'stop' command 2016-01-19 09:45:52 -05:00
Hiram Chirino
044e8e1159 Cleaner fix for: ARTEMIS-318 Can't stop broker when remote JMX enabled 2016-01-18 11:31:55 -05:00
Hiram Chirino
8c0aa41db0 Fixes ARTEMIS-348: Error Message: bin/artemis: line 109: [: too many arguments 2016-01-18 10:51:49 -05:00
jbertram
500704a7cc ARTEMIS-336 Windows script updates 2016-01-13 14:03:25 -05:00
Martyn Taylor
9b351d8236 ARTEMIS-27 / ARTEMIS-338 Refactor Journal Encodings into new package 2016-01-13 09:38:08 -05:00
jbertram
1ad37ea2b1 ARTEMIS-336 don't hard-code instance path 2016-01-11 22:56:50 -05:00