Re: Problem shutting down activemq client with failover transport

2015-09-30 Thread Ganesh Murthy
al Message----- From: Ganesh Murthy [mailto:gmur...@redhat.com] Sent: Dienstag, 29. September 2015 16:52 To: users@activemq.apache.org Subject: Re: Problem shutting down activemq client with failover transport Can you please provide a thread dump? That would throw some light on exactly what is going o

Re: Problem shutting down activemq client with failover transport

2015-09-29 Thread Ganesh Murthy
Can you please provide a thread dump? That would throw some light on exactly what is going on. Thanks. - Original Message - From: "Anna Maier" To: users@activemq.apache.org Sent: Tuesday, September 29, 2015 9:31:13 AM Subject: Problem shutting down activemq client with failover transpor

Re: JMS 2.0 support

2015-09-08 Thread Ganesh Murthy
I am not aware of any plans (at the moment) to support it in ActiveMQ 5.x. Thanks. - Original Message - From: "Krzysztof Sobkowiak" To: users@activemq.apache.org Sent: Monday, September 7, 2015 3:20:46 PM Subject: Re: JMS 2.0 support Hi Any plans to support it in ActiveMQ 5.x? Regards

Re: Second instance uses wrong pid

2015-08-13 Thread Ganesh Murthy
I was looking at the method protected JMXServiceURL useJmxServiceUrl() throws MalformedURLException in org.apache.activemq.console.command.AbstractJmxCommand - Here is the relevant code from that method - List allVMs = (List)getVMList.invoke(null, (Object[])null);

Re: Web console not working

2015-08-04 Thread Ganesh Murthy
Try running activemq as a foreground process like this from the /bin folder - ./activemq console You should see something like below. One of the lines say "ActiveMQ WebConsole available at http://0.0.0.0:8161/";, do you see it? INFO | Connector stomp started INFO | Listening for connection

Re: Master / Slave Issue

2015-07-13 Thread Ganesh Murthy
There are a few fixes (w.r.t KahaDB) in the area of master/slave setup in the the 5.12 release. examples - https://issues.apache.org/jira/browse/AMQ-5549 https://issues.apache.org/jira/browse/AMQ-4705 All NFS issues might not be fixed but it is definitely an improvement. - Original Messag