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

2021-04-11 Thread Tim Bain
Sounds great, thank you. Tim On Sun, Apr 11, 2021, 7:16 AM Prameet Patil wrote: > Yes definitely. > I don't have access to the source code of the JMS clients. so i am not sure > if i will be able to reproduce it in a clean environment. > but will definitely give it a try and create a JIRA if i

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

2021-04-11 Thread Prameet Patil
Yes definitely. I don't have access to the source code of the JMS clients. so i am not sure if i will be able to reproduce it in a clean environment. but will definitely give it a try and create a JIRA if i can reproduce it.

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

2021-04-11 Thread Tim Bain
Be sure you understand what advisory support actually gives you (i.e. what you're giving up by turning it off) before you lock into this workaround as a permanent solution. See https://activemq.apache.org/advisory-message for more info. Also, if you're able to reproduce the problem reliably, would

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

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

2021-04-07 Thread Tim Bain
This sounds like a bug, since the closure of the inactive connections doesn't seem to remove the associated subscriptions nor reduce the JMX count accordingly. Can you please submit a bug in JIRA for this behavior? Are you able to reproduce the problem on demand, ideally on a single broker with mi