Re: Async Writer Thread Shutdown error adding a message on 5.15.2 broker

2018-02-12 Thread Tim Bain
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

Re: what value of networkTTL need to use for synchronous request and reply in network connectors

2018-02-12 Thread Tim Bain
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

Re: Deadlock in ActiveMQ server between BrokerFilter and Producer creation with VM connection

2018-02-12 Thread Tim Bain
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'

Re: partially durable queue?

2018-02-12 Thread Tim Bain
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

Re: Message Dequeued count increases by a lot after a message is failed to send to a subscriber

2018-02-12 Thread Tim Bain
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

Re: Scheduling(delayed delivery) a message AMQP.NETLIBRARY broker: ActiveMQ Windows platform C#

2018-02-12 Thread Timothy Bish
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

Re: ARTEMIS - Selector modification

2018-02-12 Thread Justin Bertram
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.

ARTEMIS - Selector modification

2018-02-12 Thread adirubin
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

[ANNOUNCE] Apache ActiveMQ 5.15.3 Released

2018-02-12 Thread Christopher Shannon
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