Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-12 Thread Tom Hall
This is the first result when I googled your question. http://activemq.2283324.n4.nabble.com/Message-Dequeue-count-in-jconsole-0-even-after-messages-are-recieved-and-consumed-by-subscribers-td4675875.html

Re: How to Disable ActiveMQ.Advisory.TempQueue in Apache-Artemis 2.3.0

2018-07-12 Thread Jiri Daněk
On Thu, Jul 12, 2018 at 4:22 PM kullboys wrote: > I see the message count and No of messages keep on increasing up to 100K. > > Why do i see it? > This sounds to me like the description of https://issues.apache.org/jira/browse/ARTEMIS-1419 OpenWire advisory message never deleted, fixed in 2.4.0.

Re: How to Disable ActiveMQ.Advisory.TempQueue in Apache-Artemis 2.3.0

2018-07-12 Thread Clebert Suconic
What protocol are you using? it sounds you are using openwire. I would upgrade to 2.6.2. As there was a few openwire fixes. if you use other clients (protocols) than openwire you won't have t he Advisory used. On Thu, Jul 12, 2018 at 3:43 AM, kullboys wrote: > Hello everyone > Could someone he

How to Disable ActiveMQ.Advisory.TempQueue in Apache-Artemis 2.3.0

2018-07-12 Thread kullboys
Hello everyone Could someone help me in how to Disable the *ActiveMQ.Advisory.TempQueue* in broker.xml configurations. I see the message count and No of messages keep on increasing up to 100K. Why do i see it? If i disable it, does it have any impact? I'm using Activemq - Artemis 2.3.0 ver

Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-12 Thread libing195205
It's sad that nobody interests in it, could anyone help? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: C++ Broker Performance with large messages

2018-07-12 Thread Timothy Bish
On 07/12/2018 03:25 AM, kullboys wrote: Hello everyone I tested throughput of the Qpid C++ Broker (compiled as Release). It was tested on a virtual machine with 15 GB RAM. First I sent a 100 MB message into a persistent queue. From sender to receiver it took 16 seconds for one message. Afterwa

C++ Broker Performance with large messages

2018-07-12 Thread kullboys
Hello everyone I tested throughput of the Qpid C++ Broker (compiled as Release). It was tested on a virtual machine with 15 GB RAM. First I sent a 100 MB message into a persistent queue. From sender to receiver it took 16 seconds for one message. Afterwards I sent a 300 MB message, this one

RE: [ARTEMIS] Three nodes symmetric static discovery cluster with HA replication colocated and automatic client failover

2018-07-12 Thread Stefaniuk, Marcin
Background verification means in separate threads (producer and consumer). What I want to point here is that ServerUtil.killServer() (heavily used in examples) is not actually stopping a broker on Windows machine. My claim is based on experiment when I've killed all 3 nodes from cluster and bot