Re: Understanding of Artemis multicastPrefix in AMQP address prevents the transfer of historical and pending messages of queue

2021-06-07 Thread Clebert Suconic
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: > >

text-message size when the message is in the Artemis broker memory

2021-06-07 Thread Dondorp, Erwin
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

RE: Understanding of Artemis multicastPrefix in AMQP address prevents the transfer of historical and pending messages of queue

2021-06-07 Thread La Fleur, Sebastiaan
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