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

Re: AMQ222139

2024-05-28 Thread Justin Bertram
situation: > > … > > > artemis > ON_DEMAND > 1 > >node0 >node1 > > > > … > > Regards, > > William Crowell > > From: Justin Bertram >

Re: ISSUE IN THE ARTEMIS_PRIMARY_SECONDARY_BOTH_LIVE_SAMETIME

2024-05-28 Thread Justin Bertram
> 1000 > 172.16.6.55 > ping -n 1 -w %d > %s > ping6 -c 1 > %2$s > > > > Looking for your valuable feed back or any mistake I am doing here please > justin. > > > Regards, > Albaasith Ahamed > > > > &

Re: AMQ222139

2024-05-28 Thread Justin Bertram
iple 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. > > Regards,

Re: Create a new Attribute

2024-05-28 Thread Justin Bertram
ello, > > > > we are using Artemis 2.31. Is there a way to create a new Attribute to > show when "last retrieve" or "last delivery" from Queues on the console? > > > > Thanks for reply. > > > > Omar Lakniti > > > > > > > > ---

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,

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

Re: ISSUE IN THE ARTEMIS_PRIMARY_SECONDARY_BOTH_LIVE_SAMETIME

2024-05-27 Thread Justin Bertram
to configure. Justin On Mon, May 27, 2024 at 3:52 AM Albaasith Ahamed wrote: > > Any update on this please Justin. > > Regards, > Albaasith Ahamed > > > > > -Original Message- > From: Albaasith Ahamed > Sent: Sunday, May 26, 2024 1:

Re: Artemis 2.33.0 doesn't start with existing data

2024-05-27 Thread Justin Bertram
You're hitting ARTEMIS-4742 [1]. The fix has already been merged and will be released this week as part of 2.34.0. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4742 On Mon, May 27, 2024 at 9:35 AM Thorsten Meinl wrote: > Hi, > > I have tried to start Artemis 2.33.0 on existing

Re: Announce: Unsubscribe links on our mail lists

2024-05-26 Thread Justin Bertram
I can see the footer now with unsubscribe info. Justin On Sun, May 26, 2024 at 6:28 PM Clebert Suconic wrote: > I don't get to see my own emails. so I don't know if the issue was > complete or not. if someone could please confirm there's an > unsubscribe on the emails sent by the lists now? >

Re: ISSUE IN THE ARTEMIS_PRIMARY_SECONDARY_BOTH_LIVE_SAMETIME

2024-05-25 Thread Justin Bertram
What you're observing is called "split brain" and it is discussed at considerable length in the documentation [1]. It appears that you haven't configured anything to mitigate split brain in your deployment. I recommend you review the documentation and update your deployment accordingly. If you

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

2024-05-22 Thread Justin Bertram
I'm not sure about the exact behavior of ActiveMQ Classic here, but I do know what ActiveMQ Artemis does, and it doesn't behave according to your expectations. I would be a bit surprised if ActiveMQ Classic behaved as you expect because it wouldn't scale very well. Moving messages around the

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

2024-05-22 Thread Justin Bertram
> But when I create a queue in amq0, it doesn't appear in amq1. When you say "queue" do you mean a JMS queue? Why would you necessarily expect a queue created on one node to be created on a different node in the network? Also, what exactly are you doing to create the queue on amq0? > ...when I

Re: Single web-console for artemis cluster

2024-05-22 Thread Justin Bertram
erface. This way > I can control the cluster from a single JConsole or JMC instance, and hook > it up to Zabbix for monitoring and alerting. Perhaps not the fanciest > approach but it's extensible and "good enough". > > Jan > > >

Re: Security filters

2024-05-22 Thread Justin Bertram
ActiveMQ Artemis has message-level authorization for consumption. This is implemented via a broker plugin [1], specifically: org.apache.activemq.artemis.core.server.plugin.ActiveMQServerMessagePlugin#canAccept We actually ship a simple implementation of this plugin which is documented here [2].

Re: JMSXGroupID seems to be ignored for MDBs

2024-05-22 Thread Justin Bertram
> As far as we can tell the attribute is ignored and messages with the same group-id move from one consumer to the other. What observations are you making that lead you to this conclusion? Please be specific. > Now I have read in the release notes for ActiveMQ 6.1 that issue ENTMQ-261 has been

Re: Single web-console for artemis cluster

