Hi, we ran into an issue when receiving messages via STOMP protocol. Message was sent by java application using JMSSerializer via AMQP protocol, resulting in message id being stored in userID message property. When receiving this message via STOMP, the value of userID was not present in any header, unless the sender app manually generates an id for the message and passes it into some custom-named header. Could not find any related info on this property in the archive. Maybe it is possible to add a STOMP configuration flag, similar to stompEnableMessageId (stompEnableUserId e.g.), that would control if a message's userID value is being passed into STOMP headers?
artemis version 2.37.0