Hi Shiv, the REST interface was removed in 2.26.0. You can find the original discussion regarding removal here [1]. The recommended alternative is the STOMP protocol that is ubiquitous, simple, standardized, and can be used in almost every circumstance and environment where REST might be used.
https://lists.apache.org/thread/qcdg5r1ytf0scr05b9wxyxg0stxgs5pp Regards, Domenico On Thu, 25 Jan 2024 at 08:36, Shiv Kumar Dixit <shivkumar.di...@it.eurofinseu.com.invalid> wrote: > Hi, > I am looking to explore an HTTP based mechanism to send/receive messages > to broker. > > Came across this link which explains setup of REST interface in Artemis > broker - > https://activemq.apache.org/components/artemis/documentation/1.0.0/rest.html. > But the link seems from old documentation. If this REST interface is still > valid and available with latest Artemis 2.31.2 broker? > > Or if there is any other recommendation to use HTTP based > producer/consumer? > > Thanks > Shiv >