2024-05-22 Thread Justin Bertram
I'm not aware of any existing plans to build a single web-console for a whole cluster. At first glance this seems like a big chunk of work for relatively little upside. Switching between browser tabs to manage different brokers may be a bit tedious, but it is simple and effective. What specific

Re: Request to join Slack channel

2024-05-22 Thread Justin Bertram
Done. Justin On Tue, May 21, 2024 at 10:40 PM Susinda wrote: > Hi > > Would you be able to allow me to the slack channel please? > > Thanks > Susinda >

Re: Unrouted Message Count and Address Size Metrics

2024-05-21 Thread Justin Bertram
I imagine there are differences between the protocols which Micrometer supports for metrics plugin integration, but if, for example, you configured the Prometheus metrics plugin and then loaded http://myBroker:8161/metrics/ you would see this (among other things): ... # HELP

Re: Request to be removed from ActiveMQ Slack channel

2024-05-21 Thread Justin Bertram
I believe that's something you need to do yourself. These instructions [1] may help. Justin [1] https://slack.com/help/articles/203953146-Deactivate-your-Slack-account On Mon, May 13, 2024 at 7:00 PM Dunham, Guy@CIO wrote: > Hello, > > Please remove me from ActiveMQ Slack channel. > >

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Justin Bertram
To be precise, there is no such thing as a "topic" in ActiveMQ Artemis. The address model [1] consists of three basic elements - address, queue, and routing type. You can read about how a JMS topic maps onto these elements in the documentation [2]. Regarding when messages are dropped, what JB

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Justin Bertram
umentation or code-base for "PendingMessageLimitStrategy" you'd find no references). Justin On Tue, May 21, 2024 at 2:11 PM Matt Pavlovich wrote: > Ah, good catch. Artemis doesn’t have PendingMessageLimitStrategy or > equivalent? > > > On May 21, 2024, a

Re: When is a message dropped from memory on a topic?

2024-05-21 Thread Justin Bertram
> .. or when the PendingMessageLimitStrategy is applied messages may be dropped based on desired message pattern. Just to clarify, the PendingMessageLimitStrategy applies to Classic, but the question was about Artemis. Justin On Tue, May 21, 2024 at 11:41 AM Matt Pavlovich wrote: > .. or

Re: Stop - Unsubscribe

2024-05-09 Thread Justin Bertram
 AM Simone Giacomelli wrote: > I also would like to stop receiving these emails. > Sadly I don't see any banners with instructions to do it. > And I don't remember how to do it... > > Stop > Unsubscribe > > Obviously I noted that Justin Bertram manually unsubscribed the OP.

Re: Stop - Unsubscribe

2024-05-09 Thread Justin Bertram
I manually unsubscribed you. Justin On Thu, May 9, 2024 at 1:02 AM Arunima Mitra wrote: > Stop > > Unsubscribe > > > > > > > > > > > > > > Thanks and Regards, > > > > > > [image: signature_4130448085] > > > > *Arunima Mitra* | Program Manager > Manhattan Associates, Inc. > *M* +91 8050804627

Re: Stop - Unsubscribe

2024-05-09 Thread Justin Bertram
I manually unsubscribed you. Justin On Thu, May 9, 2024 at 1:01 AM Carlos Barrie wrote: > Stop > > Unsubscribe > > > Unless stated otherwise above: > Kyndryl España, S.A.U. > Calle Albacete, 5 > 28027 Madrid > Registro Mercantil de Madrid; Folio 160; Tomo 41674; Hoja M-738231 > CIF A-04975934

Re: Queue load resulting OutOfMemory exception

2024-05-09 Thread Justin Bertram
At the moment there is no broker-specific configuration that would impact this use-case. I recommend you simply give the JVM more memory to deal with the size of the JDBC ResultSet. Justin On Thu, May 9, 2024 at 3:55 AM Rakesh Athuru wrote: > Hi, > > I am using JBoss Wildfly server with

Re: Stop - Unsubscribe

2024-05-08 Thread Justin Bertram
I manually unsubscribed you. Justin On Wed, May 8, 2024 at 4:16 PM Haake, John wrote: > > Stop > > Unsubscribe > > > The information contained in this e-mail message is privileged and/or > confidential and is intended only for the use of the individual or entity > named above. If the reader

Re: [Ext] Re: Stomp acceptor causes address memory rise

