Re: Temporary queue in Artemis active MQ

2024-04-24 Thread Domenico Francesco Bruscino
I guess you are asking for updates because you are not receiving the replies to users@activemq.apache.org. I suppose it is happening because you didn't subscribe users@activemq.apache.org. See the replies of Erwin, Justin and Alexander at https://lists.apache.org/thread/9h2sdp7y5kg05p8qy77d5clnn8v1

Re: Temporary queue in Artemis active MQ

2024-04-24 Thread Alexander Milovidov
Hi Naveen, I'm not an expert in ActiveMQ Artemis, and may answer incorrectly, but I have seen some cases when temporary queues are used. Usually there is no need to use management API to create a temporary queue. As it seems to me, the purpose of temporary queues is to be auto-created and auto-del

Re: Temporary queue in Artemis active MQ

2024-04-24 Thread Naveen kumar
Hi Team, Any update please ? Regards , Naveen > On 22 Apr 2024, at 5:25 PM, Naveen kumar wrote: > > Hi Team, > > Any update on below please ? > > Regards, > Naveen > >> On 16 Apr 2024, at 11:59 AM, Naveen kumar wrote: >> >> Hi Team, >> >> We have the below question on temporary queues

Re: Temporary queue in Artemis active MQ

2024-04-22 Thread Justin Bertram
Erwin responded [1] almost a week ago now. Did you have additional questions? Justin [1] https://lists.apache.org/thread/9h2sdp7y5kg05p8qy77d5clnn8v1jkk2 On Mon, Apr 22, 2024 at 9:00 AM Naveen kumar wrote: > Hi Team, > > Any update on below please ? > > Regards, > Naveen > > > On 16 Apr 2024

Re: Temporary queue in Artemis active MQ

2024-04-22 Thread Naveen kumar
Hi Team, Any update on below please ? Regards, Naveen > On 16 Apr 2024, at 11:59 AM, Naveen kumar wrote: > > Hi Team, > > We have the below question on temporary queues in Artemis MQ in eks . Could > you please help us with answer for the below ones, > > 1. When are temporary queues used

RE: Temporary queue in Artemis active MQ

2024-04-16 Thread Dondorp, Erwin
> Hi Team, Actually, this is a community 😊 > 1. When are temporary queues used ? Most common is for request-reply patterns. Where the reply-message is returned on a temporary queue, for which the queue-name is passwd in the request message (field reply-to). Since the reply-queue typically has a l