Technically speaking, the journal files are not encrypted. They just use a
binary format that's not human readable.

There are a handful of "data" tools [1] that might be helpful. The most
"friendly" is probably the "data exp" command which will export the
contents of the journal into an XML format. However, it's worth noting that
the body of the messages themselves will not be human readable. As far as
the broker is concerned the content of the message is just an array of
bytes and it has no reliable way to decode those bytes into a human
readable format.

Hope that helps.


Justin

[1]
https://activemq.apache.org/components/artemis/documentation/latest/data-tools.html

On Tue, Apr 19, 2022 at 1:01 PM Roy Cohen <roy_co...@hotmail.com> wrote:

> Hello
>
> Is there a way using the Artemis cli to decrypt a single .amq file to a
> human readable format ?
>
> Thanks
> Roy
>
>

Reply via email to