2024-05-07 Thread Justin Bertram
systemagmbh> > > SYSTEMA > Systementwicklung Dipl.-Inf. Manfred Austen GmbH > > Manfred-von-Ardenne-Ring 6 | 01099 Dresden > HRB 11256 Amtsgericht Dresden | USt.-ID DE 159 607 786 > Geschäftsführer: Manfred Austen, CEO und Dr. Ulf Martin, COO > > P Please ch

Re: Unable to connect topic queue with below configuration

2024-05-07 Thread Justin Bertram
gular > using MQTT? Additionally, I need the topic settings to be compatible with > both JMS and Angular in my use case. > > On Mon, 6 May, 2024, 6:33 pm Justin Bertram, wrote: > > > > Then, I send this information to the NOTIFICATION queue using JMS > within >

Re: Slack Invitation

2024-05-07 Thread Justin Bertram
Done. Justin On Tue, May 7, 2024 at 2:11 AM Naveen Kumar wrote: > Hi all, > > Kindly send me the invite link to join ActiveMq Slack Channel >

Re: Unable to connect topic queue with below configuration

2024-05-06 Thread Justin Bertram
queue to > update the tasks on their screens, which are built using Angular. > > Could you please guide me on how I can achieve this within the queuing > system? > > > [image: image.png] > > On Sun, 5 May 2024 at 08:33, Justin Bertram wrote: > >> Generally speaking, usi

Re: Unable to connect topic queue with below configuration

2024-05-04 Thread Justin Bertram
4, 10:50 am Justin Bertram, wrote: > > > FYI - I opened ARTEMIS-4760 [1] for this issue. I'll send a PR with a fix > > soon. > > > > > > Justin > > > > [1] https://issues.apache.org/jira/browse/ARTEMIS-4760 > > > > On Fri, May 3, 20

Re: Unable to connect topic queue with below configuration

2024-05-03 Thread Justin Bertram
FYI - I opened ARTEMIS-4760 [1] for this issue. I'll send a PR with a fix soon. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4760 On Fri, May 3, 2024 at 12:46 PM Justin Bertram wrote: > I believe this is a bug in the MQTT implementation. As noted in the > documentat

Re: Unable to connect topic queue with below configuration

2024-05-03 Thread Justin Bertram
org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolHandler.handleSubscribe(MQTTProtocolHandler.java:382) > > > ~[artemis-mqtt-protocol-2.33.0.jar:2.33.0] > > > at > > > > > > > > > org.apache.activemq.artemis.core.protocol.mqtt.MQTTPr

Re: question on message-redistribution in an Artemis cluster

2024-05-03 Thread Justin Bertram
Where exactly do you see the re-ordering of messages and how are you determining that they are, in fact, re-ordered? Are they re-ordered in the target queue itself or on the consumer(s)? Do you have a way that I can reproduce this behavior? If I recall correctly there is just one thread that

Re: Stomp acceptor causes address memory rise

2024-05-03 Thread Justin Bertram
Have you conclusively determined that the STOMP acceptor is _causing_ the difference? If so, do you have a test to reproduce this behavior? Perhaps this is just a coincidence? > Is the Messagebuffer to high? I'm not sure what you mean by "Messagebuffer." Can you clarify? Justin On Fri, May

Re: Unable to connect topic queue with below configuration

2024-05-03 Thread Justin Bertram
r(ThreadPoolExecutor.java:1144) > [?:?] > at > > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) > [?:?] > at > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) >

Re: Request to join ActiveMQ Slack channel

2024-05-03 Thread Justin Bertram
Done. Justin On Fri, May 3, 2024 at 12:28 PM Jerry Zou wrote: > Hi, > > Can I please request an invitation to the ActiveMQ slack channel for > jerryzoub...@gmail.com? > > Thanks in advance > > Best, > Jerry >

Re: ClassCastException in ConfigurationUtils.getHAPolicy

2024-05-02 Thread Justin Bertram
I opened ARTEMIS-4759 [1] to deal with this and sent a PR. Thanks for the report! Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4759 On Wed, Apr 24, 2024 at 9:33 AM Bernd Köcke wrote: > Hello, > > I'm using WildFly which uses Artemis as JMS provider. With WF 31 they > updated to

Re: Request to join ActiveMQ Slack channel

2024-05-01 Thread Justin Bertram
Done. Justin On Wed, May 1, 2024 at 6:41 PM Hailong Cao wrote: > Hi, > > Hope you are doing well! > > I'm requesting to join ActiveMQ Slack channel, appreciate the help and > thank you in advance! > > Hailong Cao >

