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
onsole. I will later try to reproduce this issue in a fresh installation by creating 2500 empty queues. -- Regards, Alexander

Re: Artemis remote address after failover

2025-04-04 Thread Alexander Milovidov
primary/backup nodes, the clients will try to connect to both nodes as if both were active? Can it cause problems? We also have periodic random problems even for clients which do not ignore the topology. Sometimes clients are trying to connect to a backup node without any reason. Alexander пт, 4 апр

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
69) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.lang.Thread.run(Thread.java:840) -- Regards, Alexander

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
filter is specified in the queue configuration, it does not lead to a non-operating state of the server. Is it an issue? I have not found a Jira, can I create it? -- Regards, Alexander

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
sitory for a new cluster from a template, servers are created using terraform, and everything is deployed on the servers by pipeline. Hi Alexander, > > I am currently investigating the exact same issue. > If you are interested, I have created an Artemis issue about it where you > can f

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
iveMQ Artemis version is 2.37.0. -- Regards, Alexander

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
s or queue? Is it complicated to implement or may cause significant overhead? -- Regards, Alexander

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
these transactions last without limit? Maybe message processing is not considered as a transaction in Artemis? -- Best regards, Alexander

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
opped, the routed message count of the address is increased, and unrouted message count of the address is not increased. Is this correct? -- Regards, Alexander

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: Addresses are not getting deleted when autoDeleteAddresses is set true

2024-06-13 Thread Alexander Weichart
Hi. Are there any updates on this? Am Mi, 5. Jun 2024, um 11:39, schrieb Alexander Weichart: > Changing the address matcher did unfortunately not work. > Therefore, I created a minimum reproducible example for the bug. > The code & description can be found here: > https://gi

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: Addresses are not getting deleted when autoDeleteAddresses is set true

2024-06-05 Thread Alexander Weichart
"." characters so if you wanted to use the > default syntax your match would be ".tmp.#" instead. > > > Justin > > [1] > https://activemq.apache.org/components/artemis/documentation/latest/wildcard-syntax.html#customizing-the-syntax > > On Fri,

Re: Addresses are not getting deleted when autoDeleteAddresses is set true

2024-05-31 Thread Alexander Weichart
Fr, 31. Mai 2024, um 23:52, schrieb Alexander Weichart: > Hi Bertram, > thanks for trying to reproduce the issue as well as the explaining comments > related to the changes. > What did you mean with step 3 („updated the wildcard config…“)? Maybe this is > my issue? > If not, I wil

Re: Addresses are not getting deleted when autoDeleteAddresses is set true

2024-05-31 Thread Alexander Weichart
re.postoffice.impl.PostOfficeImpl.AddressQueueReaper. > The change to TempQueueCleanerUpper doesn't have any relevance here. > > If you can work up some specific steps to demonstrate a real problem I'll > investigate further. Otherwise everything seems to be working normally. >

Addresses are not getting deleted when autoDeleteAddresses is set true

2024-05-31 Thread Alexander Weichart
**Basic bug info** When configuring a broker to auto-delete expired addresses like this: ```xml 30 true 3 true true 3 -1 ``` Artemis - correctly deletes automatically created, expired, queues - **but does not** delete automatically created, expired, addresses (e.g

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
cally using MQ Explorer. -- Regards, Alexander пт, 5 апр. 2024 г., 14:12 William Crowell : > Robbie, > > That makes sense and thank you for your reply. I may create a variant of > JMeter AMQP Plugin that can work with AMQP 1.0 protocol standard. > > Do you or anyone know

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
ou : > Hi Alexander, > > Thank you so much for sharing the insights you have garnered while working > with Artemis. Truly appreciated! > > When I first went through the documentation, I was looking for something > similar to the likes of Intercommunication, MQSC command refe

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

Cannot receive message via REST

2016-03-18 Thread Alexander Sviridov
Hello! I'm beginner user of ActiveMQ, and I use it via REST interface. I have no problem with posting messages in queues, but I'm probably missing something when receiving. I have 1 message in queue Site.Incoming, and I cannot receive it — getting 204 no content: 15:02 $ curl --raw -v -XGET "htt

Re: Re:load balancing for a few identical queues

2013-03-21 Thread Alexander
Many thanks )) I found post with identical approach, when using alone queue with a few consumers. -- View this message in context: http://activemq.2283324.n4.nabble.com/load-balancing-for-a-few-identical-queues-tp4664879p4664998.html Sent from the ActiveMQ - User mailing list archive at Nabble.

