Thank you for your response. Regarding the cluster reconnection, I used the
setting shown in the scaledown examples:
5
I'm not sure how much effect it has on this situation though (at least in case
2), since I didn't notice anything being logged about the bridge being stopped
and JMX
Unfortunately I think you're unlikely to get much of a response to a
low-level networking question here; I'd recommend posting a question like
that on one of the StackExchange sites (probably
https://networkengineering.stackexchange.com/) or in whatever support
forums Cisco provides, where you'll h
I notice that "apache-activemq-5.16.0-SNAPSHOT-bin" is in the path twice;
does that match the actual path on your machine? I wouldn't have expected
that, but of course it depends on whether you've done any additional
configuration (or whether things work differently for a SNAPSHOT build).
Tim
On
Hi,
If we are using KahaDb as the persistence adapter the the default locker
mechanism is shared file locker , with this we have restrictions on the
shared file system that we use.
The shared file system requires an efficient and reliable file locking
mechanism . So if i am rite we should use ei
Thanks
I setup the debugging session and it seems there is an issue with the path
to the login.config file in the init() method in the configfile.class
"java.net.MalformedURLException: unknown protocol: c"
The url is on windows:
C:\Temp\activemq\assembly\target\apache-activemq-5.16.0-SNAPSHOT-b
Hello all,
I was wondering if anyone has seen the following issue.
I am trying to get two programs on the same machine to 'discover' each other
using ActiveMQ.
One starts a broker and the other discovers it.
However, this does not work in all situations =>
(1) Ran this on a windows 7 machine
On Wed, May 2, 2018 at 3:01 AM, Ilkka Virolainen
wrote:
> Hello,
>
> As well as some previous issues [1] I have some problems with my Artemis
> cluster. My setup [2] is a symmetric two node cluster of colocated instances
> with scaledown. As well as the node restart causing a problematic state i
On Wed, May 2, 2018, 12:02 AM pragmaticjdev wrote:
> Thanks Tim for your valuable comments.
>
> 1.
>
> > so you're using message-driven code rather than managing the connection
> > yourself. In that case you'd want to do the following to handle the
> error
> > (by clearing the cache):
> >
> https
Mike,
I'd recommend grabbing the ActiveMQ source code or source JARs and
attaching a debugger to step through.
Also, the config file you posted contains a realistic-looking password, so
unless you replaced the real one with that value before sending, you should
plan to change the password ASAP.