Re: org.apache.activemq.artemis.core.server.impl.QueueImpl Instances

2024-04-30 Thread Justin Bertram
; > Regards, > > William Crowell > > From: Justin Bertram > Date: Tuesday, April 30, 2024 at 10:13 AM > To: users@activemq.apache.org > Subject: Re: org.apache.activemq.artemis.core.server.impl.QueueImpl > Instances > There should just be one instance of QueueImpl per

Re: org.apache.activemq.artemis.core.server.impl.QueueImpl Instances

2024-04-30 Thread Justin Bertram
There should just be one instance of QueueImpl per queue. Keep in mind that any JMS topic subscription will be represented as a queue. Justin On Tue, Apr 30, 2024 at 8:46 AM William Crowell wrote: > Good morning, > > I was analyzing a heap dump for Apache Artemis and noticed a high amount >

Re: Unable to connect topic queue with below configuration

2024-04-29 Thread Justin Bertram
>From what I can tell you aren't actually subscribed to the ActiveMQ users list so you will not receive any replies sent to the list and not directly to you (which is how replies are normally sent). Please subscribe [1] to the list in order to use it properly. Thanks! Also, please be aware that

Re: ActiveMQ Classic Broker Stuck in Recovery

2024-04-26 Thread Justin Bertram
I can't comment regarding your specific issue, but it's worth noting that 5.15.x is no longer actively maintained. It may be worth upgrading to the latest 5.18.x version or perhaps even 6.x. Justin On Fri, Apr 26, 2024 at 2:26 PM Derek Zhang wrote: > Hello ActiveMQ Classic community, > > We

Re: Will Artemis remove Openwire support and Compatibility questions

2024-04-26 Thread Justin Bertram
> Does this mean, that there are plans to remove Openwire from Artemis? This was addressed a few months ago [1], and plans haven't changed since then. There are still no plans to remove OpenWire from ActiveMQ Artemis. To be clear, how commercial vendors deploy ActiveMQ components and what

Re: ARTEMIS-4420 Release?

2024-04-25 Thread Justin Bertram
The PR [1] for this has been sent. I expect it will be in the 2.34.0 release expected next week. Justin [1] https://github.com/apache/activemq-artemis/pull/4897 On Thu, Apr 25, 2024 at 12:05 PM William Crowell wrote: > Good afternoon, > > Does anyone know when ARTEMIS-4420 will be pushed

Re: Suspected slow replication

2024-04-25 Thread Justin Bertram
I'm not aware of anything related to reloading broker.xml that would impact replication, and I don't think replication itself will change the size of the message (e.g. via adding headers). Replication is performed at the journal level so whatever is written to disk on the primary is what should be

Re: Slack Channel Invitation Request

2024-04-23 Thread Justin Bertram
Done. Justin On Tue, Apr 23, 2024 at 6:05 PM Derek Zhang wrote: > Hello, > > Can I please request an invitation to the ActiveMQ Slack channel for > derekdyzh...@gmail.com? > > Thank you in advance. > > Regards, > Derek Zhang >

Re: Error after upgrading Artemis from 2.32.0 to 2.33.0

2024-04-23 Thread Justin Bertram
est way to do this is with this command while the broker is stopped: ./artemis data print --skip-journal Justin On Tue, Apr 23, 2024 at 11:04 AM Justin Bertram wrote: > > Can you clarify what condition triggers this...? > > Security settings are persisted to the bindings journal when they are &

Re: Error after upgrading Artemis from 2.32.0 to 2.33.0

2024-04-23 Thread Justin Bertram
ode these settings after the upgrade. Justin On Tue, Apr 23, 2024 at 7:27 AM Stephen Baker wrote: > On Mon, Apr 22, 2024 at 6:46 PM Justin Bertram > wrote: > > > This was caused by ARTEMIS-4582 [1]. I've opened ARTEMIS-4742 [2] and > sent > > a PR [3] to address the p

Re: Error after upgrading Artemis from 2.32.0 to 2.33.0

2024-04-22 Thread Justin Bertram
This was caused by ARTEMIS-4582 [1]. I've opened ARTEMIS-4742 [2] and sent a PR [3] to address the problem. To be clear, this has nothing to do with replication or load/throughput. It's just a buffer formatting issue caused by a configuration change. Justin [1]

Re: Temporary queue in Artemis active MQ

