Some questions about ActiveMQ JMX MBeans

2017-11-07 Thread Shobhana
I want to monitor my broker using JMX MBeans; useJmx is set to true. I use AMQ v 5.14.5. I have a few questions: a) How can I get current connections count? I see TotalConnectionsCount but I think this gives a count of all connections since the broker was started even if the connection is no

Re: ActiveMQ losing durable topic messages when JournalledJDBCPersistence enabled

2017-11-07 Thread jasons
Hi Tim, do you mean improper handling by our consumer code or improper handling by ActiveMQ when selectors don't match? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Active MQ loses connection with HA database

2017-11-07 Thread BharathMohan
activemq.log 017-11-07 10:57:26,808 | INFO | Suppressing reply to: MessageAck {commandId = 20591, responseRequired = false, ackType = 2, consumerId = ID:QAUSNTYMUL02-52268-1510050833098-1:27:1:1, firstMessageId =

[ANNOUNCE] ActiveMQ Artemis 2.4.0 Released

2017-11-07 Thread Justin Bertram
I'm pleased to announce the release of ActiveMQ Artemis 2.4.0. Downloads are now available at: http://activemq.apache.org/artemis/download.html For a complete list of updates: http://activemq.apache.org/artemis/release-notes-2.4.0.html Notable new features: - JMX configuration is now available

RE: : Re: WARNING log message to be removed

2017-11-07 Thread COURTAULT Francois
Hello Tim, Thanks for replying. But what's the purpose of temp store ? Is it applicable to a PersistenceAdapter set to a MemoryPersistenceAdapter ? In fact I don't understand why there is a WARNING log message about disk space if the ActveMQ broker is configured with the property persistence

Re: Disable producer flow control in ActiveMQ v5.14.3

2017-11-07 Thread Tim Bain
To apply a PolicyEntry to a temp destination, you need to set tempQueue="true" or tempTopic="true". Tim On Nov 6, 2017 2:22 AM, "Shobhana" wrote: > Hi Abhishek, > > Did you figure out why flow control got triggered even though flow control > was disabled? > > > > -- >

Re: ActiveMQ losing durable topic messages when JournalledJDBCPersistence enabled

2017-11-07 Thread Tim Bain
What happens if you run the same message stream with only DC1 subscribed? I suspect that you'll see the same behavior, and that it stems not from consumer cross-talk but from our improper handling of messages that don't match the subscription's selector. Tim On Nov 6, 2017 10:42 PM, "jasons"

Re: Active MQ loses connection with HA database

2017-11-07 Thread Tim Bain
The place we'd want to look is the broker logs. Can you post the relevant section around the time of the failover? Tim On Nov 6, 2017 9:04 AM, "BharathMohan" wrote: Active MQ 5.14.0 loses connection to Database that is persisted on MS SQL database. Mulesoft reads the

Re: WARNING log message to be removed

2017-11-07 Thread Tim Bain
That warning is about the temp store, not the persistence store, and the disk location being used for it isn't big enough for it. It's a valid message that's pointing out a problem in your specific environment, which you should do something about. And no, we will not be removing it. But if you

WARNING log message to be removed

2017-11-07 Thread COURTAULT Francois
Hello everyone, I had some exchanges, in the TomEE users mailing list, about a WARNING message which appears even if the PersistenceAdpater is set to a MemoryPersistenceAdpater. Indeed, I have the following message, in the TomEE startup log: 01-Nov-2017 14:16:38.360 WARNING [ActiveMQFactory