Re: limiting queue creation in JMS durable subscription flow

2025-04-18 Thread Alexander Milovidov
Hi Vilius, If the name of the subscription queue is known, you can create security setting for FQQN queue name, for example "address-for-external-role::queue-for-subscription". чт, 17 апр. 2025 г. в 09:42, Vilius Šumskas : > I would like to rephrase my question regarding createDurableQueue >

Re: limiting queue creation in JMS durable subscription flow

2025-04-17 Thread Alexander Milovidov
Vilius > > -Original Message- > From: Alexander Milovidov > Sent: Thursday, April 17, 2025 11:18 AM > To: users@activemq.apache.org > Subject: Re: limiting queue creation in JMS durable subscription flow > > Permissions can be set for address matches which can be exact

Re: limiting queue creation in JMS durable subscription flow

2025-04-17 Thread Alexander Milovidov
uld like to manage permissions dynamically via > Management API. Correct me if I'm wrong, but there is no way to set role > permissions for queues via API, just for addresses. > > -- > Vilius > > -Original Message- > From: Alexander Milovidov > Sent: Th

Re: Artemis 2.40.0 performance issues

2025-04-14 Thread Alexander Milovidov
ame use-case when using 2.39.0? Also, > could you enable the debugging console in your browser and watch the > network traffic when you log in to see how large the responses are from > Jolokia? > > In the not-to-distant future we hope to mitigate large JSON payloads for > all use-cases u

Re: Artemis 2.40.0 performance issues

2025-04-14 Thread Alexander Milovidov
to see how large the responses are from > Jolokia? > > In the not-to-distant future we hope to mitigate large JSON payloads for > all use-cases using a new MBeanInfo cache feature from Jolokia [1]. > > > Justin > > [1] > https://jolokia.org/reference/html/manual/ext

Re: Artemis 2.40.0 performance issues

2025-04-13 Thread Alexander Milovidov
share links to them? > > Also, are there further details you can share about your use-case? You must > be doing something different in your environment to get that result than > what I'm doing. > > > Justin > > > > On Mon, Apr 7, 2025 at 10:24 AM Alexande

Re: how to separate permissions for replyTo temporary queues

2025-04-10 Thread Alexander Milovidov
Hello Vilius, I tried to use a temporary queue namespace to define security settings, and it definitely doesn't work this way. If an application tries to use a temporary address with a random name, it needs permissions for all addresses. Recently we solved a problem in the JMSToolBox application

Artemis 2.40.0 performance issues

2025-04-07 Thread Alexander Milovidov
Hi All, Has anyone installed ActiveMQ Artemis 2.40.0 in an environment with a significant number of addresses and queues? I have several problems with performance of the new Artemis console and message broker. I have installed Artemis 2.40.0 and imported data from a file which was exported from th

Re: Artemis remote address after failover

2025-04-04 Thread Alexander Milovidov
Hi Justin, There may be a reason to have different listeners, protocols and other settings for servers and for clients. For example, Apache Kafka can use different listeners for connections between servers and advertised listeners for the clients: https://kafka.apache.org/documentation/#brokerconf

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Alexander Milovidov
1. G1GC garbage collector 2. Durable queues ср, 5 мар. 2025 г. в 22:18, William Crowell : > Alexander, > > Thanks for your reply. Are you using the G1GC garbage collector or > something else? > > Are you using durable or non-durable queues? > > Regards, > > Willi

Re: Maximum Amount of Topic/Queues Within Apache Artemis

2025-03-05 Thread Alexander Milovidov
Hi William, I have performed a small test: created 1 queues using bash script which calls Joloka API using curl in a loop. It works a bit slow because each API call needs to perform an authentication and to create a session. Another method is to auto-create queues when attempting to consume or

Re: Blocked threads in Artemis

2025-01-28 Thread Alexander Milovidov
ble this is contributing to the issue assuming the users are > using HTTP for management. > > > Can it be solved by increasing the size of the jetty thread pool, or some > other thread pool limit? > > There's not enough information to answer that question at this point. If

Blocked threads in Artemis

2025-01-28 Thread Alexander Milovidov
Hi All, Sometimes we have a lot of threads in the blocked state in Artemis (up to 400 on one of the test servers). I have checked several blocked threads, and they look similar. When it happens, the management console becomes slow. When I checked the thread dump, I mentioned that there were many l