2024-04-22 Thread Justin Bertram
Erwin responded [1] almost a week ago now. Did you have additional questions? Justin [1] https://lists.apache.org/thread/9h2sdp7y5kg05p8qy77d5clnn8v1jkk2 On Mon, Apr 22, 2024 at 9:00 AM Naveen kumar wrote: > Hi Team, > > Any update on below please ? > > Regards, > Naveen > > > On 16 Apr

Re: Slack Channel Add

2024-04-16 Thread Justin Bertram
Done. Justin On Tue, Apr 16, 2024 at 4:09 PM Patrick Deasy wrote: > Hello, > > I would like to be invited to the Slack channel for ActiveMQ. > Could you please invite pa-de...@hotmail.com to the Slack channel? > > Kind regards, > Patrick >

Re: Slack Invitation

2024-04-16 Thread Justin Bertram
Babu, I don't recall you requesting a Slack invitation previously. In any case, an invitation should be on the way. Justin On Tue, Apr 16, 2024 at 10:22 AM Babu Nawa wrote: > Hi All, > > Looks like I haven't received an invite to Slack, can you resend it please? > > Thank you > >

Re: Slack Invitation

2024-04-13 Thread Justin Bertram
Done. Justin On Sat, Apr 13, 2024 at 12:13 AM Gurpartap Singh < dhaliwal.gurpar...@gmail.com> wrote: > Hello, > > Could you please send an invitation to join the slack workspace to this > email address? > > Thank you. > Gurpartap >

Re: Possibility to remove "expiry-address" setting its value to ""

2024-04-09 Thread Justin Bertram
Have you actually tested this and confirmed it doesn't work? This functionality should already work. See ARTEMIS-3090 [1] for more details. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-3090 On Mon, Apr 8, 2024 at 2:48 AM andrea bisogno wrote: > Hi support, > referring to the

Re: Artemis 2.32.0 some expired messages are lost

2024-04-09 Thread Justin Bertram
I just ran your reproducer for 10 minutes sending 2,000 messages per second using ActiveMQ Artemis 2.33.0. Everything worked fine. Here's the output from your reproducer: $ dotnet run Enter the test duration in seconds: 600 Enter the number of messages to send per second: 2000 Starting

Re: Using LDAPLoginModule with Active Directory

2024-04-03 Thread Justin Bertram
> In this period applications cannot connect to the broker due to login failure. Any user that has previously authenticated successfully and whose authentication has been cached should still be able to connect successfully to the broker due to the cache. Only users who aren't in the cache should

Re: Artemis 2.32.0 some expired messages are lost

2024-04-03 Thread Justin Bertram
I ran your reproducer on a default instance of ActiveMQ Artemis 2.33.0. At first nothing happened so I added this to broker.xml: I also modified Program.cs to use an expiration time of 1 ms rather than 6 ms. Then I ran it again for 60 seconds at 100 msgs/sec

Re: Unable to login ot web interface when run with Docker

2024-04-02 Thread Justin Bertram
ouldn’t find it. > > Simon > > > On 1 Apr 2024, at 18:04, Justin Bertram wrote: > > > > You're hitting AMQ-9460 [1]. It will be fixed in ActiveMQ Classic 6.1.1. > > There's currently no time-table for a release. > > > > > > Justin > > > > [1]

Re: Unable to login ot web interface when run with Docker

2024-04-01 Thread Justin Bertram
You're hitting AMQ-9460 [1]. It will be fixed in ActiveMQ Classic 6.1.1. There's currently no time-table for a release. Justin [1] https://issues.apache.org/jira/browse/AMQ-9460 On Mon, Apr 1, 2024 at 11:01 AM Simon Martinelli, 72 Services LLC wrote: > Hi, > > I run: > > docker run -p

Re: Alerting on Duplicate Client IDs, Disconnects, Dropped Messages

2024-03-28 Thread Justin Bertram
leadsource=email-signature_source=outlook-direct-email_medium=email_campaign=2019-common_content=email-signature-link > > > > > From: Justin Bertram > Date: Thursday, March 28, 2024 at 10:23 AM > To: users@activemq.apache.org > Subject: Re: Alerting on Duplicate Clien

Re: Alerting on Duplicate Client IDs, Disconnects, Dropped Messages

2024-03-28 Thread Justin Bertram
1) What protocol are you using for takeover with duplicate client IDs? MQTT? 2) Are you talking about orderly disconnects (e.g. a client calling close() on its connection) or disconnects caused by a client crash, network problem, etc.? 3) What do you mean by "dropped message" exactly? Justin

