You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by "Dondorp, Erwin" <er...@cgi.com> on 2021/06/11 15:22:45 UTC

field UserID in gui gets a new value on every Reset/Refresh in Artemis?

Hello,

Today, I noticed that every time the Artemis "browse queue" screen is refreshed, the AMQP messages get a new value in the "User ID" column.
CORE messages do not have this behaviour and always show the same User ID.
Is this intended, unavoidable, or just wrong behaviour?

Thx,
Erwin

Re: field UserID in gui gets a new value on every Reset/Refresh in Artemis?

Posted by Justin Bertram <jb...@apache.org>.
This looks like an expected behavior based on the conversion from AMQP to
core during the browse operation (which happens every time the browse page
is refreshed). See the source code [1] for more details.


Justin

[1]
https://github.com/apache/activemq-artemis/blob/2.17.0/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/AmqpCoreConverter.java#L335

On Fri, Jun 11, 2021 at 10:23 AM Dondorp, Erwin <er...@cgi.com>
wrote:

> Hello,
>
> Today, I noticed that every time the Artemis "browse queue" screen is
> refreshed, the AMQP messages get a new value in the "User ID" column.
> CORE messages do not have this behaviour and always show the same User ID.
> Is this intended, unavoidable, or just wrong behaviour?
>
> Thx,
> Erwin
>