Justin Bertram
499f737343
ARTEMIS-1465 improve MQTT protocol logging
2017-10-23 15:12:56 -04:00
Christopher L. Shannon (cshannon)
b386c7c5ae
ARTEMIS-1469 - Add support for trusting any client certificate
...
Added a new trustAll flag which will support trusting any client
keystore when doing testing against a broker. This setting should not
be used in production and is strictly for testing.
2017-10-19 08:57:10 -05:00
Andy Taylor
a64d7c2e42
ARTEMIS-1463 - added SSL example + docs
...
also added support for anon login
https://issues.apache.org/jira/browse/ARTEMIS-1463
2017-10-18 15:24:44 -05: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
Michal Tóth
db198ebb64
NOJIRA docs clarification of divert position in broker.xml file
2017-10-12 09:19:30 +02:00
Clebert Suconic
e31f447032
ARTEMIS-1461 Allow changing of messages through interceptors
2017-10-11 21:01:48 -04:00
Michael Andre Pearce
4db8cd54ca
ARTEMIS-1446 - Support Transformer configuration by properties
...
Update Tranformer to be able to handle initiation via propertiers (map<string, string>)
Update Configuration to have more specific transfromer configuration type, and to take properties.
Support back compatibility.
Add AddHeadersTransformer which is a main use case, and can act as example also.
Update Control's to expose new property configuration
Add test cases
Update examples for new transformer config style
2017-10-09 17:29:10 -04: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
Justin Bertram
69d4252b37
NO-JIRA fix groupID URL doc
2017-10-02 10:04:11 -05:00
Justin Bertram
a181372256
NO-JIRA correct connectionLoadBalancingPolicyClassName in docs
2017-09-28 21:15:57 -04:00
Justin Bertram
abcf4b747e
ARTEMIS-1428 support max frame payload length for STOMP websocket
2017-09-26 15:17:07 -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
gtully
d402756e09
ARTEMIS-1373 - ensure roleName is in the doc config example
2017-09-07 16:14:55 +01:00
gtully
99b2e4c0fb
ARTEMIS-1373 - support memberOf type query for role mapping and respect roleName attribute AMQ-3064
2017-09-07 14:11:48 +01:00
gtully
125bd41f9d
ARTEMIS-1372 ARTEMIS-1373 documentation updates
2017-09-06 10:22:28 +01:00
Justin Bertram
714655a051
NO-JIRA improve password masking doc & code
...
Move password masking documentation into its own chapter and tweak it a
bit for clarity and comprehensiveness.
2017-09-05 16:40:38 -04:00
Stanislav Knot
e9c601dd2c
ARTEMIS-1385 fixed uncomplete comment and typo
2017-09-05 10:42:10 +02:00
Justin Bertram
bb7251ba08
ARTEMIS-1380 simplify docs with URL syntax
2017-08-31 12:04:08 -04:00
Otavio R. Piske
5325c9db87
ARTEMIS-1291 - fix incorrect links in the documentation
2017-08-31 10:30:52 -04:00
Michael Andre Pearce
91abc8770c
ARTEMIS-1360 Update config-reload documentation on queues
...
Updated details on max-conumsers and purge-on-no-consumers now these fields on queue update on reload.
2017-08-30 10:54:22 -04:00
Howard Gao
9a9976bd31
ARTEMIS-1360 Documenting runtime reloadable configuration
...
Adding details about broker's configuration parameters
that can be reloaded during runtime.
2017-08-29 21:05:07 -04:00
Justin Bertram
90b7f075d0
NO-JIRA clean up docs
...
Remove some out-dated material, fix a few links, & clean up a few
random bits.
2017-08-28 21:38:03 -05:00
Francesco Nigro
249745506e
ARTEMIS-1367 Add LOG to the Critical Analyzer policies
2017-08-22 17:37:01 +02:00
Pat Fox
a00c8ef94a
NO-JIRA removed out of date info regarding jms queue specific config
2017-08-19 12:58:48 -04:00
Michael André Pearce
ec5eb4b754
ARTEMIS-1355 - correct doc Undo PR 1438
2017-08-17 19:39:58 +01:00
Michael Andre Pearce
569bd42ba5
ARTEMIS-1346 Add initial Management Console Documentation
...
Added some initial documentation
2017-08-17 10:09:17 -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
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
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
gtully
5909a24cd3
[ARTEMIS-1310] addition of sample config scope to krb5 doc
2017-08-09 17:21:39 +01:00
Jiri Danek
48f50fccbe
NO-JIRA Updates to management.md doc
...
* add Jolokia to the initial list of ways to access management API
* remove mentions of core queues, etc. (pre-addressing change)
* activemq.notifications can be consumed with any client
* activemq.management can be accessed only with Core or Core JMS clients
* *.management.*Control are interfaces, not classes
* remove ObjectNames from the summary of management methods.
IMO that made the short paragraphs hard to read.
And one can intuitively find them in jconsole,
or use the Builder class to construct them in code.
* move the note about empty filter to the queue management section
* add code snippet for creating ObjectName with ObjectNameBuilder
* mention web console and bin/artemis for interactive management
* fix few typos
2017-08-08 13:37:08 -04:00
gtully
db62ed92f7
[ARTEMIS-1310] require mechanism to be explicitly enabled
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
Justin Bertram
afd46c15fd
ARTEMIS-1323 fix response code for REST ack
2017-08-07 18:47:33 -04:00
Justin Bertram
d3f68a1a3a
REST documentation fixes
2017-08-07 18:47:33 -04:00
Justin Bertram
b6e48eb14c
ARTEMIS-1320 allow URL for REST/broker connection
2017-08-07 18:47:33 -04:00
Clebert Suconic
f16af75354
ARTEMIS-1324 Deadlock detection and health check of critical components
2017-08-07 18:40:03 -04:00
Michael André Pearce
92c3e7ef97
NO JIRA: Doc correction
...
From here, it seems the default is -1 not 0 as originally stated in doc.
d055411f21/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ActiveMQDefaultConfiguration.java (L337)
2017-08-03 11:37:15 -04:00
Michael Andre Pearce
827006760e
NO-JIRA: Update Logo
2017-07-25 01:51:01 +01:00
Erich Duda
22b4755fbb
ARTEMIS-1265 JaCoCo profile for getting code coverage report
...
Added two maven profiles for:
- generating JaCoCo exec files
- generating JaCoCo reports
2017-07-24 09:56:08 -04:00
Jiri Danek
006c31ffec
NO-JIRA Fix documentation for <broadcast-group> <connection-ref> ...
...
Followup to #553 , eliminate all occurrences of the old connector-ref
config (that used to use connector-name attribute) in broker.xml.
2017-07-24 09:52:09 -04:00
Jiri Danek
3e1237c1eb
NO-JIRA fix few typos and a docstring
2017-07-11 19:34:06 -04:00
Daniel Kulp
cc04b8ff17
Minor typo in docs
2017-07-07 15:53:50 -04:00
Armand Roelens
1ecbd97cd4
ARTEMIS-1252 Add service loading of password codec to obtain its implementation from the app's root context
2017-06-29 16:00:00 -04:00
Christopher L. Shannon (cshannon)
35f6ebb2cb
NO-JIRA: Minor documentation fix
2017-06-22 16:12:01 -04:00
Michael Andre Pearce
f63f130407
ARTEMIS-1235 delete queues when broker.xml changes
...
Add extra configuration to address-settings to be able to
control / enable address/queue deletion by pattern,
rather than a global toggle.
Add support in the reload logic to remove address
and/or queues if the address matches an address setting,
where it is enabled.
2017-06-22 12:12:12 -04:00
Michael Andre Pearce
1bfa1ad4fe
ARTEMIS-1205: AMQP Shared Durable Subscriber - Document Update
...
Update documents for new configuration toggle for 'amqp-use-core-subscription-naming '
2017-06-19 23:05:10 +01:00
Bennet Schulz
060781d430
NO-JIRA fix typos in documentation
2017-06-16 10:58:23 +02:00