Re: ActiveMQ Artemis with nearing EOL of Spring 5.3.x

2024-03-26 Thread Justin Bertram
ActiveMQ Artemis has a couple of test dependencies for Spring, but it's not strictly required for building and it's not included in the broker distribution. I'm not aware of any immediate plans to move ActiveMQ Artemis off of Java 11, but it obviously won't stay there forever. That said, once it

Re: feasibility of connecting ActiveMQ Artemis with IBM MQ

2024-03-25 Thread Justin Bertram
An AMQP broker connection should work to move messages from one AMQP broker to another AMQP broker, right? That would eliminate the need for Camel. Justin On Mon, Mar 25, 2024 at 11:05 AM Timothy Bish wrote: > On 3/25/24 10:15, Devriendt, Erik wrote: > > Hello all > > > > We plan to use

[ANNOUNCE] ActiveMQ Artemis 2.33.0 Released

2024-03-22 Thread Justin Bertram
I'm pleased to announce the release of ActiveMQ Artemis 2.33.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.33.0 I would like to highlight these

Re: ActiveMQClient.setGlobalThreadPoolProperties

2024-03-13 Thread Justin Bertram
> Can someone explain or point me to a page that shows the defaults and talks about why you’d want to change this? This parameter was added via ARTEMIS-4522 [1] and it was my mistake to modify the existing setGlobalThreadPoolProperties method rather than keeping the existing one for backwards

Re: Artemis 2.32.0 some expired messages are lost

2024-03-12 Thread Justin Bertram
I'm not aware of any problems like this. Can you provide a way to reproduce it? Justin On Tue, Mar 12, 2024 at 9:27 AM rusu ionut wrote: > Hello,I'm using latest version of Artemis with AmqpNetLite from .NET to > send/receive messages. I have the following scenario: one queue (Q1) with > an

Re: Webpage Discrepancy

2024-03-11 Thread Justin Bertram
Thanks for the report! To be clear, these issues were fixed last week. Justin On Mon, Mar 11, 2024 at 5:10 PM Kring, Erich J [US] (SP) < erich.kr...@ngc.com> wrote: > > I wanted to give a head's up that there is a slight issue with the code > posted at: > ActiveMQ

Re: [EXTERNAL] [BULK] Re: Shared store config

2024-03-07 Thread Justin Bertram
t; > I'm using artemis 2.32.0. > > Regards, > Rahman Gunawan > NASA/SEWP > Software Developer > > -----Original Message- > From: Justin Bertram > Sent: Thursday, March 7, 2024 3:40 PM > To: users@activemq.apache.org > Subject: [EXTERNAL] [BULK] Re: Shared st

Re: Shared store config

2024-03-07 Thread Justin Bertram
I believe you need to set true on the backup. See the documentation [1] for more details. Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/ha.html#failing-back-to-primary-server On Thu, Mar 7, 2024 at 2:31 PM Gunawan, Rahman (GSFC-703.H)[Halvik Corp] wrote: > I

Re: ActiveMQ license

2024-03-07 Thread Justin Bertram
There is no license fee for any Apache software. It is Open Source and licensed under the Apache License 2.0 [1]. You can download and use it for free at any time in any way allowed by the license. Support from the community is available for free, but such support is provided on a volunteer

Re: brain split causes both nodes to be LIVE in a replicated-failback-static setup

2024-03-06 Thread Justin Bertram
d a 3rd node, would you use the to determine > network-check-ping-command if there was a network split, or the > vote-on-replication-failure > on the primary node to shut it down and manually recover them later ? > > On Wed, Mar 6, 2024 at 5:49 PM Justin Bertram wrote: > > >

Re: brain split causes both nodes to be LIVE in a replicated-failback-static setup

2024-03-06 Thread Justin Bertram
Do you have any mitigation in place for split brain? Typically you'd use ZooKeeper with a single primary/backup pair of brokers. Otherwise you'd need 3 primary/backup pairs to establish a proper quorum. To be clear, once split brain occurs administrative intervention is required to resolve the

Re: Persistence: is there way to limit the maximum storage size?

2024-03-04 Thread Justin Bertram
the subscribers to reconnect again) > * > so, we would like to understand if this persistence behavior, even without > passing for paging, can be controlled with the "max-disk-usage" that you > mentioned before, to make sure we don't saturate the 2Gi of the persistence >

