Re: Unrouted Message Count and Address Size Metrics

2024-05-14 Thread Alexander Milovidov
ay, 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

Re: Temporary queue in Artemis active MQ

2024-04-25 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

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

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

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

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

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
t; > 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, February

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