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
