Re: userid authtication

2017-10-20 Thread Tim Bain
You did the part where you set the "authenticate" property to "true" in jetty.xml? http://activemq.apache.org/web-console.html Tim On Fri, Oct 13, 2017 at 10:07 AM, Small, Wayne H wrote: > Hi all, >I'm using MQ 5.13.3 and I'm in the process of trying to setup userid > access to the web con

Re: [Artemis 2.1-2.3] Configuration Reload on slave broker.xml causes slave to start/enable acceptors which disables backups

2017-10-20 Thread Dan Langford
I am just getting back from back to back tech conferences. thanks for the follow up. i attached a broker0.xml (master, :61616, :5672, :8161) and broker1.xml (slave, :61617, :5673, :8162) when i start broker0 and broker1 i see that broker1 announces itself as the backup. also both broker show Artem

Re: Log files not being cleaned up

2017-10-20 Thread Tim Bain
Responses inline. On Fri, Oct 20, 2017 at 5:46 AM, Lionel van den Berg wrote: > Hi, thanks for the response. > > Some questions on these points from the troubleshooting. > > >1. *It contains a pending message for a destination or durable topic >subscription* > > This seems a little flawe

Re: Checkpoint worker; what's it doing?

2017-10-20 Thread Tim Bain
The org.apache.activemq.store.kahadb.MessageDatabase .CheckpointRunner does the following: 1. If the journal does periodic disk syncing rather than immediate

Checkpoint worker; what's it doing?

2017-10-20 Thread Raffi
It's my understanding each kahadb is assigned a checkpoint thread which, every 5s (default), wakes up and does something; what is it doing, and is there any negative impact if the interval is increased to 60s or 120s? We are using persistent messages, jsyk -- Sent from: http://activemq.2283324.n

Re: Ongoing queue troubles

2017-10-20 Thread Tim Bain
First figure out if your problem is that the messages are not getting into the CommandQueue or if it's that they're not getting from there to the consumer. To do that, attach a JMX viewer such as JConsole to the broker process, and then in the MBeans tab navigate down to the MBean for the queue and

Ongoing queue troubles

2017-10-20 Thread Frans Henskens
Hi all, Apologies. I was posting directly in the nabble forum area, which is probably on a lot of spam folders. I've configured a couple of topics and a queue. The topics work fine, but I'm having some trouble activating the queue. If anyone can spot what I've done wrong, it would be greatly app

Re: Log files not being cleaned up

2017-10-20 Thread Lionel van den Berg
Hi, thanks for the response. Some questions on these points from the troubleshooting. 1. *It contains a pending message for a destination or durable topic subscription* This seems a little flawed, if a consumer who I have little control of is mis-behaving then my ActiveMQ can end up shutt

Re: ActiveMQMessageConsumer dispatch

2017-10-20 Thread Juleian
Thanks for the externsive answer, it lead me to the write part of the code. The error was I passed the JMS message to a method but needed to convert it to a string before. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html