Re: MQTT NIO transport hangup

2014-07-03 Thread oliverd
repeated the test with v5.10.0 - same behavior stack trace shows: Name: ActiveMQ NIO Worker 2 State: RUNNABLE Total blocked: 0 Total waited: 1 Stack trace: org.fusesource.hawtbuf.DataByteArrayInputStream.readByte(DataByteArrayInputStream.java:224)

Messages in queue but not consumed

2014-07-03 Thread Rahn Nicholas, Bedag
We've noticed a problem in our production ActiveMQ 5.8 instances where messages remain in a queue even when there are active consumers on that queue. Most messages are consumed by the consumers, but a few do not and remain in the queue. They just seem to be stuck there. Here's our setup: -

Re: Messages in queue but not consumed

2014-07-03 Thread Rural Hunter
Maybe this one? https://issues.apache.org/jira/browse/AMQ-2009 于 2014/7/3 17:26, Rahn Nicholas, Bedag 写道: We've noticed a problem in our production ActiveMQ 5.8 instances where messages remain in a queue even when there are active consumers on that queue. Most messages are consumed by the

RE: Messages in queue but not consumed

2014-07-03 Thread Donnell Alwyn
I had a similar issue in ActiveMQ 5.7. Messages stuck on the pending queue would never come off, new messages would process ok. A broker restart was required to get messages off the pending queue. Upgrading to 5.9 solved my problem. Regards Alwyn

Master not correctly shuting down

2014-07-03 Thread Manu
Hi there, We're facing a strange problem with our master slave configuration. We are using ActiveMQ 5.8.0 with a master/slave configuration with a mysql persistent storage. This morning we were browsing the activemq admin console (http://host:8161/admin/queues.jsp) and wanted to browse 360

Re: Accessing a BytesMessage multiple times wipes the payload

2014-07-03 Thread manuele.simi
Hi, after some testing with Apache JMS client using OpenWire protocol I solved my problem. With the ApacheMQ web console enabled I noticed that when was using Qpid JMS Client with AQMP protocol I did not create Topics but Queues, even if I was using the API for Topics. I'm not sure how this

Re: error in the activemq dox.. ha.

2014-07-03 Thread Christian Posta
Yah, this might not even be in the code base anymore. As the page reflects, it's not supported and currently under reivew On Sun, Jun 29, 2014 at 10:57 PM, Kevin Burton bur...@spinn3r.com wrote: .. ooops. ha. http://activemq.apache.org/kahadb-master-slave.html The actual contents of the

Re: InFlight count for TopicSubsrcription growing

2014-07-03 Thread Christian Posta
A topic doesn't have a notion of dequeue.. is this for the topic itself, or a specific subscription to the topic? On Fri, Jun 27, 2014 at 3:14 PM, mwendling mwendl...@ipass.com wrote: I have a network of 2 brokers that are connected in duplex mode. Is it normal that the InFlightCount

Re: Number of consumers question

2014-07-03 Thread Christian Posta
Because there is no notion of topics dequeuing messages. Topics deliver to subscribers, if there are any. The dispatched/inflight/dequeued metrics of a specific topic subscription is what has meaning. On Wed, Jul 2, 2014 at 7:34 AM, sks stephanie.sm...@sas.com wrote: I am setting

Re: Master not correctly shuting down

2014-07-03 Thread Christian Posta
How large were these messages you were trying to browse, and how much broker memory and JVM heap was available? On Thu, Jul 3, 2014 at 3:07 AM, Manu mekt...@gmail.com wrote: Hi there, We're facing a strange problem with our master slave configuration. We are using ActiveMQ 5.8.0 with a