Re: Persistence: is there way to limit the maximum storage size?

2024-03-01 Thread Justin Bertram
The journal exists in order to restore the persistent messages in the broker's memory when it restarts. Therefore, the amount of data in the journal is directly proportional to the amount of data in memory. Therefore, if you want to control the amount of data in the journal you can do so by

Re: Stomp configuration questions

2024-02-28 Thread Justin Bertram
For what it's worth, if you're just trying to test your client you can use ActiveMQ Artemis [1] which also supports STOMP protocol logging [2] and the docs are up-to-date regarding the configuration. Justin [1] https://activemq.apache.org/components/artemis/ [2]

Re: Have Artemis installed, Need advice where to start and how to start using it ... from IBM MQ world

2024-02-26 Thread Justin Bertram
> One address can be used for anycast and multicast, and it is a real mess. Technically speaking this is possible, but it's discouraged in the documentation [1] not least because it can become "a real mess." > Clients can auto-create queues with incorrect routing type (if it is permitted to

Re: Suggested improvement in documentation section "Using Core"

2024-02-25 Thread Justin Bertram
Thanks for the suggestions! To be clear, the user manual is located in the source repository [1] so if you have suggestions the best way to submit them is via a Git pull request. That way we can review your changes, see exactly what's been changed, make suggestions of our own, etc. The specific

Re: Have Artemis installed, Need advice where to start and how to start using it ... from IBM MQ world

2024-02-25 Thread Justin Bertram
> Even manually creating queues available in ActiveMQ classic is absent in Artemis. You can manually create queues both in broker.xml and via the web console. Can you clarify exactly what trouble you're having with manually creating queues? Justin On Sun, Feb 25, 2024 at 9:04 PM Ben F. Zhou

Re: Have Artemis installed, Need advice where to start and how to start using it ... from IBM MQ world

2024-02-25 Thread Justin Bertram
I recommend starting with the "Using the Server" [1] chapter so you can create an instance of the broker and then the "Command Line Interface" [2] chapter so you can get familiar with the various commands - including the producer, consumer, and browse commands which you can use to send, receive,

Re: HA failover: Nothing we try reduces client recovery below one minute

2024-02-21 Thread Justin Bertram
I would recommend a couple of things to narrow down the issue... First, have a script or something on the client gather thread dumps at regular intervals (e.g. every 5 seconds) starting right before you kill the pod and continuing until the client fails over and recovers. Second, turn on TRACE

Re: PowerShell and STOMP Support

2024-02-16 Thread Justin Bertram
I'm sure there are STOMP and/or AMQP clients out there which you can use from PowerShell to send messages. However, ActiveMQ itself doesn't provide such clients. I recommend you check out stomp.py [1]. I know it supports the ability to send messages from the command-line so you should be able to

Re: Problems with Artemis primary/backup replication

2024-02-16 Thread Justin Bertram
It looks to me like the call-timeout set on the isn't applied to this specific connection. I opened this Jira [1] to resolve that. In my view the bigger question is why is it taking 30 seconds for the broker to respond in the first place? Perhaps there is a network problem of some sort? Perhaps

Re: Authentication cache in Artemis

2024-02-16 Thread Justin Bertram
> Does Artemis cache both successful and unsuccessful logon attempts? Yes. Otherwise, for example, a malicious client with bad credentials could flood the back-end LDAP server. > Should we have relatively long timeout to avoid overloading LDAP servers or small timeout to avoid caching user logon

Re: Large parts of the ActiveMQ website are returning 404s

2024-02-15 Thread Justin Bertram
Thanks for the heads up! I botched a few htaccess rules which caused the 404s. It should be working normally again now. Justin On Thu, Feb 15, 2024 at 8:20 AM Elric V wrote: > Hey folks, > > Can someone have a look at the website? All the pages under the > Community menu are redirecting to

Re: Question about

2024-02-13 Thread Justin Bertram
> AMQ224110: Configuration 'whitelist' is deprecated, please use the 'allowlist' configuration This WARN message is based on the fact that you're using the "whitelist" configuration element in your management.xml. It has nothing to do with your address-setting. Justin On Tue, Feb 13, 2024 at

Re: [Ext] Re: Is a federation of Hub-spoke broker topology possible with Artemis?

