Noone uses PropertiesLoginModule and reloading?
Gary, so I should file a jira for this right?
BR,
- Simon
On Thu, 2016-03-10 at 17:14:48 +0100, Simon Lundström wrote:
> Hi!
>
> I talked to Gary Tully on IRC (and mail) and we decided it was best that
> I mailed the mailinglist since he was prett
Publisher sends a persistent message to a topic which has more than one
durable subscribers. One or more of these durable subscribers may be offline
when the message is sent. Is there any way to get notified when the message
is delivered to all subscribers?
--
View this message in context:
http
Is replicated level DB store production ready now.
-Original Message-
From: James A. Robinson [mailto:j...@highwire.org]
Sent: Thursday, March 31, 2016 3:19 PM
To: users@activemq.apache.org
Subject: Re: Activemq HA without shared Database or Shared file system
I'm not aware of any othe
I'm not aware of any other choice. I initially tried to use the replicated
leveldb system but ran into too many stability issues.
On Thu, Mar 31, 2016 at 3:17 PM Natarajan, Rajeswari <
rajeswari.natara...@sap.com> wrote:
> Hi,
>
> Would like to know if ActiveMQ supports HA with message replicat
Hi,
Would like to know if ActiveMQ supports HA with message replication without the
shared DB or shared file system
I see that there is a replicated level DB store which requires a zoo keeper.
Is there any other mechanism available other than these options where messages
are getting replica
That seems very slow for a simple throughput test - my simple Camel tests have
usually been in the 1000’s msgs/sec range.
Can you share the full test?
> On Mar 31, 2016, at 12:01 AM, Frizz wrote:
>
> In an atempt to improve the throughput of my system I did various tests. I
> started with a si
The CountStatisticImpl class is basically just a wrapper for an atomic
long. It's used all over the place (destinations, subscriptions, inside
kahadb, etc) to keep track of various metrics in a non-blocking way.
There's a DestinationStatistics object for each destination and that has
several of th
Hi,
I am trying to benchmark throughput for my nodejs consumer (STOMP). The
producer is in Java sending JMS text and map messages.
With text messages, I see that nodejs consumer is able to handle 10
Kmsgs/sec without any pending messages
But when I send Map messages and using nodejs consumer (wit
I think what it boils down to is figuring out where you need to put the jar
to make it available to the class loader in the java instance that is
running your broker.
So, for example, on my Linux setup I have a directory
/usr/share/activemq/lib
that contains the jars needed to run ActiveMQ and I