I think you should consider adopting 
https://developers.google.com/search/blog/2009/02/specify-your-canonical or 
similar strategy, so that user search always points to the most up-to-date 
documentation.

I've managed to stumble upon old version Artemis docs multiple times myself 
(especially on 1.0.0 version for some reason), even though I know how the docs 
are organized. Reading through a page only realizing a little bit later that 
what I'm reading doesn't exist in the new version.

-- 
    Vilius

-----Original Message-----
From: Robbie Gemmell <robbie.gemm...@gmail.com> 
Sent: Thursday, January 25, 2024 12:04 PM
To: users@activemq.apache.org
Subject: Re: REST Interface for Artemis Broker

Just FYI for anyone reading the thread later...

The latest release docs are found at:
https://activemq.apache.org/components/artemis/documentation/

Specifically, the user manual for the latest release (2.31.2 for a few more 
days) is found at:
https://activemq.apache.org/components/artemis/documentation/latest

When the latest release is superseded by a newer one the old docs become 
available in a versioned subdir (referenced along with the old release from the 
past releases page, which is linked from the main docs and downloads areas of 
the site), so e.g the original docs link referenced was from the Artemis 1.0.0 
release back in 2015.

The REST component removal was detailed in the 2.26.0 release notes on the site 
and in the 2.26.0 entry of the 'versions' page of the docs:
https://activemq.apache.org/components/artemis/documentation/latest/versions.html#2-26-0

On Thu, 25 Jan 2024 at 08:55, Domenico Francesco Bruscino 
<bruscin...@gmail.com> wrote:
>
> 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
> >

Reply via email to