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

2021-06-18 Thread La Fleur, Sebastiaan
Thank you again Robbie. Based on the discussion I have created an issue https://issues.apache.org/jira/browse/ARTEMIS-3357 . Thank you for your support! Regards, Sebastiaan la Fleur -Original Message- From: Robbie Gemmell Sent: vrijdag 11 juni 2021 16:47 To: users@activemq.apache.org

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

2021-06-11 Thread Robbie Gemmell
I see your broker config is explicitly configuring a 'multicast prefix'. I didnt realise from your comments this was some explicit config. It isnt something I have tried before and so I dont know what the expected behaviour is, but the actual behaviour you describe seems like a bug to me. On Thu,

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

2021-06-10 Thread La Fleur, Sebastiaan
Good afternoon Robbie and Clebert, Thank you both for your ideas on this matter! Based on your replies I have investigated if changing the ClientID between the commands has impact on the situation (it did not) and I decided to document the issue more detailed for easy reproduction. Regarding

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

2021-06-08 Thread Robbie Gemmell
I haven't tried this, and what i'm about to say may not fully explain all the behaviour you describe, though I expected its related to the overall situation. The 'durable' option will then be causing it to create a durable topic subscriber, on your given destination. As there is no setting

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: > >

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

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

2021-06-04 Thread Clebert Suconic
you should always receive messages from the point you create a queue on... you are probably removing the queue with auto-delete? I'm looking to disable auto-delete on auto created queues.. as I have seen many questions around it. can you take a look if you are deleting a queue that was

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

2021-06-04 Thread La Fleur, Sebastiaan
Good afternoon all! Artemis version: 2.17.0 This week I ran into a behavior of Artemis that I did not expect nor fully understand so I hope that with this e-mail someone is able to point me to the relevant documentation. TL;DR: Say we have a durable queue configured connected as multicast to