Re: Why does having a staticallyIncludedDestination create a consumer?

2016-05-12 Thread Tim Bain
Because that's what staticallyIncludedDestinations does: it forwards messages when there isn't a consumer on the other end. By contrast, dynamicallyIncludedDestinations forwards messages only when there is a consumer on the other end (i.e. on demand). On May 12, 2016 8:23 AM, "exabrial" wrote: >

Re: Measuring service time of the broker

2016-05-12 Thread Quinn Stevenson
Have you looked at the Statistics Plugin? ( http://activemq.apache.org/statisticsplugin.html ). It will give you the averageEnqueueTime for each destination. > On May 12, 2016, at 10:30 AM, siddutta wrote: > > I have a network of brokers and

Measuring service time of the broker

2016-05-12 Thread siddutta
I have a network of brokers and wish to find the avg. time a message stays at a broker's queue. Is there a plugin or API call that I can make to find this? -- View this message in context: http://activemq.2283324.n4.nabble.com/Measuring-service-time-of-the-broker-tp4711866.html Sent from the Ac

[Artemis, Qpid JMS] Connection limit

2016-05-12 Thread Vavricka
Hi, I am testing Artemis 1.3.0-SNAPSHOT with Qpid JMS 0.9.0 client. I manage to configure restriction for user "user2" by setting below in broker.xml. 5 When I try non-ssl connection, server correctly allow only 5 active connection. When I

Re: Why does having a staticallyIncludedDestination create a consumer?

2016-05-12 Thread exabrial
Ok, that makes sense then why there are two consumers. What's strange to me is the message will travel from spoke1->hub->spoke2 even if there are no consumers on spoke2 if I have staticallyIncludedDestinations set on the spokes. Why is that? -- View this message in context: http://activemq.228

Re: ActiveMQ Duplex Network connector only creating bridge on initiating side

2016-05-12 Thread exabrial
2 also works actually. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Duplex-Network-connector-only-creating-bridge-on-initiating-side-tp4711821p4711860.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.