Re: cannot disable temporary queue metrics

2025-01-28 Thread Alexander Milovidov
Hi Vilius, I also use these settings and it seems that it does not work. Artemis 2.38.0, plugin 2.1.0. вт, 28 янв. 2025 г. в 02:11, Vilius Šumskas : > Hi, > > I‘ve set up Artemis Prometheus plugin 2.2.0 with ActiveMQ Artemis 2.39.0. > /metrics endpoint works and returns all default metrics. > >

Re: ActiveMQ Artemis fails to start with incorrect divert filter

2025-01-20 Thread Alexander Milovidov
; isn't actually working. > > If we want to change this behavior I think we'd have to do it in the next > major version (i.e. 3.0). > > > Justin > > On Mon, Dec 23, 2024 at 9:57 AM Alexander Milovidov > wrote: > > > Hi Team, > > > > Recently I

ActiveMQ Artemis fails to start with incorrect divert filter

2024-12-23 Thread Alexander Milovidov
Hi Team, Recently I have mentioned that ActiveMQ Artemis fails to start if it has an incorrect filter in the divert configuration. It logs an AMQ224006 Invalid filter error and does not start. Expected behavior: server does not create a divert and start successfully. For example, if invalid filter

Re: Artemis cluster queue was undeployed unexpextedly

2024-11-26 Thread Alexander Milovidov
again. There may be a message loss between these two events (although this interval was relatively small, about 19 ms). вт, 26 нояб. 2024 г. в 11:51, Alexander Milovidov : > Hi All, > > I also reproduced this case. > When the setting config-delete-addresses is set to FORCE on th

Re: Artemis cluster queue was undeployed unexpextedly

2024-11-26 Thread Alexander Milovidov
reshed and if an address (with force deletion) > is removed from configuration, then "Remote binding" queues are deleted at > the same time as the "Local binding" queue. > > Regards, > > Jean-Pascal > > > > > On Sat, Nov 23, 2024 at 3:01 PM Alexand

Re: Artemis cluster queue was undeployed unexpextedly

2024-11-23 Thread Alexander Milovidov
me for the last > 5 years or so. > > Do you have a way to reproduce this? > > Do you also see this logging? > > AMQ224076 Undeploying address... > > > Justin > > On Thu, Nov 21, 2024 at 4:31 PM Alexander Milovidov > wrote: > > > Hi Justin, > >

Re: Artemis cluster queue was undeployed unexpextedly

2024-11-21 Thread Alexander Milovidov
ind my analysis of the problem: > > https://issues.apache.org/jira/browse/ARTEMIS-5086 > > I'm also curious to know if it is possible to pre-create cluster sf queues > as a workaround for this issue, it could be a good idea. > > > Regards > > Jean-Pascal &

Re: Artemis cluster queue was undeployed unexpextedly

2024-11-21 Thread Alexander Milovidov
ent method on the > ActiveMQServerControl [1] passing in "$.artemis.internal.sf.#" as the match > and provide the output here? > > > Justin > > [1] > > https://activemq.apache.org/components/artemis/documentation/javadocs/javadoc-latest/org/apache/activemq/arte

Artemis cluster queue was undeployed unexpextedly

2024-11-21 Thread Alexander Milovidov
Hi All! We have Artemis cluster with two primary / backups, and it worked normally before. Suddenly, the cluster queue was undeployed on one of the cluster nodes during reload of the broker configuration. There was a log message with event id AMQ224077 Undeploying queue $.artemis.internal.sf.clust

Re: Artemis message audit logs

2024-10-22 Thread Alexander Milovidov
definition. вт, 22 окт. 2024 г. в 18:58, Justin Bertram : > What specific logging code is in the audit message you're inspecting? > > > Justin > > On Tue, Oct 22, 2024 at 10:25 AM Alexander Milovidov > > wrote: > > > Hi All, > > > > Recently

Artemis message audit logs

2024-10-22 Thread Alexander Milovidov
Hi All, Recently I tried to parse Artemis audit logs to get information about message size. It is needed to gather information about client applications that cause the most of the message broker load. I mentioned that message headers in the audit log usually include duplicate "durable" property. I

