Slack Channel Invite

2023-09-19 Thread Ajay Patwardhan
Hello I would like an invite to join the ASF Slack channel. Thank you, Ajay Patwardhan --   Agility-on-demand. What is it as applied

Re: Official Container Image Issue

2023-09-19 Thread Justin Bertram
For what it's worth 2.31.0 is now available on dockerhub [1]. Justin [1] https://hub.docker.com/r/apache/activemq-artemis/tags On Tue, Sep 19, 2023 at 3:11 AM John, Richard wrote: > Hi. > > We have downloaded the new official container image of Apache ActiveMQ > Artemis (v2.30.0) from dockerh

[ANNOUNCE] ActiveMQ Artemis 2.31.0 Released

2023-09-19 Thread Clebert Suconic
I am pleased to announce the release of ActiveMQ Artemis 2.31.0 Downloads are now available at: https://activemq.apache.org/components/artemis/download/ For a complete list of updates: https://activemq.apache.org/components/artemis/download/release-notes-2.31.0 I would like to highlights some

Re: [EXTERNAL] Re: Sporadic messageListener

2023-09-19 Thread Justin Bertram
> What I meant was maybe the logging would be controlled like Spring, where the package is part of that, such that we could set (made up package name) logger.org.apache.activemq.artemis.messagelistener=DEBUG to get the messagelistener package to log debug without having org.apache.activemq.artemis

Re: [EXTERNAL] Re: Sporadic messageListener

2023-09-19 Thread Miller, Michael
From what I have seen, the logging for WildFly is controlled by logging.properties in our .\jboss\Central\configuration folder. Below is a copy of our file. When I changed the line from INFO to DEBUG: logger.org.apache.activemq.artemis.level=DEBUG - I get way too much logging. What I mean

Re: [EXTERNAL] Re: Sporadic messageListener

2023-09-19 Thread Justin Bertram
> ...the listener never logs the 'onMessage() received' message that should be called for us to try to put the msg on a remote queue. The consumer-count, message-count, and delivering-count would be useful metrics to gather from the relevant queue. Perhaps the message was dispatched to a consumer

Re: Unable to Get Connection Info From ActiveMQConnectionFactory

2023-09-19 Thread Justin Bertram
> Is there any way for me to be able to determine how many times the ActiveMQConnectionFactory attempted a reconnect? No. That data is not exposed. > Is there a way to see immediately when a connection is broken and not after reconnection attempts have been made? Via JMS, no. However, you could

Re: [EXTERNAL] Re: Sporadic messageListener

2023-09-19 Thread Miller, Michael
Thanks again Justin. I am working on getting access to the Server and the WildFly console to see some of the ActiveMQ stats. We have a large amount of logging in our code to help track if the message in case of errors and also step-by-step 'got here' type of logging to give us a pretty good ide

Re: [EXTERNAL] Re: Sporadic messageListener

2023-09-19 Thread Justin Bertram
Based on the code you provided the application is sending a persistent message which means it will wait for a response from the broker confirming that it has received the message. This rules out the possibility that a failure to send the message is being ignored. However, once the message arrives a

Re: Artemis first message age metric

2023-09-19 Thread Justin Bertram
It's been awhile now, but when I played with the Prometheus JMX exporter I recall my experience was the same. It's use required integration with the platform MBean server which had to be used in lieu of the MBean server managed by the broker which meant that the role-based access control configured

RE: Artemis first message age metric

2023-09-19 Thread MILOVIDOV Aleksandr
Thanks Justin, I think we have to optimize monitoring, and I'll check how to use artemis-prometheus-metrics-plugin. Our previous metrics solution was: run Telegraf on each host, use Telegraf Jolokia input, and send metrics to InfluxDB. JMX exporter seems to work better, but there was only one p

Re: Receive error

2023-09-19 Thread Justin Bertram
I did a quick search on the web and I found this [1]. It looks like the error you're getting is just some generic problem. Is there any logging from you application which indicates the problem is with the NMS code? Justin [1] https://learn.microsoft.com/en-us/windows/win32/seccrypto/common-hresu

Re: Journal Replication on Artemis

2023-09-19 Thread Clebert Suconic
> How journal is doing replication between brokers in different nodes/zones > using operator model in EKS ? I would suggest using mirror. Also, I *believe* the best option would be to rely on storage functionality from Kubernetes / OpenShift / Whatever platform you're using. On Tue, Sep 19, 20

Journal Replication on Artemis

2023-09-19 Thread Achin Jain
Hi Team How journal is doing replication between brokers in different nodes/zones using operator model in EKS ? Also which is the best HA topology to be used for Artemis on EKS using operator model? Thanks Achin Get Outlook for iOS

Re: Official Container Image Issue

2023-09-19 Thread Robbie Gemmell
The referenced functionality was only added recently [1] for 2.31.0 as you noted, and so not surprisingly isnt available in 2.30.0. The change will be included in 2.31.0. A candidate is currently under release vote [2] and so all being well 2.31.0 should be available in the coming days. [1] https:

Official Container Image Issue

2023-09-19 Thread John, Richard
Hi. We have downloaded the new official container image of Apache ActiveMQ Artemis (v2.30.0) from dockerhub and are using it to (scripted) build and run our own containers for deployment (applying our own specific config over the default for broker.xml, management.xml, log4j2.properties, login.