Neon,
Since 5.15.3 was just released and you'd no longer need to compile from
source, would it be possible to upgrade to it to see if Gary's hunch about
the root cause of the problem was correct and the problem is fixed in
5.15.3?
Tim
On Tue, Jan 16, 2018 at 4:02 AM, Gary Tully wrote:
> Hi TIm
In any mesh network, I'd always recommend setting
decreaseNetworkConsumerPriority=true. If you do that, and if clients will
only ever connect to a single broker, then a networkTTL of 2 is fine,
because the message will always traverse at most two brokers.
However, if your consumers can disconnect
I see how #380 is blocked by #308 on lock object 0xfffe833683f0, but it
looks like #308 is blocked waiting on lock object 0xfffe81003250, which
isn't held by any of the three threads that are in the partial thread dump
you provided. What's the thread dump of whatever thread is the one that'
Sorry this took a while (I've not had much free time to look through the
source code recently) and you may well have already found what you need in
the meantime, but in case you haven't yet, I think you'd want to be looking
in the activemq-kahadb-store project and particularly
org.apache.activemq.s
5.15.0 is recent enough; I just wanted to make sure that you weren't using
a version 5.10 or earlier, because there were a number of
statistics-related bugs in the 5.6-5.10 range and I'd hate to be chasing
something that's already been solved.
Since it sounds like a bug, please submit a bug in JIR
On 02/12/2018 01:58 AM, bittusrivastava wrote:
Thanks for response. I couldn't find where i can set those header in AMQP.net
library.
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
They would be set in the MessageAnnotations on the message that you want
to be
In Artemis when a JMS consumer creates a subscription on a topic it creates
a queue on the broker. If the subscription has a selector then the queue
on the broker is created with a corresponding "filter". The filter on a
queue is immutable so there's no way to change the subscription's
selector.
Hi, I'm using Artemis 2.3 via JMS.
I have a durable shared subscription to a topic, with some selector
(filter). I would like to change the selector at runtime without
re-subscribing.
I've found some forum threads regarding ActiveMQ (not artemis) that suggest
it is possible using jmx:
http://activ
Hi everyone,
The ActiveMQ team is pleased to announce that Apache ActiveMQ 5.15.3
has been released.
A list of issues resolved in this release is available here:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?
projectId=12311210&version=12341947
The Wiki page for the release is here:
htt