Thank you for this, I will look into this area more.
Jason Jackson Senior Manager Main Office: 703-639-0709 Direct: 202-888-3973 Cellular: 863-370-5324 Fax: 571-431-7618 www.itechag.com<http://www.itechag.com/> [cid:118d01ff-0b08-44e6-b627-89c5dc239c9d] ________________________________ From: Christopher Shannon <[email protected]> Sent: Tuesday, July 21, 2026 8:00 PM To: [email protected] <[email protected]> Subject: Re: ActiveMQ Classic HTTPS API Post for 6.2.7 and Above CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. EXTERNAL EMAIL - This email was sent by a person from outside your organization. Exercise caution when clicking links, opening attachments or taking further action, before validating its authenticity. Secured by Check Point It was disabled as part of this PR: https://github.com/apache/activemq/pull/2014 You should be able to re-enable it in the web.xml file, there is a comment about it. But the warning applies, it's very much "use at your own risk." That servlet has numerous security vulnerabilities, so much so that we just deprecated it for removal because fixing it would break the entire API anyways. If you use it you should not be exposing the service, or at the very least be using mutual TLS. Chris On Tue, Jul 21, 2026 at 2:59 PM Jason Jackson <[email protected]> wrote: > > I have an old legacy application that uses the API Post to place messages on > a queue. > > After upgrading to the latest release of ActiveMQ 6.2.7, this feature is now > disabled. > > I am working diligently to migrate the application to a new service but until > that is completed, I need the ability to post a message to a queue using an > API call. > > I have gone through and compared numerous files in the latest release and the > older releases and can not determine what needs to be uncommented or added > back in order to allow for an API Post. > > The API post in previous releases allowed for a command like the following to > work: > > Https://amq_broker.host:8162/api/message/API_QUEUE?type=queue > > With the latest release this command does not work and the following is > returned. > > HTTP EROOR 503 Service unavailable > > Any assistance or suggestions are appreciated. > > Thank you. > > > Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
