Robbie Gemmell
9873fccf74
ARTEMIS-4020: switch to using SLF4J API for logging, use Log4J 2 as impl for broker distribution and tests
...
PR includes work from myself and Clebert Suconic, squashed from the new-logging branch.
2022-09-28 14:01:54 -04:00
Domenico Francesco Bruscino
0113e38695
NO-JIRA Adding Release notes about removing web content
2022-09-23 17:11:27 +02:00
Robbie Gemmell
b8771e1181
NO-JIRA: tweak/clarify previous change to versions.md
2022-09-23 14:54:12 +01:00
Clebert Suconic
c96d89a7dc
NO-JIRA Adding Release notes about removing rest
2022-09-22 15:56:30 -04:00
Marlon Müller
9fa36e7c53
ARTEMIS-3763 Use margin when checking time difference between broker and database
...
* Add configurable time margin for checking offset between database server and broker when updating lease lock
2022-09-22 14:34:33 -04:00
Clebert Suconic
5811f4fcc1
Version.md update before the release
2022-09-21 12:28:05 -04:00
Robbie Gemmell
dfa797f906
ARTEMIS-4006: remove repackaged/partial-shaded -all uber client artifacts from the assembly
2022-09-20 17:54:33 +01:00
Justin Bertram
9d20d7b87f
NO-JIRA remove out-dated GC recommendation
...
G1 is the recommended (and default) GC algorithm.
2022-09-19 14:43:56 -05:00
Domenico Francesco Bruscino
e7ff8fd427
ARTEMIS-3980 Remove web content from distribution
2022-09-16 11:02:25 -04:00
Gary Tully
871d63aaad
ARTEMIS-3978 - add some more documentation around broker properties
2022-09-15 13:27:41 +01:00
Justin Bertram
6b5a73db8a
ARTEMIS-3913 custom MQTT client ID rejection
...
Sometimes users want to perform custom client ID validation, and in the
case of an invalid client ID the proper reason code should be returned
in the CONNACK packet.
2022-09-14 11:50:36 -05:00
Justin Bertram
a254e50aae
NO-JIRA update Jolokia doc with example curl command
2022-09-13 11:30:32 -05:00
Clebert Suconic
e654eba0de
ARTEMIS-3987 Removing ActiveMQ Artemis Rest from the codebase.
...
As we discussed on the dev list, this module hasn't been used for a while, and we have been asking users to use stomp and stomp-WS instead.
2022-09-12 15:09:31 -04:00
Clebert Suconic
f953408185
ARTEMIS-3969 Removing Extra tests from the codebase
2022-09-02 13:04:53 -04:00
Clebert Suconic
36b7e154ee
Release notes 2.25.0
2022-08-30 17:21:26 -04:00
Clebert Suconic
d06459df57
ARTEMIS-3943 Adjusting defalut address settings to avoid OME from paging and flow control
2022-08-30 09:26:35 -04:00
Justin Bertram
87e9b361bb
ARTEMIS-3785 support specifying alias for SSL keystore
2022-08-24 17:22:01 -05:00
Robbie Gemmell
174270fbc2
ARTEMIS-3914: reorder and clarify some bits, use version placeholder to give specific version in example dependency declaration
2022-08-08 12:10:00 -04:00
Stephen E. Baker
dc2b67331d
NO-JIRA update address-settings.md
...
Add a note about match specificity
2022-08-03 10:17:24 -05:00
Justin Bertram
1662bc740e
NO-JIRA small update for security manager
2022-08-02 08:59:26 -05:00
Clebert Suconic
0cd203c32d
ARTEMIS-3914 Document client classpath automated
2022-08-01 15:13:02 -04:00
Justin Bertram
b93613142f
NO-JIRA core bridge doc clarification
2022-07-29 10:04:18 -05:00
Justin Bertram
53cb526d82
NO-JIRA core bridge doc fix
2022-07-29 10:03:04 -05:00
Justin Bertram
1e56f823a5
NO-JIRA fix stale project info
2022-07-26 17:22:24 -05:00
Clebert Suconic
3b24211ba9
NO-JIRA update versions.md for next release
2022-07-26 11:24:26 -04:00
Justin Bertram
631568f020
ARTEMIS-3905 update docs for disabled proxy
2022-07-25 12:41:27 -05:00
Justin Bertram
a2262612ca
ARTEMIS-3892 fix tests, add docs
2022-07-20 11:36:12 -05:00
Justin Bertram
695bc5a648
ARTEMIS-3888 make web console detection more robust
...
Currently the broker detects the presence of the web console by looking
for the name of a file (i.e. console.war). This is fragile because if
the file is renamed for any reason then the broker won't print the
status of the web console when it starts.
This commit improves web console detection by inspecting the
<display-name> tag in the war file's WEB-INF/web.xml. By default it
looks for "hawtio", but this can be customized using the system property
"org.apache.activemq.artemis.webConsoleDisplayName".
2022-07-19 13:42:56 -04:00
Justin Bertram
a0fb174c8f
NO-JIRA clarify JmsTemplate warning
2022-07-16 14:52:53 -05:00
Ryan Highley
57f48ee146
ARTEMIS-3558 Add broker-connections to config idx
...
Adds links to existing amqp-broker-connections.md doc to
configuration-index.md covering broker.xml elements.
2022-07-11 14:50:11 -05:00
Clebert Suconic
d0d2a9a16b
2.23.1 release notes on doc
2022-06-14 15:03:49 -04:00
Clebert Suconic
342565d4c1
ARTEMIS-3850 Eliminate Page Soft Cache. Add Option to read messages based on sizing.
2022-06-14 14:53:14 -04:00
Justin Bertram
c9208aafda
ARTEMIS-3851 MQTT sub q exists after restart despite CleanSession=1
...
MQTT 3.1 and 3.1.1 clients using a clean session should have a
*non-durable* subscription queue. If the broker restarts the queue
should be removed. This is due to [MQTT-3.1.2-6] which states that the
session (and any state) must last only as long as the network
connection.
2022-06-14 14:48:45 -04:00
Clebert Suconic
1223f4fb03
NO-JIRA Updating Release notes on Docs, pre release
2022-06-07 11:35:20 -04:00
Justin Bertram
73758c91f4
NO-JIRA add DB upgrade instructions for 2.21.0
2022-05-31 23:11:11 -05:00
Justin Bertram
2e1bf7fbf7
NO-JIRA update release docs for 2.22.0
2022-05-31 11:47:37 -05:00
Vilius Šumskas
d8af49d64c
NO-JIRA Improve ActiveMQBasicSecurityManager documentation
2022-05-23 12:26:33 -05:00
Justin Bertram
974bd5f6e1
ARTEMIS-3808 support start/stop embedded web server via mngmnt
...
It would be useful to be able to cycle the embedded web server if, for
example, one needed to renew the SSL certificates. To support
functionality I made a handful of changes, e.g.:
- Refactoring WebServerComponent so that all the necessary
configuration would happen in the start() method.
- Refactoring WebServerComponentTest to re-use code.
2022-05-23 10:57:49 -05:00
iliya
0b321ab8ff
ARTEMIS-3759 Add mirror controller address filter support
...
Allow replication only certain addresses with mirror controller.
The configuration is similar to cluster address configuration.
Co-authored-by: Robbie Gemmell <robbie@apache.org>
2022-05-04 21:25:58 -04:00
Justin Bertram
dbde8c57d8
NO-JIRA clarify default for send-to-dla-on-no-route
2022-05-03 11:17:13 -05:00
Clebert Suconic
5e6f599f80
ARTEMIS-3805 producer-window-size default
2022-04-26 16:14:14 -04:00
Robbie Gemmell
5e54159908
ARTEMIS-3804: make the version number available to reference in the user manual, add it to the intro page
...
Updates release instructions to note using the filtered scratch area from artemis-website for other builds
2022-04-26 11:22:44 -04:00
Clebert Suconic
49102443f6
Revert "ARTEMIS-3707 ResourceAdapter Documentation"
...
This reverts commit 6b784daff1
.
2022-04-25 15:38:49 -04:00
waldi5001
6b784daff1
ARTEMIS-3707 ResourceAdapter Documentation
2022-04-25 08:24:41 -04:00
AntonRoskvist
bb44e37e84
ARTEMIS-3733 - Destination cache size too small for OpenWire clients
2022-03-30 11:15:25 -05:00
Tiago Bueno
84c1feae8c
NO-JIRA fix duplicate text in security.md doc
...
Remove the duplicate text in CertificateLoginModule section of the
the security.md doc
2022-03-30 11:48:30 -04:00
Justin Bertram
7d03f714dd
Fix typo
2022-03-29 15:19:43 -05:00
Justin Bertram
122edfbdb8
NO-JIRA add version/upgrade info for 2.21.0
2022-03-29 15:12:47 -05:00
Domenico Francesco Bruscino
41463c8397
ARTEMIS-3710 Deprecate queues config element
2022-03-22 09:37:31 -04:00
Domenico Francesco Bruscino
603462a1a5
ARTEMIS-3708 Collapse key transformer into policy
2022-03-21 19:34:48 -04:00