Hi??
When I set the expiration time for the message sent to the queue, when the
expiration time is up, the message will be stored in the dead letter queue
??ActiveMQ.DLQ??
With the same policy setting, the message will not enter the dead letter queue.
Does ActiveMQ itself not support storing
You are using auto-create-queues
I would recommend you create the queue on multicast:
I'm not talking about JMS Queues, I'm talking about internal queues.
On Mon, Jun 7, 2021 at 5:42 AM La Fleur, Sebastiaan
wrote:
>
> Good
Hello,
A text message takes about twice the size when it is kept in the broker memory.
A warning for that is present in the documentation, see
https://activemq.apache.org/components/artemis/documentation/latest/large-messages.html#configuring-the-core-client
But I could not find the exact reason
Good morning Clebert,
Thank you for the tip! I can confirm that this is not due to the auto delete of
the queue. The queue commands have the durable flag which sets the durable
value of AMQP to Configuration which in turn leads to a durable, persistent
queue on the Artemis broker.
Also, the AL