Domenico Francesco Bruscino
648faf58cc
ARTEMIS-4169 Auto detect dead-letter and expiry queues in the console
2023-03-10 10:33:04 -06:00
Erwin Dondorp
5d024b7dd5
ARTEMIS-4183 fix relations on refresh icw added nodes
2023-03-03 08:40:20 -06:00
Clebert Suconic
2378d187af
[maven-release-plugin] prepare for next development iteration
2023-01-31 07:22:48 -05:00
Clebert Suconic
893e1e7916
[maven-release-plugin] prepare release 2.28.0
2023-01-31 07:22:47 -05:00
Erwin Dondorp
a2bfdc7d0d
ARTEMIS-4142 explain 2 more field in webgui
2023-01-25 10:25:33 -05:00
Erwin Dondorp
dabf538f06
ARTEMIS-3819 do not trip on empty values in web-console
2023-01-18 14:06:08 -06:00
Andy Taylor
b02002fc66
ARTEMIS-3875 - adding consumer and producer metrics
...
https://issues.apache.org/jira/browse/ARTEMIS-3875
2023-01-13 15:49:44 -05:00
Erwin Dondorp
6a9e8afbec
ARTEMIS-4120 format mqtt.qos.level
2022-12-19 07:53:54 -06:00
Erwin Dondorp
97bc2ee6ed
ARTEMIS-4120 start using a generic function instead
2022-12-19 07:53:54 -06:00
Erwin Dondorp
065e4246e1
ARTEMIS-3993 changed some MB style uses to use MiB; added support for MiB/GiB/etc in config
2022-12-15 13:14:24 -06:00
Domenico Francesco Bruscino
635ca1fbd6
ARTEMIS-3866 Move user preferences to the send message view
2022-12-15 11:51:39 -05:00
Justin Bertram
dce4ba3c1a
[maven-release-plugin] prepare for next development iteration
2022-11-08 13:17:38 -06:00
Justin Bertram
1fd6cb6239
[maven-release-plugin] prepare release 2.27.0
2022-11-08 12:46:20 -06:00
Timothy Bish
b900a1e4bd
ARTEMIS-4020 Standardize the naming of Logger types for consistency
...
Attempt to standardize all Logger declaration to a singular variable name
which makes the code more consistent and make finding usages of loggers in
the code a bit easier.
2022-10-13 12:40:45 -04:00
Justin Bertram
5343c97c7d
ARTEMIS-4022 add auto-delete queue attribute to management
2022-10-11 13:16:46 -04:00
Clebert Suconic
12cc70c5bf
ARTEMIS-4020 Using a little trick to create the Loggers
...
Trick provided by Tim Bish
2022-09-29 17:46:51 -04:00
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
Clebert Suconic
5d8e7fe829
[maven-release-plugin] prepare for next development iteration
2022-09-21 13:00:47 -04:00
Clebert Suconic
2d7b1a3ef7
[maven-release-plugin] prepare release 2.26.0
2022-09-21 13:00:46 -04:00
Domenico Francesco Bruscino
e7ff8fd427
ARTEMIS-3980 Remove web content from distribution
2022-09-16 11:02:25 -04:00
Clebert Suconic
4ad830fb95
Bumping artemis as 3.0
...
After removing ActiveMQ Artemis rest (per ARTEMIS-3987), we should start promoting Artemis as 3.0
2022-09-12 15:09:31 -04:00
Clebert Suconic
11eab60584
[maven-release-plugin] prepare for next development iteration
2022-08-30 18:04:06 -04:00
Clebert Suconic
fb1b362b47
[maven-release-plugin] prepare release 2.25.0
2022-08-30 18:04:05 -04:00
Clebert Suconic
fa002728f2
[maven-release-plugin] prepare for next development iteration
2022-07-26 11:59:21 -04:00
Clebert Suconic
897d9beaef
[maven-release-plugin] prepare release 2.24.0
2022-07-26 11:59:19 -04:00
Clebert Suconic
79daf49105
[maven-release-plugin] prepare for next development iteration
2022-07-21 17:44:35 -04:00
Clebert Suconic
cc4867ccba
[maven-release-plugin] prepare release 2.24.0
2022-07-21 17:44:33 -04:00
Domenico Francesco Bruscino
ab1d7a218e
NO-JIRA replace templateFn with htmlTemplate
2022-07-21 10:53:25 -05:00
Domenico Francesco Bruscino
15d839a6b0
ARTEMIS-3820 Fix browsing original queue of AMQP messages
2022-07-11 13:44:33 -05:00
Erwin Dondorp
fd345f0a03
ARTEMIS-3858 fix navigation from consumer/producer columns of a session to those consumers/producers
2022-06-20 06:50:53 +02:00
Justin Bertram
64de8f8f4e
ARTEMIS-3859 offer "Original Queue" column only for dead-letter or expiry queues
2022-06-14 14:49:16 -04:00
Clebert Suconic
0fab0dae91
[maven-release-plugin] prepare for next development iteration
2022-06-07 12:39:09 -04:00
Clebert Suconic
224ca0d4d7
[maven-release-plugin] prepare release 2.23.0
2022-06-07 12:39:07 -04:00
Erwin Dondorp
14d20895ad
ARTEMIS-3821 provide readable version of absoluteExpiryTime (and more)
2022-05-23 12:10:12 -05:00
Clebert Suconic
57fa8b8271
[maven-release-plugin] prepare for next development iteration
2022-04-27 17:26:46 -04:00
Clebert Suconic
1a49845628
[maven-release-plugin] prepare release 2.22.0
2022-04-27 17:26:45 -04:00
aaron.hoffer
d0574b39af
ARTEMIS-3765 Display validated user in Hawtio
...
This PR adds a "Validated User" column to the Hawtio plugin. The column is
not visible by default. The "Validated User" column is available in the
Session, Consumer, and Producer tabs of the artemis-navigation notebook.
"Validated User" is also available for sort and filtering in those view.
The "Validated Consumer" in the Producer view is always blank. I debugged
as far as I could, but did not find the cause of the issue.
2022-04-19 09:49:31 -05:00
Justin Bertram
316fe8a350
ARTEMIS-3773 remove defunct rate references from web console
...
This is a follow-up from ARTEMIS-3397. This commit removes the last
traces of the "rate" queue metric from the web console.
2022-04-13 10:26:28 -04:00
Clebert Suconic
a0e7cb4eae
[maven-release-plugin] prepare for next development iteration
2022-03-22 13:34:58 -04:00
Clebert Suconic
d57ac487c7
[maven-release-plugin] prepare release 2.21.0
2022-03-22 13:34:55 -04:00
Robbie Gemmell
dcbd4b059a
ARTEMIS-3695: use specific jetty deps instead of uber jar, rationalise servlet api deps
...
Partially reverts c5f94f340d
2022-03-03 21:59:13 -05:00
Erwin Dondorp
754c569d08
ARTEMIS-3186 enable create-queue more often
...
* provide proper default when creating queues on anycast/multicast level
* allow queue creation on 3 levels (not 1)
* reformatted the shouldShow functions for readability
* force conscious decision on the routing type when creating address or queue
* do not need workspace as a parameter (4 out of 7 functions were already like that)
2022-02-17 15:24:05 -06:00
Erwin Dondorp
c9d427a112
ARTEMIS-3653 broker diagram improvements
...
* only show the checkboxes that have any influence on the diagram
* add additional brokers that are known but are not part of the cluster (at this moment)
* made construction of master-slave pair slightly more readable
* simplified construction of dummy broker icon
* show properties of current broker with the correct node of the diagram
* use the new styling for the current broker icon
* show the broker name instead of "broker"
* replace style ThisBroker with ThisMasterBroker+ThisSlaveBroker
* do not show quotes around address- and queue-names
* show the broker name without port number when the port number is the default one
* properly document the icon choices
2022-02-17 15:23:09 -06:00
Robbie Gemmell
402a8e21a1
ARTEMIS-3689: remove various cruft and use consistent managed plugin and dep versions
2022-02-17 14:41:47 -06:00
Matteo Baccan
8c3f699d27
Typo error: double semicolon at the end of line
2022-02-17 10:30:33 -05:00
Robbie Gemmell
8661cecb8f
ARTEMIS-3655: isolate the errorprone dependencies to its profiles, enable everywhere, fix related problems, and update to 2.10.
2022-01-26 16:32:34 +00:00
Justin Bertram
862b060416
NO-JIRA a few more logo/icon updates
2022-01-20 08:50:23 -06:00
Justin Bertram
1ddfa069bf
NO-JIRA update logos with ® and better quality
2022-01-14 17:01:18 -06:00
Erwin Dondorp
4179de9e36
ARTEMIS-3632 add absolute timestamp for expiry times (after the relative timestamp, only in the details panel)
2022-01-12 12:44:47 -06:00
Erwin Dondorp
851cc7ee08
ARTEMIS-3631 recognise more timestamp header fields from OpenWire
2022-01-12 12:42:31 -06:00