Artemis doesn't use the same code or even the same general structure for the JMSMessageID. It simply uses a UUID [1], e.g.:
ID:fc5905d8-23b8-11ec-a8f6-5c80b6f32172 Justin [1] https://github.com/apache/activemq-artemis/blob/main/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/UUIDGenerator.java#L171 On Fri, Oct 1, 2021 at 7:22 AM Tim Bain <tb...@alumni.duke.edu> wrote: > It's not on our website, but > > https://stackoverflow.com/questions/40756712/whats-means-of-each-part-of-jms-message-id > provides an answer that looks accurate for ActiveMQ 5.x. > > I don't know if Artemis uses the same implementation or is different in > some way. > > Tim > > On Wed, Sep 29, 2021, 6:25 AM Simon Lundström <si...@it.su.se> wrote: > > > Hey all! > > > > I swear I've found page on https://activemq.apache.org/ or else where > > that describes how the message id is generated in ActiveMQ (Classic, but > > Artemis might use the same code?) but I can't find it anymore. > > > > BR, > > - Simon > > >