load balancing for a few identical queues

2013-03-19 Thread Alexander
Hello All !!! I have some application which make call to abonent. One of the main requirements is make these calls in parallel threads. I have decided to make this using ActiveMQ. Queue's count must be configurable. As I imagine these will be several queues for calling to abonents. But I think th

MessageServlet and Memory-/CPU-Consumption

2011-07-21 Thread Alexander N
Hi, I'm running ActiveMQ 5.3.2 as a server under Debian 5.0 and I'm using the REST-Servlet of the demo-webapp (MessageServlet) to post messsages to one queue. The setup is quite out-of-the-box but it shows a strange behavior when the amount of messages increases significantly. When I'm sending

Re: Implement request response with JMS over Stomp

2009-08-12 Thread Alexander L.
Hi Jose, Thanks for your attention again, Jose Luna-2 wrote: > > You have to be sure to include the reply-to destination in the request, > and then you know which destination to check for the response. Since we > don't have access to temporary destinations, we simply make sure that > destinati

Re: Implement request response with JMS over Stomp

2009-08-11 Thread Alexander L.
Jose, Thank you for the solution. =) If I understood right, then each requesting service A (A1...An) should maintain its own unique correlation id (permanent during the connection's life). That way message broker could decide which requesting service An to route message to if two or more request

Implement request response with JMS over Stomp

2009-08-11 Thread Alexander L.
Hello All, Article http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html How should I implement request response with JMS describes how to implement request response using temporary queues created by clients. Stomp does not support temporary queues http://activemq.a

Re: stomp temporary topics

2009-08-10 Thread Alexander L.
golubevpavel wrote: > > Once again, this is STOMP, not complete java client. > Is it possible to do that? > BTW, I am also in a search for the concept of temporary topics/queues for a Stomp client. Stomp itself does not support such destinations ( http://activemq.apache.org/cms/stomp-support.h

Re: stomp temporary topics

2009-08-10 Thread Alexander L.
golubevpavel wrote: > > I want to find a way to delete topics, that have no more consumers. > Once again, this is STOMP, not complete java client. > Is it possible to do that? > I am not an expert but I am afraid that topic is unaware about its subscribers... Probably you should consider anot

Choose Stomp instead of OpenWire

2009-07-30 Thread Alexander L.
Hello, As shown on http://activemq.apache.org/cms/, activeMQ supports both Stomp and OpenWire. When I do pConnectionFactory = cms::ConnectionFactory::createCMSConnectionFactory(getBrokerURI()); m_pConnection = pConnectionFactory->createConnectio

Receiving XML sent from ActiveMQ c++ client onto JBoss Messaging side

2009-07-29 Thread Alexander L.
Hello all, Is it possible to receive TextMessages (with XML payload) on the JBoss side using their native JMS implementation (JBoss Messaging)? Currently sender is the client written in c++ and using ActiveMQ. Thanks. -- View this message in context: http://www.nabble.com/Receiving-XML-sent-f

Unable to compile Active MQ cpp client on QNX

2007-07-05 Thread Alexander Chernykh
Given: QNX 6.3.0 SP3, gcc 3.3.5 which is supplied with OS, activemq-cpp-2.0.1-src, autoconf 2.61, automake 1.9.6, libtool 1.5.24, cppunit 1.10.2, m4 1.4.9, e2fsprogs precompiled from third-party cd. What I did: after compiling and insttalling all prerequsites for activemq-cpp i do the following t