2024-02-08 Thread Justin Bertram
t; Manfred-von-Ardenne-Ring 6 | 01099 Dresden > HRB 11256 Amtsgericht Dresden | USt.-ID DE 159 607 786 > Geschäftsführer: Manfred Austen, CEO und Dr. Ulf Martin, COO > > P Please check whether a printout of this e-mail is really necessary. > > > > > Von:&q

Re: Is a federation of Hub-spoke broker topology possible with Artemis?

2024-02-07 Thread Justin Bertram
The documentation does mention using a "hub and spoke" federation topology [1]. However, as you noted, there's no example configuration. I wonder if this may be down to the "max-hops" setting you're using. Can you provide the broker.xml from your brokers attempting to use hub & spoke? Justin

Re: Request to join ASF slack channel

2024-02-06 Thread Justin Bertram
Done. Justin On Tue, Feb 6, 2024 at 8:58 PM Anupam Kumar wrote: > Hello > I have few doubts regarding the usage of active mq. Please add me to the > channel fir clarifications. > Thanks. >

Re: Artemis analogous to the transport.closeAsync parameter in ActiveMQ Classic

2024-02-06 Thread Justin Bertram
> Is there a way in Apache Artemis to configure or adjust the connection closure mechanism to achieve behavior similar to transport.closeAsync=false in ActiveMQ? The sync vs. async closing functionality in ActiveMQ Classic was implemented via AMQ-1739 [1] due to the broker's consumption of a

Re: Slack invitation

2024-02-06 Thread Justin Bertram
Invitation sent. Justin On Tue, Feb 6, 2024 at 2:20 AM David Ansari wrote: > Hello, > > I have a couple of questions on how Artemis implements the AMQP Management > Version 1.0 extension. > Could you send me an invite to your Slack, please, so that I can ask my > questions there? > > Thank

Re: HA follow-up: can I use a different Session than the Queue's ?

2024-02-02 Thread Justin Bertram
> John > > > > > > [image: rg] > <https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fwww.redpointglobal.com%2f=E,1,Gv2gufo2YIoL8BRXd-k-DkRn2fIRb11kWC-KqdE_mQXGUnLLJNdBsdlTJGlhXGS1J_B42XEahPURAe2bzXH-hWkReugazKrEMKqd6q9ayLujha_4Y9ci=1> > > *John Lilley

Re: Question about HA configuration failover problem

2024-02-02 Thread Justin Bertram
ashington Street, Suite 205 Wellesley Hills, MA 02481 > > *M: *+1 7209385761 <+1%207209385761> | john.lil...@redpointglobal.com > > *From:* Justin Bertram > *Sent:* Monday, January 29, 2024 1:55 PM > *To:* users@activemq.apache.org > *Subject:* Re: Question about HA c

Re: Trouble with Replication HA Master/Slave config performing failback

2024-02-02 Thread Justin Bertram
to have > failover but without replicating the retained and last will messages to the > standby broker instance? In other words, we would like the system to > behave as it does on startup after a failover occurs that way our > application can derive a consistent state of the sy

Re: Artemis large-message not initialized on server

2024-02-02 Thread Justin Bertram
The stack trace indicates that the broker is receiving a SESS_SEND_CONTINUATION packet from a client. This kind of packet is only sent when a core client is sending a large message. However, based on the information you have provided the client doesn't appear to be sending a large message. I can

Re: Questions about Artemis Core Bridge configuration

2024-02-02 Thread Justin Bertram
For posterity's sake, let it be known that this conversation continued on ARTEMIS-4629 [1]. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4629 On Thu, Feb 1, 2024 at 7:47 AM MILOVIDOV Aleksandr wrote: > Hi, > > I tried to insert true in different positions in the > section of

Re: ActiveMQ installation using jar from mvnrepository

2024-02-01 Thread Justin Bertram
For posterity's sake, let it be known that Dwarak discussed this issue on Slack so I don't believe any response to this email is necessary at this point. Justin On Thu, Feb 1, 2024 at 3:56 AM Dwarak Nath wrote: > Hi, > > I'm working on a project and I wanted to use a jar from mvnrepository (

Re: HA and retry parameters

2024-02-01 Thread Justin Bertram
Your connection URL looks good. There's no problem using all those parameters together. Justin On Thu, Feb 1, 2024 at 4:37 PM John Lilley wrote: > Greetings, > > > > Currently in HA configuration we are using a URI like > > >

  1   2   3   4   5   6   7   8   9   10   >