Commit Graph

220 Commits

Author SHA1 Message Date
JB Onofré dc4b584c7e
Merge pull request #237 from sigee/cleaning
Remove unnecessary boxing / unboxing
2023-10-19 16:03:52 +02:00
Matt Pavlovich 33ceb9fe8a [AMQ-9235] Convert activemq-web to use j.util.Base64 2023-10-10 08:11:14 -05:00
Matt Pavlovich 90fbd9098b [AMQ-9239] jakarta.jms - activemq-web-console, activemq-web-demo, activemq-web changes 2023-08-24 09:45:32 -05:00
sigee 3ba93ed957 Remove unnecessary boxing / unboxing 2023-07-23 12:08:23 +02:00
Christopher L. Shannon 905f00c843
AMQ-9243 - Remove deprecated jetty-continuation dependency (#998)
This commit removes the dependency on jetty-continuation and updates the
MessageServlet and AjaxListener servlets to use the Servlet Async api
directly for async requests through a new Async holder object that is
used to track/manage the request.
2023-04-13 07:49:22 -04:00
JB Onofré c425618a07 [AMQ-9197] Upgrade to prototype.js 1.7.3 2023-02-06 21:43:59 +01:00
Jean-Baptiste Onofré e04faac37d
Merge pull request #838 from lucastetreault/console-consumers
[AMQ-8597] Show active consumers in web console
2022-07-22 15:54:54 +02:00
Matt Pavlovich 6598ec5717
[AMQ-8977] Upgrade to mockito 4.6.1 (#851) 2022-06-29 09:08:08 -05:00
Lucas Tétreault 4cedd80774 [AMQ-8597] Show active consumers in web console 2022-05-07 00:30:08 -07:00
Yury Gubernatorov bb375895de Quote queue names so that web console shows correct results for queue`s producers/subscribers 2022-04-22 07:26:17 +02:00
Gerlach, Winfried 3a07632786 fix encoding error in chat.js; avoid some implicit variable declarations; minor beautifications 2022-02-09 21:27:03 +01:00
xingrufei 099108239c [AMQ-8348] Fix XmlMessageRenderer has the risk of XStream deserialization 2021-08-05 15:50:28 +08:00
Matt Pavlovich 2cc17a2fa0 [AMQ-8279] Compiler warning cleanups
- Remove unsused imports (exept for generated classes)
 - Convert to T.valueOf on boxed primitives from new T()
2021-05-25 09:34:35 -05:00
jbonofre 52a2bd446a [AMQ-7502] Remove leveldb 2021-03-25 18:54:53 +01:00
Colm O hEigeartaigh 66cb8d4cfb AMQ-8029 - Place a bound on the data read in MessageServletSupport 2020-08-31 11:19:51 +01:00
Pascal Schumacher 67e06c82f7 Fix some javadoc warnings releated to non-existing parameter names. 2020-05-17 11:38:05 +02:00
Colm O hEigeartaigh 8f6cfa4190 AMQ-7446 - Remove some synchronized blocks in the MessageServlet 2020-03-25 15:22:42 +00:00
Colm O hEigeartaigh 23b21105e8 AMQ-7349 - Update some javascript libraries 2019-11-20 16:48:20 +00:00
Alvin Lin e7b7334e42 AMQ-6908 allow use of ActiveMQ console login credential (for authorization) when browsing messages through the console
(cherry picked from commit 822cf62034)
2019-11-18 17:00:12 +01:00
Colm O hEigeartaigh 25483c05d1 AMQ-7242 - REST Content Type fixes 2019-07-16 13:07:17 +01:00
Colm O hEigeartaigh f7e2d43831 AMQ-7216 - Update Rome dependency 2019-07-04 16:39:11 +01:00
Alan Protasio 84f8447a19 AMQ-7112 - Show duplex network bridges in the remote broker console 2019-03-15 06:15:05 -04:00
Alan Protasio 4b51f8b66c AMQ-7132 - ActiveMQ reads lots of index pages upon startup (after a graceful or ungraceful shutdown) 2019-01-14 10:54:26 -05:00
gtully dd6dcc188c fix regression - ensure connector created for remote jmx assertion 2017-12-14 13:20:36 +00:00
gtully 8f960ea356 [no jira] remove 1099 port dep for ci test failure RemoteJMXBrokerTest 2017-01-13 11:44:38 +00:00
Claus Ibsen f888cc2729 AMQ-5939: ActiveMQ REST GET request is always encoded in ISO-8859-1. Thanks to Kirill Dubovikov for the patch. This fixes 140. 2016-11-29 17:54:07 +01:00
Claus Ibsen 7fe862caf4 AMQ-5654 Allow ActiveMQ authentication on server side for REST/Ajax clients. Thanks to Geert Pante for the patch. This fixes #70. 2016-11-29 17:31:01 +01:00
Petter Nordlander 478d28f988 AMQ-5662 improve Web Console to support retry from all configured DLQs 2016-03-14 21:26:21 +01:00
Christopher L. Shannon (cshannon) 24ad367785 https://issues.apache.org/jira/browse/AMQ-6170
Fixing X-Frame-Options header so that is applied for all content served
by Jetty.  The previous patch wasn't correct because it only applied it
to Servlets and JSPs and not static content. This also reverts AMQ-6113
2016-02-12 20:43:45 +00:00
Christopher L. Shannon (cshannon) 186b5d0f30 https://issues.apache.org/jira/browse/AMQ-6113
Properly set the X-FRAME-OPTIONS header on web responses.
2016-01-29 21:05:35 +00:00
Dejan Bosanac a7e2a44fe8 https://issues.apache.org/jira/browse/AMQ-6013 - restrict classes which can be serialized inside the broker 2015-10-16 15:44:23 +02:00
Christopher L. Shannon (cshannon) f44c3d20ed https://issues.apache.org/jira/browse/AMQ-5356
Upgraded to Jetty 9.2.x to solve JDK 8 compatibility issues.
This required migrating to the new WebSocket API.
2015-09-03 11:54:57 +00:00
Christopher L. Shannon b64b8ba27e https://issues.apache.org/jira/browse/AMQ-5896
Removing the dependency on the ExceptionUtils class in Apache Commons
as that dependency is only available at test time
2015-07-31 20:16:01 -04:00
Christopher L. Shannon (cshannon) ac3d088647 https://issues.apache.org/jira/browse/AMQ-5896
Fixing a potential race condition with BrokerFacacdeSupport that could
cause an InstanceNotFoundException when getting a destination from
a RemoteJMXBrokerFacade instance
2015-07-31 11:56:40 +00:00
Christopher L. Shannon (cshannon) 12b26b641b https://issues.apache.org/jira/browse/AMQ-5745
This commit is based off a patch submitted by admin@int3solutions.com.
It fixes several locations in the code where there are potential resource leaks.
2015-06-30 13:41:48 -04:00
Timothy Bish 9445e93ae4 https://issues.apache.org/jira/browse/AMQ-5685
Apply patch from Kevin Richards after adding proper license headers etc
2015-04-16 12:53:49 -04:00
gtully b5581166be https://issues.apache.org/jira/browse/AMQ-5182 - apply patch from colin mondesir with thanks 2014-10-07 15:11:31 +01:00
Jason Sherman d37786ea13 Add Jetty host property to resolve URL message 2014-05-09 16:38:49 -04:00
artnaseef ae2504ab8e AMQ-5104: Add non-durable subscribers to the subscriber page, and topic-specific subscriber view for individual topics. 2014-03-14 23:10:13 -07:00
artnaseef db1e3fc9e3 AMQ-2429: Add pages listing producers for Queues and Topics. 2014-03-14 19:53:53 -07:00
Daniel Kulp 3321f99643 [AMQ-4174] Redirect back to queue overview after delete/moving message
Patch from Robert Balent applied
2014-02-05 15:19:44 -05:00
Timothy Bish a2ede974b9 https://issues.apache.org/jira/browse/AMQ-4938
apply patch with cleanups
2014-01-16 10:19:41 -05:00
Claus Ibsen a3e3d487a3 AMQ-4856: Use application/xml as content-type in web servlet. Thanks to Fernando Ribeiro for the patch. 2013-11-22 10:53:07 +01:00
Timothy Bish b0b3a169ce https://issues.apache.org/jira/browse/AMQ-4869 2013-11-11 12:05:52 -05:00
Claus Ibsen 70e2b998d2 AMQ-4668: REST API only accepts non-form content if content type of text/xml 2013-11-02 11:44:44 +01:00
gtully f5dd1256e4 https://issues.apache.org/jira/browse/AMQ-3303 - test that validates fix 2013-10-17 14:27:22 +01:00
Claus Ibsen 6d15c348ba AMQ-4801: Fixed chat example to not log ERROR on initial connection. 2013-10-14 12:17:35 +02:00
Claus Ibsen 84c4b9db56 AMQ-7486: Log at INFO level on starting standalone broker the http url of the web console 2013-10-04 14:10:28 +02:00
Claus Ibsen 987769a62b AMQ-4277: Added unit test. 2013-10-03 10:56:38 +02:00
Timothy Bish 062adbbe72 fix for: https://issues.apache.org/jira/browse/AMQ-4059
Removes deps on camel from activemq-web, code not needed for the
examples.
2013-09-20 11:59:05 -04:00