Site activemq.apache.org unavailable

2024-07-10 Thread Alexander Milovidov
Hi All, Currently I cannot open any page on Apache ActiveMQ site: it returns 404 not found. Tried from different locations. Is it ok? -- Best regards, Alexander

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Alexander Milovidov
Done. https://issues.apache.org/jira/browse/ARTEMIS-4911 пн, 8 июл. 2024 г. в 21:22, Justin Bertram : > The issue you describe with the routed message count looks like a bug. Can > you open a Jira? > > > Justin > > On Mon, Jul 8, 2024 at 12:43 PM Alexander Milovidov >

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-08 Thread Alexander Milovidov
he routed > message count will increase. It's not clear from your description exactly > what exactly is happening in your use-case. Is the message not routed to > _any_ binding (e.g. due to filters) and the routed message count is still > increasing? > > > Justin >

Artemis transaction timeout

2024-07-06 Thread Alexander Milovidov
Hi All, I have a question regarding Artemis transactions. For example, there is a default transaction-timeout (300 seconds), but I cannot figure out in which situations it i

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-06 Thread Alexander Milovidov
t; not match ? > > Clebert Suconic > > > On Fri, Jul 5, 2024 at 8:33 AM Alexander Milovidov > wrote: > > > Hi All, > > > > Recently I upgraded Artemis to 2.35.0 in the test environment and our > > testers complained that they no longer can send messa

Re: Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-05 Thread Alexander Milovidov
ation. Unfortunately I cannot reproduce it in an isolated environment. пт, 5 июл. 2024 г. в 15:32, Alexander Milovidov : > Hi All, > > Recently I upgraded Artemis to 2.35.0 in the test environment and our > testers complained that they no longer can send messages to multicast > queues usi

Bugfix ARTEMIS-4795 and sending messages to FQQN

2024-07-05 Thread Alexander Milovidov
Hi All, Recently I upgraded Artemis to 2.35.0 in the test environment and our testers complained that they no longer can send messages to multicast queues using FQQN. I have read release notes and found that there was a bug that was fixed in this version. Issue https://issues.apache.org/jira/brows

Re: code=GENERIC_EXCEPTION WARN

2024-07-04 Thread Alexander Milovidov
I also have a lot of the same error messages in the logs. It began after Artemis was upgraded from version 2.31.2 to 2.32. I think there were errors but it was not logged in the previous version, and it does not affect client connections. It seems that it is caused by old clients which use outdated

Re: Artemis Keycloak integration

2024-07-01 Thread Alexander Milovidov
ub.com/apache/activemq-artemis-console > > On Tue, Jun 11, 2024 at 10:08 AM Alexander Milovidov > > wrote: > > > Hi All, > > > > Has anyone configured Keycloak for ActiveMQ Artemis management console? > > I found that someone wrote in this mailing list about the

Re: Searching in docs

2024-06-18 Thread Alexander Milovidov
Hi Jan, I also have mentioned that the search field disappeared about half a year ago. Currently I'm using Google with "site:url of the site to search for" added to the search string. ср, 19 июн. 2024 г. в 09:21, Jan Šmucr : > Hello. > Since 2.31, the documentation has been presented in a diff

Re: Artemis Keycloak integration

