RE: ISSUE IN THE ARTEMIS_PRIMARY_SECONDARY_BOTH_LIVE_SAMETIME

2024-05-28 Thread Albaasith Ahamed
Thanks for the suggestion great Justin and now I am using with the multiple IP which is same network. 1 1000 172.16.7.56,172.16.7.49,172.16.7.52,172.16.7.48 ping -n 1 -w %d %s ping6 -c 1 %2$s And I am implemented these changes and moving into product

Re: JMSXGroupID seems to be ignored for MDBs

2024-05-28 Thread Justin Bertram
There may be something that the RA is doing which triggers the broker to select a new consumer for each message in the group. Ultimately message grouping is designed to ensure that the messages are consumed sequentially in order (i.e. not concurrently). Typically that's done by selecting a single c

Re: AMQ222139

2024-05-28 Thread William Crowell
Justin, This randomly happens throughout the day. We are not sure what is causing it. Use case: We have a number of accounts, and each account gets its own topic. We create the topics on demand as accounts are created and let Artemis delete them after 30 min of inactivity. We can have 600 a

Re: Setting up a network of brokers: queues not syncing

2024-05-28 Thread Justin Bertram
> Also, doing message replication is often times an anti-pattern in messaging because it creates split brain scenarios during many unplanned outages that require taking the entire cluster down to resend. Split brain is certainly a potential risk that needs to be mitigated (as outlined in the docum

Re: AMQ222139

2024-05-28 Thread Justin Bertram
Do you have a way to reproduce this? Can you elaborate at all on the configuration, use-case, etc. which resulted in this? What has been the impact? Justin On Tue, May 28, 2024 at 3:01 PM William Crowell wrote: > Justin, > > I do not think I have that situation: > > … > > >

Re: ISSUE IN THE ARTEMIS_PRIMARY_SECONDARY_BOTH_LIVE_SAMETIME

2024-05-28 Thread Justin Bertram
> ...ping from the primary broker to the backup IP and from the backup broker to the primary IP. This kind of configuration is exactly *opposite* of what you should do. As noted in the documentation [1]: The server will stop itself if it can’t ping one or more of the addresses in the list. So

Re: AMQ222139

2024-05-28 Thread William Crowell
Justin, I do not think I have that situation: … artemis ON_DEMAND 1 node0 node1 … Regards, William Crowell From: Justin Bertram Date: Tuesday, May 28, 2024 at 3:57 PM

Re: AMQ222139

2024-05-28 Thread Justin Bertram
> Where would I see if I had multiple cluster connections to the same nodes using overlapping addresses? Would that be in broker.xml? Yes. That would be in broker.xml. Justin On Tue, May 28, 2024 at 2:39 PM William Crowell wrote: > Justin, > > Where would I see if I had multiple cluster conn

Re: AMQ222139

2024-05-28 Thread William Crowell
Justin, Where would I see if I had multiple cluster connections to the same nodes using overlapping addresses? Would that be in broker.xml? I thought I was running into this, but we do not use temporary queues: https://issues.apache.org/jira/browse/ARTEMIS-1967 This is Artemis 2.33.0. Regard

Issue with Message Timeout and Expiry Queue in Artemis MQ Configuration

2024-05-28 Thread Albaasith Ahamed
Dear Team, One message has timed out in the app but is not showing in the message count. While clicking, it still shows in the Delivering Count. I have implemented a move to the expiry queue, but the message is not moving. Is there an issue with my broker configuration?

Re: Create a new Attribute

2024-05-28 Thread Justin Bertram
> Is there a way to create a new Attribute to show when "last retrieve" or "last delivery" from Queues on the console? This metric is tracked by the "message counter" [1] feature. However, message counters are not enabled by default due to performance reasons. If you enable message counters for th

Re: AMQ222139

2024-05-28 Thread Justin Bertram
As far as I know the only conditions that would result in this situation are described in the warning message. Do you have multiple cluster connections to the same nodes using overlapping addresses? Do you have a way to reproduce this? Can you elaborate at all on the configuration, use-case, etc.

Re: How to set thresholds in ActiveMQ Artemis

2024-05-28 Thread Justin Bertram
Can you elaborate on the nature of the warnings and alerts you're asking about? Is this something that would appear in the log? Is it a management notification [1]? Also, what specific memory and storage thresholds are you referring to? Are you talking about JVM memory, address memory, or somethin

Re: ActiveMQ Classic SSL/TLS Support

2024-05-28 Thread Daniel Raj
Hi Matt, thank you this is very helpful. I’m Using 6.x release with jdk 17. Best Regards Daniel Raj On Tue, 28 May 2024 at 7:45 PM, Matt Pavlovich wrote: > Hi Daniel- > > ActiveMQ’s SSL protocol (TLS1.2, 1.3) support is provided by the JDK. Once > you confirm the ActiveMQ + JDK compatibility y

Re: ActiveMQ Classic SSL/TLS Support

2024-05-28 Thread Matt Pavlovich
Hi Daniel- ActiveMQ’s SSL protocol (TLS1.2, 1.3) support is provided by the JDK. Once you confirm the ActiveMQ + JDK compatibility you will be able to know the supported SSL protocols. Using a recent 6.x or 5.18.x with a recent JDK 21, 17 or 11 and you should have TLS 1.3 support. Thanks, Mat

ActiveMQ Classic SSL/TLS Support

2024-05-28 Thread Daniel Raj
Hi team I could find some details about how to configure ssl but not quite sure if ActiveMQ Classic supports TLS1.2 & TLS1.3. Appreciate if someone could confirm this Thank You Daniel Raj

How to set thresholds in ActiveMQ Artemis

2024-05-28 Thread Mandadzhieva, Ayla
Hello, Can you please let me knowif it is possible to define warning and alert thresholds for memory and storage in ActiveMQ Artemis? Best regards,

AMQ222139

2024-05-28 Thread William Crowell
Hi, What would cause AMQ222139? I have max-hops set to 1. 2024-05-24 17:28:04,155 WARN [org.apache.activemq.artemis.core.server] AMQ222139: MessageFlowRecordImpl [nodeID=2135063f-0407-11ef-9fff-0242ac110002, connector=TransportConfiguration(name=artemis, factory=org-apache-activemq-artemis-c

RE: ISSUE IN THE ARTEMIS_PRIMARY_SECONDARY_BOTH_LIVE_SAMETIME

2024-05-28 Thread Albaasith Ahamed
Yes, we need to implement this fix. For the time being, I am implementing the ping network configuration. Previously, I faced latency issues with the network as well. I have a Windows server that uses the command ping -n 1 -w %d %s to ping from the primary broker to the backup IP and from the