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
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
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
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);
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
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