2024-06-13 Thread Alexander Milovidov
. 2024 г. в 18:44, Alexander Milovidov : > I tried but did not succeed. I ran the console in the test mode with mvn > jetty:run, and default Artemis instance - both on the same Windows machine. > I could not connect from the new console to Artemis with any IP-address > (localhost or 127.0

Re: Artemis Keycloak integration

2024-06-13 Thread Alexander Milovidov
asses with "new" operator: https://www.keycloak.org/docs/24.0.4/release_notes/#required-to-be-instantiated-with-the-new-operator ср, 12 июн. 2024 г. в 13:39, Alexander Milovidov : > Interesting, I haven't heard about the new console. I'll definitely try > it. Thanks Justin

Re: Artemis Keycloak integration

2024-06-12 Thread Alexander Milovidov
; On Tue, Jun 11, 2024 at 10:08 AM Alexander Milovidov > > wrote: > > > Hi All, > > > > Has anyone configured Keycloak for ActiveMQ Artemis management console? > > I found that someone wrote in this mailing list about the successful > > connection of Artemis v2.20.

Artemis Keycloak integration

2024-06-11 Thread Alexander Milovidov
Hi All, Has anyone configured Keycloak for ActiveMQ Artemis management console? I found that someone wrote in this mailing list about the successful connection of Artemis v2.20.0 to Keycloak v16.1.1 in Feb 2022. I tried to use an example from the artemis-examples repository (features/standard/sec

Re: Unrouted Message Count and Address Size Metrics

2024-05-14 Thread Alexander Milovidov
Tuesday, May 14, 2024 at 2:36 PM > To: users@activemq.apache.org > Subject: Re: Unrouted Message Count and Address Size Metrics > Alexander, > > Thank you for your reply. Where did you get that description? I did not > see it in the metrics plugin you shared. > > Regards, &

Re: Unrouted Message Count and Address Size Metrics

2024-05-14 Thread Alexander Milovidov
Hi William, I have configured metrics plugin which works as a Prometheus exporter. Usually every exporter has a small description for each metric, which is available on the /metrics endpoint as # HELP text. Unrouted messages count is the number of messages which were sent to the address and have

Re: Need Help with ActiveMQ Log File Limits!

2024-04-28 Thread Alexander Milovidov
Hi Paul, I have a similar log4j2 config for ActiveMQ Artemis, and rollover works without any problem. Which version of ActiveMQ are you using? (I'm guessing that it is ActiveMQ Classic, but I'm not sure) ActiveMQ Classic uses Log4j2 only in versions 5.17.1 and later. Older versions use Log4j 1 and

Re: Temporary queue in Artemis active MQ

2024-04-24 Thread Alexander Milovidov
Hi Naveen, I'm not an expert in ActiveMQ Artemis, and may answer incorrectly, but I have seen some cases when temporary queues are used. Usually there is no need to use management API to create a temporary queue. As it seems to me, the purpose of temporary queues is to be auto-created and auto-del

Re: Performance Testing Artemis ActiveMQ

2024-04-05 Thread Alexander Milovidov
Hi All, I used JMeter several years ago with IBM MQ and it was configured using JMS with .bindings file (file system JNDI context). InitialContextFactory class used: IBM MQ - com.sun.jndi.fscontext.RefFSContextFactory ActiveMQ - org.apache.activemq.jndi.ActiveMQInitialContextFactory (I did not try

Re: Artemis JMX authorization in broker.xml

2024-04-04 Thread Alexander Milovidov
Hi Gary, I have configured this method and it works. Thanks! It did not work until I removed the "authorisation" section from management.xml. It seems that I have not correctly understood the documentation: authorization section should be omitted (it means that we have to completely remove it to m

Re: Using LDAPLoginModule with Active Directory

2024-04-04 Thread Alexander Milovidov
Hi Justin, Thanks for your help. It is a great idea to make several sections for each LDAP server. I will try to configure and test this configuration. Recently I thought that we have to configure some kind of load-balancer for LDAP with an application-level probe which tries to connect to LDAP an

Re: Artemis JMX authorization in broker.xml

2024-04-04 Thread Alexander Milovidov
Hi Gary, Thanks for your help. I have enabled the connector with port 1099 in the management.xml like it is configured in the smoke-test files (except for the port number 10099), and it did not help. It seems that my configuration looks similar, but I have to check it.

Re: feasibility of connecting ActiveMQ Artemis with IBM MQ

2024-04-01 Thread Alexander Milovidov
Thanks Justin, Clebert. For some reason I didn't read the whole documentation section about broker connections, and it is an interesting new feature for me. Although we have already configured Camel JMS to move messages between IBM MQ and Artemis, I will try to establish connection between those br

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

2024-02-25 Thread Alexander Milovidov
gt; > You're right. I just have to gnaw through the documentation to reach a > point when things become clear by themselves - just as I did with MQSeries > decades earlier. > > Regards, > Ben > > -Original Message- > From: Alexander Milovidov > Sent: Sunday,

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

2024-02-25 Thread Alexander Milovidov
Hi Ben, I also worked with IBM MQ for several years. I have started with Artemis from reading the documentation, and continue to check it when something is not clear for me. I think it is also necessary to have some real use cases for Artemis because it is not possible to gain a lot of experience