Re: Re: Cannot browse messages when count under 1000

2023-08-31 Thread Domenico Francesco Bruscino
Hi Petr, I'm not able to reproduce your issue using ActiveMQ Artemis 2.30.0: ./bin/artemis create broker --user admin --password admin --require-login ./broker/bin/artemis run ./broker/bin/artemis producer --verbose --destination queue://TEST --user admin --password admin --protocol core

Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-08-31 Thread Justin Bertram
The default management.xml does indeed have the connector commented out which means there is no remote JMX connectivity. This is for security purposes so that it's less likely that someone deploys an unsecured broker with management wide open. Therefore, if you want to enable remote JMX

RE: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-08-31 Thread Sargrad, Dave
Looking at the referenced documentation, I see that the proper way to set the JMX connection port is as follows: Our current management.xml does not specify this connector-port (it is commented out). What is the default port? This is not jumping out at me in the referenced documentation?

RE: Re: Cannot browse messages when count under 1000

2023-08-31 Thread Dondorp, Erwin
Maybe this... It looks like you have 1000 consumed-but-not-committed messages. These messages are reported in the message-count but are not visible in the gui. e. -Original Message- From: Peter Kriško Mgr. Sent: Wednesday, August 30, 2023 11:42 AM To: users@activemq.apache.org Subject: