RE: Artemis 2.5.0 - Colocated scaledown cluster issues

2018-05-03 Thread Ilkka Virolainen
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

Re: Windows 10, VPN and ActiveMQ discovery issues

2018-05-03 Thread Tim Bain
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

Re: Has anyone connected ActiveMQ to Active Directory?

2018-05-03 Thread Tim Bain
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

Activemq: Kahadb persistence adapter with Leased-Database-locker for locking mechanism.

2018-05-03 Thread Suvp
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

Re: Has anyone connected ActiveMQ to Active Directory?

2018-05-03 Thread mtod
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

Windows 10, VPN and ActiveMQ discovery issues

2018-05-03 Thread Joseph, Richard
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

Re: Artemis 2.5.0 - Colocated scaledown cluster issues

2018-05-03 Thread Clebert Suconic
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

Re: Using ActiveMQ For Distributed Replicated Cache

2018-05-03 Thread Tim Bain
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

Re: Has anyone connected ActiveMQ to Active Directory?

2018-05-03 Thread Tim Bain
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.