Artemis 2.4.0 : Messages lost on broker restart

2018-04-17 Thread EvgenyM
Good day, I am just starting with Artemis ActiveMQ and might not be fully across all the details. My issue is that even though I have (seemingly) enabled the persistence and configured queues as durable and persistent, I am loosing messages on the broker restart. Essentially I am missing some

Re: 1. Windows Platform support, 2.Net Client examples for AMQP Apache ActiveMQ Artemis 3. Persistent Storage

2018-04-17 Thread Justin Bertram
> How good is the support for Windows Platform I'm not sure what you mean here specifically so I'll just provide a general answer. Artemis is written in Java so it runs on any platform with a JVM - Windows included. > Do we have all equivalent examples for AMQP DotNet which are given for JMS API

Libaio installed, but still see " AIO was not located on this platform"

2018-04-17 Thread rbollarapu
Hi I'm on a RHEL6 box and have libaio installed. I tried setting up ASYNCIO journal, but journal used is NIO. AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal I tried the same on a RHE

Re: Using ActiveMQ For Distributed Replicated Cache

2018-04-17 Thread Michael André Pearce
Apache Ignite (is ASF product in this space) Saying that if you want to do this, and not have consistency issue, if you design it so you publish the change event into the topic first and your app (including the instance that produces) consumes the data to update their local cache . This way t

Re: Using ActiveMQ For Distributed Replicated Cache

2018-04-17 Thread Justin Bertram
I agree with Tim about using an existing cache implementation. It seems like a lot of work to re-invent the wheel here. If you're looking for an open-source, Java-based cache implementation which uses the ASL 2.0 (e.g. similar to Apache ActiveMQ) checkout in Infinispan [1]. Justin [1] http://inf

Re: Using ActiveMQ For Distributed Replicated Cache

2018-04-17 Thread Tim Bain
On Wed, Apr 11, 2018, 6:09 AM pragmaticjdev wrote: > We plan to use activemq to build a replicated cache in our distributed > system > consisting of multiple java applications. In this deployment, an update to > any of the objects being cached in the jvm memory of the app server acts as > a produ

Re: Request to provide steps to Integrate LDAP with AcitveMQ

2018-04-17 Thread Tim Bain
http://steamingpileofsoftware.blogspot.com/2013/10/secure-your-jetty-activemq-web-console.html appears to cover the things that I would expect, though I've never done this myself. Tim On Mon, Apr 16, 2018, 4:21 PM Daivish Shah wrote: > Hi, > > I am looking to integrate *LDAP *Users with *Active