RE: Artemis: add FirstMessageAge to queue metrics?

2022-02-21 Thread Brad Harvey
and the network between them. The larger the deployment (e.g. thousands of queues) the more impactful this becomes. Justin On Thu, Feb 17, 2022 at 4:34 AM Brad Harvey wrote: > Hello, > > Would it be feasible to make the queue attribute FirstMessageAge (as > shown in web console/JMX) a

RE: Artemis duplicate detection

2022-02-21 Thread Brad Harvey
data=pyW2v8wEhkA6VU%2BZk4S4hyBiY6DzkEfAJI4lmWk1HaY%3D&reserved=0 Would you mind raising a JIRA issue with your use case and wish as to how it should be configured? Really just capturing this email thread. On Thu, 17 Feb 2022 at 09:59, Brad Harvey wrote: > > Hi Gary, > > Thanks for t

Artemis: add FirstMessageAge to queue metrics?

2022-02-17 Thread Brad Harvey
Hello, Would it be feasible to make the queue attribute FirstMessageAge (as shown in web console/JMX) available to the metrics plugin? I've found "age of oldest item" to be extremely useful for monitoring in systems that support it - easier to set a good threshold that picks up problems withou

RE: Artemis duplicate detection

2022-02-17 Thread Brad Harvey
her with a wildcard match. On Wed, 16 Feb 2022 at 08:08, Brad Harvey wrote: > > Hi, > > I'll put my questions up the top so they don't get lost, see background below > for the context. > > Question 1 - I do not want duplicate detection (1) to roll back entire &g

Artemis duplicate detection

2022-02-16 Thread Brad Harvey
on the camel components so that #2/#3 does not occur. But I'm concerned about other ways this header might get set - hence question 1 and 2 at the start of the email. Thanks for your time and guidance. Brad Harvey (1) https://activemq.apache.org/components/artemis/documentation/

RE: artemis auto queue deletion results in lost messages

2020-10-14 Thread Brad Harvey
Il giorno mar 13 ott 2020 alle ore 07:21 Brad Harvey ha scritto: > Hi, > > When auto queue deletion is enabled (which is the default setting!) it > is easy to lose messages. > > Pre-req: Create a new artemis 2.15.0 broker with default settings. > > #1 Connect a producer

artemis auto queue deletion results in lost messages

2020-10-12 Thread Brad Harvey
Hi, When auto queue deletion is enabled (which is the default setting!) it is easy to lose messages. Pre-req: Create a new artemis 2.15.0 broker with default settings. #1 Connect a producer and consumer to a queue - address & queue will be auto created. #2 Send a message from producer and rece

RE: activemq 5 amqp connector batching does not improve performance

2019-09-03 Thread Brad Harvey
for enabling batching in AMQP? Thanks for creating the reproducer, by the way. That greatly speeds up the time from issue submission to resolution. Tim On Mon, Sep 2, 2019, 7:07 PM Brad Harvey wrote: > Hi, > > I have observed that using batches does not improve the performance of >

activemq 5 amqp connector batching does not improve performance

2019-09-02 Thread Brad Harvey
Hi, I have observed that using batches does not improve the performance of ActiveMQ 5's AMQP connector. I have found this for consumers and producers using JMS transacted sessions, and also for consumers with client_acknowledge every N messages. The performance does not change at all compared