Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Prameet Patil
got it thanks!! On Sun, Apr 11, 2021 at 11:52 AM JB Onofré wrote: > If you don’t disable advisory support, yes. > > > Le 11 avr. 2021 à 07:47, Prameet Patil a > écrit : > > > > ok, the topic ActiveMQ.Advisory.TempQueue,ActiveMQ.Advisory.TempTopic > > looks like an advisory topic. > > if i del

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread JB Onofré
If you don’t disable advisory support, yes. > Le 11 avr. 2021 à 07:47, Prameet Patil a écrit : > > ok, the topic ActiveMQ.Advisory.TempQueue,ActiveMQ.Advisory.TempTopic > looks like an advisory topic. > if i delete the above topic it will just be recreated right ??? > >> On Sun, Apr 11, 2021

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Prameet Patil
ok, the topic ActiveMQ.Advisory.TempQueue,ActiveMQ.Advisory.TempTopic looks like an advisory topic. if i delete the above topic it will just be recreated right ??? On Sun, Apr 11, 2021 at 11:06 AM Jean-Baptiste Onofre wrote: > I meant that as soon as you use it on a client (subscriber or publis

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Jean-Baptiste Onofre
I meant that as soon as you use it on a client (subscriber or publisher), ActiveMQ creates the topic. That’s for normal topic. For the AdvisoryTopic, you can just disable advisory support in activemq.xml: Then the advisory topics won’t be created. Regards JB > Le 11 avr. 2021 à 07:31, Prame

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Prameet Patil
We are not specifically using this topic. it looks like activemq itself uses it.

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Jean-Baptiste Onofre
Hi, With ActiveMQ, by default, the topic will be recreated when a client uses it. Regards JB > Le 11 avr. 2021 à 05:43, Prameet Patil a écrit : > > Also what is the impact on the broker or clients if I delete the above > topic ? > > > On Sun, Apr 11, 2021 at 9:08 AM Prameet Patil > wrote: >

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Prameet Patil
Also what is the impact on the broker or clients if I delete the above topic ? On Sun, Apr 11, 2021 at 9:08 AM Prameet Patil wrote: > hmm ok > Why only I see these stale connections in the topic > ActiveMQ.Advisory.TempQueue,ActiveMQ.Advisory.TempTopic > > rest all topics and queues look g

Re: ActiveMQ inactive connection in Active Non-Durable Topic Subscribers

2021-04-10 Thread Prameet Patil
hmm ok Why only I see these stale connections in the topic ActiveMQ.Advisory.TempQueue,ActiveMQ.Advisory.TempTopic rest all topics and queues look good. only this particular Topic has stale connections. On Wed, Apr 7, 2021 at 5:40 PM Tim Bain wrote: > This sounds like a bug, since the clos