When you create a queue on a messaging system, you are requesting guarantees of delivery, even if you disconnect consumers.. etc.. so the queues will be created on server.. and message references will be created for the consumer you requested...
So, ou can't just keep creating subscriptions on a topic.. you create and reuse them.. On Wed, Apr 19, 2017 at 6:47 AM, IlarioM <imazzei.off...@gmail.com> wrote: > Hi Clebert, > thanks for your response; I just runned the same test with jms clients and i > see the same behaviour > > TopicExample2.java > <http://activemq.2283324.n4.nabble.com/file/n4725076/TopicExample2.txt> > > > please can you give me more info about these delays? There is a way to > extimate delay for an incoming subscription? > > > Thank you very much > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Artemis-subscription-timing-tp4724964p4725076.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Clebert Suconic