Re: WARN Message in Artemis ActiveMQ Console

2024-07-16 Thread Domenico Francesco Bruscino
://pro-t24-qve-03:8161/console/ > > Regards, > Albaasith Ahamed > > -Original Message----- > From: Domenico Francesco Bruscino > Sent: Tuesday, July 2, 2024 4:27 PM > To: users@activemq.apache.org > Subject: Re: WARN Message in Artemis ActiveMQ Console > >

Re: [EXTERNAL] [BULK] Re: group-name not working?

2024-07-12 Thread Domenico Francesco Bruscino
me > backup server, no one is active when I have config > false. > > Regards, > Rahman > > -----Original Message- > From: Domenico Francesco Bruscino > Sent: Thursday, July 11, 2024 1:34 PM > To: users@activemq.apache.org > Subject: Re: [EXTERNAL] [BULK] Re: gro

Re: Artemis Keycloak integration

2024-07-11 Thread Domenico Francesco Bruscino
The new console requires Jetty >= 11 while the latest ActiveMQ Artemis release is still using Jetty 10. On Tue, 2 Jul 2024 at 08:58, Alexander Milovidov wrote: > Hi Justin, > > I tried to run the new Artemis console without success. > When I run it in the test mode, it should connect to the brok

Re: [EXTERNAL] [BULK] Re: group-name not working?

2024-07-11 Thread Domenico Francesco Bruscino
0 > > > > > > > > > > true > true > bear > > > > > Cluster 3: > > > 231.7.7.7 > 9876 > 5000 > artemis >

Re: group-name not working?

2024-07-08 Thread Domenico Francesco Bruscino
Hi Rahman, I'm not able to reproduce this issue with following steps: 1. create broker instances ./bin/artemis create primary-f --user admin --password admin --require-login --clustered --cluster-password artemis --cluster-user artemis --replicated --host localhost --port-offset 0

Re: WARN Message in Artemis ActiveMQ Console

2024-07-02 Thread Domenico Francesco Bruscino
Hi Albaasith, could you try to open the console url in a private/incognito window to avoid browser cache issues? http://localhost:8161/console Regards, Domenico On Tue, 2 Jul 2024 at 14:38, Albaasith Ahamed wrote: > Dear Team, > > > Artemis ActiveMQ console is not up in the browser. When I acc

Re: Encountering Startup Error After Adding Prometheus and Grafana Monitoring to Artemis 2.33

2024-06-23 Thread Domenico Francesco Bruscino
Hi Albaasith, artemis-prometheus-metrics-plugin 3.x is for future ActiveMQArtemis versions. You can use artemis-prometheus-metrics-plugin 2.1.0 for ActiveMQArtemis 2.33.0. A similar issue was already discussed at https://github.com/rh-messaging/artemis-prometheus-metrics-plugin/issues/29 Regards,

Re: Console_jolokia_error

2024-06-05 Thread Domenico Francesco Bruscino
Hi Albaasith, this issue seems to be due to a stale state. Have you tried to clean up your browser cookies and local storage. Can you try by using an incognito window of your browser to be sure to avoid any issues related to a stale state? Regards, Domenico On Sun, 2 Jun 2024 at 14:37, Albaasith

Re: Temporary queue in Artemis active MQ

2024-04-24 Thread Domenico Francesco Bruscino
I guess you are asking for updates because you are not receiving the replies to users@activemq.apache.org. I suppose it is happening because you didn't subscribe users@activemq.apache.org. See the replies of Erwin, Justin and Alexander at https://lists.apache.org/thread/9h2sdp7y5kg05p8qy77d5clnn8v1

Re: Exit code in case of failure

2024-03-27 Thread Domenico Francesco Bruscino
024 23:05 > An: users@activemq.apache.org > Betreff: Re: Exit code in case of failure > > It’s not the critical analyzer. It’s the critical IO Error > > An IO exception happened and it goes to the exception listener. > > On Sat, Mar 23, 2024 at 1:55 PM Domenico Francesco Bruscin

Re: Exit code in case of failure

2024-03-23 Thread Domenico Francesco Bruscino
ifferent and is not done by > the critical analyzer > > Regards > REto > > -Ursprüngliche Nachricht----- > Von: Domenico Francesco Bruscino > Gesendet: Mittwoch, 20. März 2024 14:56 > An: users@activemq.apache.org > Betreff: Re: Exit code in case of failure &

Re: Exit code in case of failure

2024-03-20 Thread Domenico Francesco Bruscino
Hi Reto, you could use use the HALT critical analyzer policy to force artemis to exit with the exit code 70, i.e. HALT Regards, Domenico On Wed, 20 Mar 2024 at 12:17, Urfer Reto wrote: > Hi > > We are using activemq artemis 2.31.2 as a container managed by > docker-compose/podman. For persist

Re: Can’t addRole using JMX API call

2024-03-07 Thread Domenico Francesco Bruscino
Hi Naveen, you add security settings for addresses by using org.apache.activemq.artemis.api.core.management.ActiveMQServerControl.addSecuritySettings, i.e. curl -H 'Origin:http://localhost:8161' -u admin:admin ' http://localhost:8161/console/jolokia/exec/org.apache.activemq.artemis:broker= "0.0.0

Re: Support of reloading management.xml

2024-02-15 Thread Domenico Francesco Bruscino
Hi Aleksandr, the JIRA ARTEMIS-4582[1] should also cover the use case of config reload and and the related PR was created 2 days ago: https://github.com/apache/activemq-artemis/pull/4820 [1] https://issues.apache.org/jira/browse/ARTEMIS-4582 Regards, Domenico On Thu, 15 Feb 2024 at 16:21, MILOV

Re: Possible bug with SSL connection strings in HA setups

2024-02-15 Thread Domenico Francesco Bruscino
Hi Eric, you are getting this issue because the CORE clients uses topology for load balancing by default, you can solve this issue disabling topology for load balancing, i.e. (tcp://server1.example.com:61616,tcp://server2.example.com:61616 )?sslEnabled=true&trustStorePath=/path/to/truststore.jks&

Re: PowerShell and STOMP Support

2024-02-15 Thread Domenico Francesco Bruscino
headers while sending the messages to > broker? I tried to get help (.\artemis.cmd help producer) on the CLI but I > don’t see any option. > > Best Regards > Shiv > > -Original Message- > From: Domenico Francesco Bruscino > Sent: Monday, February 12, 2024 7:09

Re: PowerShell and STOMP Support

2024-02-12 Thread Domenico Francesco Bruscino
; the binary to execute this step, correct? > > Also if 'artemis producer ' supports certificate based authentication > as brokers only exposing SSL port over certificate authentication? > > Best Regards > Shiv > > -Original Message- > From: Domeni

Re: PowerShell and STOMP Support

2024-02-12 Thread Domenico Francesco Bruscino
Hi Shiv, for text messages you could use the artemis CLI, i.e. .\bin\artemis producer --url tcp://localhost:61616 --protocol core --user admin --password admin --destination queue://TEST --message-count 1 --message 'Hellow World!' Regards, Domenico On Mon, 12 Feb 2024 at 09:32, Shiv Kumar Dixit

Re: CLI browser does not return all messages

2024-02-07 Thread Domenico Francesco Bruscino
html > > I'm gonna take a look at the JMS client next. > > Again, thanks for the response! > > CSIPAK Attila > > -Original Message- > From: Domenico Francesco Bruscino > Sent: Tuesday, February 6, 2024 2:52 PM > To: users@activemq.apache.org > Subject: Re:

Re: CLI browser does not return all messages

2024-02-06 Thread Domenico Francesco Bruscino
Hi Attila, the QueueControl.browse management method is not designed to be used with such a big number of messages at a time. It was designed to provide the browse feature to the web console that browses 10 messages at a time. I would recommend using a JMS client to browse such a big number of mes

Re: add password to anonymous user

2024-01-26 Thread Domenico Francesco Bruscino
ttps://aka.ms/AAb9ysg> > ____ > From: Domenico Francesco Bruscino > Sent: Friday, January 26, 2024 11:20:19 AM > To: giovanni.dile...@soft.it.invalid > Cc: users@activemq.apache.org > Subject: Re: add password to anonymous user > > Hi Giovanni

Re: add password to anonymous user

2024-01-26 Thread Domenico Francesco Bruscino
Hi Giovanni, would you describe your use case to better understand your request? Thanks, Domenico On Fri, 26 Jan 2024 at 10:45, Di Lembo Giovanni wrote: > Hello > Is it possible to add credential to anonymous user ? > > > Kind regards >

Re: Modifying and sending 3.2.2.3.15 Response Information from Artemis

2024-01-25 Thread Domenico Francesco Bruscino
Hi Vaclav, theoretically, you could use an interceptor[1] to intercept the CONNECT request and alter the CONNACK response but I would suggest you contribute[2] by proposing a change to support the optional MQTT feature 3.2.2.3.15 Response Information[3]. [1] https://activemq.apache.org/components

Re: REST Interface for Artemis Broker

2024-01-25 Thread Domenico Francesco Bruscino
Hi Shiv, the REST interface was removed in 2.26.0. You can find the original discussion regarding removal here [1]. The recommended alternative is the STOMP protocol that is ubiquitous, simple, standardized, and can be used in almost every circumstance and environment where REST might be used. ht

Re: Connection Router Cache configuration by broker properties

2024-01-04 Thread Domenico Francesco Bruscino
___ > Da: Domenico Francesco Bruscino > Inviato: mercoledì 3 gennaio 2024 10:51 > A: users@activemq.apache.org > Oggetto: Re: Connection Router Cache configuration by broker properties > > Hi Andrea, > > the improvement to configure all connection-router settings by

Re: No option to send message via ArtemisMQ console

2024-01-03 Thread Domenico Francesco Bruscino
Hi Gašper, the missing queue tabs are shown only if the logged in user has the related management rights: destroyQueue, sendMessage, browse and countMessages. Could you compare the management.xml of the 2 live brokers? Regards, Domenico On Wed, 3 Jan 2024 at 15:27, Gašper Čefarin wrote: > Hi,

Re: Connection Router Cache configuration by broker properties

2024-01-03 Thread Domenico Francesco Bruscino
Hi Andrea, the improvement to configure all connection-router settings by using broker properties should be quite easy, I did a quick POC[1]. Could you explain why your use case requires a cache? [1] https://github.com/brusdev/activemq-artemis/commit/d63883aa0680cf7f837a18964e8ed70b6bdda4c9 Rega

Re: no-acceptor options not understood

2024-01-02 Thread Domenico Francesco Bruscino
Hi Herbert, there is no way to pass the list of the desired acceptor protocols to the artemis create command. You could use broker properties to overwrite it at runtime, i.e. artemis create --java-options '-DacceptorConfigurations.artemis.params.protocols=CORE,OPENWIRE' Alternatively, you could

Re: Looking for HA/replication boilerplate broker.xml and advice

2024-01-02 Thread Domenico Francesco Bruscino
Hi Omri, Please use the unsubscribe link available at the following URL to unsubscribe from the list: https://activemq.apache.org/contact Domenico On Mon, 1 Jan 2024 at 14:36, Omri Dagan wrote: > Hi can you please remove me from the mailing list > > Get Outlook for Android

Re: Need help in connecting to embedded broker from external client

2023-12-14 Thread Domenico Francesco Bruscino
The code line "configuration.addAcceptorConfiguration("remote", "tcp:// 0.0.0.0:5672");" is adding an acceptor with the port 5672 while the client is trying to connect to the port 8990: spring.artemis.broker-url=tcp:// 127.0.0.1:8990. What Port are you testing with telnet? On Thu, 14 Dec 2023 at 0

Re: Artemis management console refresh rate

2023-11-30 Thread Domenico Francesco Bruscino
Hi Aleksandr, the default rate value of 5 seconds is hard coded in the hawtio console, see https://github.com/hawtio/hawtio-integration/blob/v5.2.0/plugins/jmx/ts/workspace.ts#L63 Regards, Domenico On Thu, 30 Nov 2023 at 10:56, MILOVIDOV Aleksandr wrote: > Hi Team, > > In the management consol

Re: Client libs CORE vs. OPENWIRE

2023-11-23 Thread Domenico Francesco Bruscino
Hi Herbert, the ActiveMQ Artemis CORE client also supports failover to other live servers, you need to set the failoverAttempts parameter, i.e. (tcp://A:port,tcp://B:port)?failoverAttempts=-1 for further details see https://activemq.apache.org/components/artemis/documentation/latest/client-failov

Re: HA setup using shared store policy

2023-11-20 Thread Domenico Francesco Bruscino
Hi Adrija, this mailing list doesn't support attachments so your files and screenshot didn't come through. Please cut and paste the error logs instead. Regards, Domenico On Mon, 20 Nov 2023 at 16:37, Adrija Basu wrote: > Hello Team > > Can you please assist on the below query > > Thanks And Re

Re: How to set Xmx value for Artemis Broker

2023-11-20 Thread Domenico Francesco Bruscino
Hi Shivang, even if the argument of --java-options is appended, those java options are applied in place of the previous values defined in JAVA_ARGS because of how java parses the command line options. You can check the running heap memory values using java.lang.Memory, i.e. curl -H "Origin:http:/

Re: Convert queue to configuration managed

2023-11-09 Thread Domenico Francesco Bruscino
, Stephen Baker wrote: > Oh, that's a step! > > Do you know if it's possible to get from there to auto-delete: false > (or I should just try it out) > > On Wed, Nov 8, 2023 at 5:28 AM Domenico Francesco Bruscino > wrote: > > > > Hi Stephen, > > > &

Re: "Use current logon user" in Artemis management console does not work

2023-11-08 Thread Domenico Francesco Bruscino
Hi Aleksandr, I reproduced this issue connecting a client without user and password, see https://github.com/brusdev/activemq-artemis/commit/1b6697bda4bb19806d982cf9fe6a2a0ab6b45a3b Could you create a new JIRA? Thanks, Domenico On Thu, 19 Oct 2023 at 12:09, MILOVIDOV Aleksandr wrote: > Hi Dome

Re: Convert queue to configuration managed

2023-11-08 Thread Domenico Francesco Bruscino
Hi Stephen, updateQueue() JMX operation doesn't allow to change the `auto-delete` setting but it allows to change the `configuration-managed` setting, i.e. {"name":"MYQUEUE","configuration-managed":true} Regards, Domenico On Mon, 6 Nov 2023 at 17:55, Stephen Baker wrote: > Hello, > > A proble

Re: "Use current logon user" in Artemis management console does not work

2023-10-19 Thread Domenico Francesco Bruscino
Hi Aleksandr, maybe this issue is due to the cache, see https://github.com/apache/activemq-artemis/blob/2.31.0/artemis-server/src/main/java/org/apache/activemq/artemis/core/security/impl/SecurityStoreImpl.java#L409 Could you try to clear the authentication cache using the operation clearAuthentic

Re: "Use current logon user" in Artemis management console does not work

2023-10-18 Thread Domenico Francesco Bruscino
Hi Aleksandr, this should only happen if the user logged in the console doesn't have the required roles to send messages to the desired addresses (check the security-settings in broker xml). Regards, Domenico On Wed, 18 Oct 2023 at 12:27, MILOVIDOV Aleksandr wrote: > Hi Team, > > Since version

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

2023-09-12 Thread Domenico Francesco Bruscino
Hi Dave, Question 1 I'm not able to see the attached image, could you write the text? Question 2 Justin already answered, The default management.xml does indeed have the connector commented out which means there is no remote JMX connectivity Question 3 Clebert already answered, You can also

Re: [Ext] Re: Re: virtualDestinationInterceptor in Artemis

2023-09-08 Thread Domenico Francesco Bruscino
56 Amtsgericht Dresden | USt.-ID DE 159 607 786 > Geschäftsführer: Manfred Austen, CEO und Dr. Ulf Martin, COO > > > > > Von:"Domenico Francesco Bruscino" > An:users@activemq.apache.org > Datum:08.09.2023 09:21 > Betreff:[Ext] Re: Re: virtualD

Re: [Ext] Re: virtualDestinationInterceptor in Artemis

2023-09-08 Thread Domenico Francesco Bruscino
| 01099 Dresden > HRB 11256 Amtsgericht Dresden | USt.-ID DE 159 607 786 > Geschäftsführer: Manfred Austen, CEO und Dr. Ulf Martin, COO > > > > > Von:"Domenico Francesco Bruscino" > An:users@activemq.apache.org > Datum:07.09.2023 09:21 > Betr

Re: virtualDestinationInterceptor in Artemis

2023-09-07 Thread Domenico Francesco Bruscino
Hi Herbert, you could use ActiveMQ Artemis exclusive diverts[1], i.e. sports.events SportQ true/exclusive> [1] https://activemq.apache.org/components/artemis/documentation/latest/diverts.html Regards, Domenico On Wed, 6 Sept 2023 at 18:48, wrote: > Hello Group, > > with ActiveMQ

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 --mess

Re: Cannot browse messages when count under 1000

2023-08-30 Thread Domenico Francesco Bruscino
Hi Peter, ActiveMQ Artemis 2.17.0 is quite old, are you able to reproduce this issue on the last version ActiveMQ Artemis 2.30.0? Regards, Domenico On Wed, 30 Aug 2023 at 09:05, Peter Kriško Mgr. wrote: > Hi > I have activemq-artemis version 2.17.0. > When my queue have less than 1000 messages

Re: Running Artemis management client without excessive permissions

2023-08-28 Thread Domenico Francesco Bruscino
Hi Aleksandr, you could use the Jolokia endpoint sending HTTP requests or implement your custom QueueRequestor setting auto-delete-queues, i.e. public Message request(Message message) throws JMSException { queue = session.createQueue("activemq.management") tempQueue = session.

Re: Identifying connections in OpenShift environment for CORE protocol

2023-07-07 Thread Domenico Francesco Bruscino
Hi Artyom, It worked for me on ActiveMQ Artemis 2.29.0 using the artemis CLI, i.e.: ./broker/bin/artemis consumer --destination queue://TEST --user admin --password admin --clientID abc I see the text abc in the "Cliend ID" column. What ActiveMQ Artemis version are you using? Regards, Domenico

Re: How o.a.a.a.s.c.p.AbstractRemotingConnection.isDestroyed() is used?

2023-07-03 Thread Domenico Francesco Bruscino
Hi Artyom, the private variable "destroyed" of org.apache.activemq.artemis.core.protocol.openwire was added by ARTEMIS-463[1] but ARTEMIS-3956[2] caused the issue removing isDestroyed from org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection. I think this issue should cause sendin

Re: Artemis Version 2.28.0

2023-06-01 Thread Domenico Francesco Bruscino
Hi Shivang, this seems an authentication issue, try to test connection using the artemis CLI, i.e. ./broker/bin/artemis check queue --name TEST --produce 1000 --browse 1000 --consume 1000 --user --password --url tcp://queue:61616 Regards, Domenico On Thu, 1 Jun 2023 at 14:27, Shivang Modi

Re: Artemis docker container readme wrong or defective?

2023-05-21 Thread Domenico Francesco Bruscino
Hi Pablo, it works for me, maybe your local repo is damaged or your current directory is not `artemis-docker` when you run prepare-docker.sh. Could you try the following commands: git clone g...@github.com:apache/activemq-artemis.git /tmp/activemq-artemis cd /tmp/activemq-artemis/artemis-docker/

Re: EXTERNAL- Re: ActiveMQ Artemis: Reload SSL keystore without restarting broker

2023-05-19 Thread Domenico Francesco Bruscino
eed > a message required to reload SSLContext/SSL keystore) > > -Umesh. > > -Original Message- > From: Domenico Francesco Bruscino > Sent: Thursday, May 18, 2023 1:31 PM > To: users@activemq.apache.org > Subject: EXTERNAL- Re: ActiveMQ Artemis: Reload SSL keystore wit

Re: ActiveMQ Artemis: Reload SSL keystore without restarting broker

2023-05-18 Thread Domenico Francesco Bruscino
Hi Umesh, you can access Apache ActiveMQ Artemis management API[1] using jolokia or messages even if the JMX is disabled. For further details using messages see the Management Example[2]. [1] https://activemq.apache.org/components/artemis/documentation/latest/management.html [2] https://github.co

Re: max_unreferenced_credits_cache_size in broker?

2023-05-17 Thread Domenico Francesco Bruscino
Hi Douglas, there is no way to set MAX_UNREFERENCED_CREDITS_CACHE_SIZE because it is a static final int field of the ClientProducerCreditManager, for further details see https://github.com/apache/activemq-artemis/blob/2.28.0/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client

Re: Artemis activemq jms client all incompatible with artemis server

2023-05-10 Thread Domenico Francesco Bruscino
Hi Filip, are you running the ActiveMQ Artemis jms client 2.19.1 and the ActiveMQ Artemis server with a version different from 2.19.1 in the same JVM? Regards, Domenico On Wed, 10 May 2023 at 18:20, PAS Filip wrote: > Just a small follow-up, using artemis-jms-client instead of > artemis-jms-cl

Re: Artemis - how to detect when a node is joined to the cluster

2023-05-04 Thread Domenico Francesco Bruscino
You could execute the artemis check node command to check a node topology, i.e. if you need to check that a node with the address IP 192.168.10.1 has a topology with at least 2 other nodes of the cluster use the following command: artemis check node --peers 3 --url tcp://192.168.0.1:61616 On Thu,

Re: artemis operator: how to tell broker to use a specific PVC

2023-04-27 Thread Domenico Francesco Bruscino
Hi Thai, this question seems related to the ArtemisCloud project, you can create a new discussion at https://github.com/artemiscloud/activemq-artemis-operator/discussions. Regards, Domenico On Wed, 26 Apr 2023 at 21:34, Thai Le wrote: > Hello, > > We have an artemis broker 2.19 running in kube

Re: auto-delete-queues-delay vs address-queue-scan-period

2023-04-17 Thread Domenico Francesco Bruscino
Hi Thai, TL; DR; if auto-delete-queues-delay is set to 5 min and one of the consumers is reconnected after 2 min the queue is not deleted. A queue is deleted only if the broker successfully checks the criteria (auto-delete-queues-delay/auto-delete-queues-message-count[1]) for 2 consecutive times

Re: Artemis REST API

2023-03-22 Thread Domenico Francesco Bruscino
the partial list of the Management API MBeans is in the documentation[1], i.e. to list the addresses you can use the getQueueNames method of ActiveMQServerControl curl -v -H "Origin: http://localhost"; -u admin:admin http://localhost:8161/console/jolokia/read/org.apache.activemq.artemis:broker=\ "

Re: Confused about Jolokia and Artemis

2023-03-22 Thread Domenico Francesco Bruscino
Hi Ben, by default, a new ActiveMQ Artemis instance doesn't include a line for jolokia war (), I guess it was add manually. The ActiveMQ Artemis Console war already includes an embedded jolokia agent that is available as a subpath of the console endpoint, i.e. https://[host]:8443/console/jolokia .

Re: Artemis operator: broker credential

2023-03-16 Thread Domenico Francesco Bruscino
Hi Thai, this is more a question for ArtemisCloud.io[1] than the Apache ActiveMQ Artemis project. To disable the GuestLoginModule you need to set spec.requireLogin property to true, for further details related to the ArtemisCloud.io[1] operator feel free to ask your question at https://github.com/

Re: Artemis - broker.xml configuration on Docker

2023-03-09 Thread Domenico Francesco Bruscino
Hi Marko, the docker-run.sh doesn't create a new instance if the /var/lib/artemis-instance/etc/broker.xml file exists. This means that you need to provide a complete broker instance or to change the broker instance created by the artemis container. I have already answered a similar question on st

Re: How to grant read only access to non amq role user to Jolokia console version apache artemis 2.23.1

2023-01-09 Thread Domenico Francesco Bruscino
Hi Nilesh, I'm not able to see your screenshots and I'm not able to reproduce this issue using Apache ActiveMQ Artemis 2.23.1 with org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule. Are you able to reproduce this issue using org.apache.activemq.artemis.spi.core.security.jaas

Re: mailing list/slack for artemis operator

2023-01-02 Thread Domenico Francesco Bruscino
if you need to discuss a topic related to ArtemisCloud.io Operator you can create a new discussion at https://github.com/artemiscloud/activemq-artemis-operator/discussions On Mon, 2 Jan 2023 at 16:04, Thai Le wrote: > Hello, > > Is there a mailing list or slack channel

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-15 Thread Domenico Francesco Bruscino
ically the same? > > On Tue, Nov 15, 2022 at 2:30 AM Domenico Francesco Bruscino > wrote: > > > > Hi Steve, > > > > ArtemisClod.io <https://artemiscloud.io/> provides a repository > > <https://quay.io/organization/artemiscloud>[1] for cont

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-14 Thread Domenico Francesco Bruscino
t; Thanks, Domenico! The issue was real simple -- in the ingress, the > > path on the backend service should have just been "/" on port 8161. > > > > On Fri, Nov 11, 2022 at 5:57 AM Domenico Francesco Bruscino > > wrote: > > > > > > Hi Steve, &

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-11 Thread Domenico Francesco Bruscino
cific > tls: > - hosts: > - my-host.com > secretName: my-secret > > Did I miss something? > > Thanks, > Steve > > > > > On Wed, Nov 2, 2022 at 3:01 AM Domenico Francesco Bruscino > wrote: > > > > Hi Steve, > > > > ArtemisC

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-02 Thread Domenico Francesco Bruscino
Hi Steve, ArtemisCloud.io operator creates a service for the ActiveMQArtemis web console and exposes it using an ingress resource on kubernetes. How are you exposing the ActiveMQArtemis web console? Regards, Domenico On Mon, 31 Oct 2022 at 20:48, Clebert Suconic wrote: > perhaps you could take

Re: XML External Entity Prevention

2022-10-28 Thread Domenico Francesco Bruscino
be able to disable for xml config parsing too, and a system > property would suffice, but I would leave the default as it is. > > On Thu, 27 Oct 2022 at 13:04, Clebert Suconic > wrote: > > > > I think this is a good plan Dom. > > > > On Wed, Oct 26, 2022 a

Re: Filter with the subject

2022-10-21 Thread Domenico Francesco Bruscino
is: > > proton::message m; > m.subject(„DesignMessage“); > > The „subject“ is the standard AMQP property . On the qpid broker this was > the way to get the messages also in the LVQ queue. > > Many thanks, > Daniel > > Get Outlook for iOS<https://aka.ms/o0ukef&g

Re: Filter with the subject

2022-10-21 Thread Domenico Francesco Bruscino
Hi Daniel, what protocol are you using to send messages? Where are you setting the subject for your messages: in the body or in the properties? Regards, Domenico On Fri, 21 Oct 2022 at 11:15, Gavrila, Daniel wrote: > Hello , > > I have a divert that I would like to forward to a LVQ just if the

Re: Redirect Console From Port 80 to 443

2022-09-13 Thread Domenico Francesco Bruscino
Hi Jonathan, the main purpose of the ActiveMQ Artemis embedded web server is to host the management console, there is no way to set up the redirect from port 80 to 443. You could set up a proxy in front of the ActiveMQ Artemis embedded web server to enable the redirect from port 80 to 443. Regard

Re: maven stuck

2022-09-08 Thread Domenico Francesco Bruscino
Hi Benjamin, maybe your IP is banned, check if your IP is banned, pinging repository.apache.org, if your IP isn't banned you should get: $ ping repository.apache.org PING repository.apache.org (136.243.146.148) 56(84) bytes of data. 64 bytes from static.148.146.243.136.clients.your-server.de (136.

Re: [External] - Re: JSON Message Body Not Display in Artemis Web Console

2022-06-28 Thread Domenico Francesco Bruscino
on", > headers={"destination-type": "ANYCAST", >"persistent": "true", > "priority": 0}) > > conn.disconnect() > - > > Did the screenshot come through from my first po

Re: JSON Message Body Not Display in Artemis Web Console

2022-06-27 Thread Domenico Francesco Bruscino
Hi Rich, how are you sending your JSON message, can you share a simple reproducer? Regards, Domenico On Mon, 27 Jun 2022 at 14:46, Richard Bergmann wrote: > I have a queue with a 1867 byte JSON message, but the message body is not > displayed when I "Show" message. Not sure what "Displaying b

Re: Apache Artemis war file

2022-06-08 Thread Domenico Francesco Bruscino
Hi Navid, do you need to run the ActiveMQ Artemis broker or only the client on Apache Tomcat? Regards, Domenico On Wed, 8 Jun 2022 at 17:09, Navid Taheri wrote: > hello all, > I'm going to know, if I load ActiveMQ Artemis 2.22.0 source code in eclipse > IDE and then I create a war file via fil

Re: permissions for temporary queues

2022-05-19 Thread Domenico Francesco Bruscino
Hi Erwin, your suspicion is right, the temporary-queue-namespace is only used for address-settings, but not for security-settings, see ARTEMIS-3692 [1]. [1] https://issues.apache.org/jira/browse/ARTEMIS-3692 Regards, Domenico On Thu, 19 May 2022 at 11:27, Dondorp, Erwin wrote: > Hello, > > A

Re: multiple propertiesLoginModules - different users/rights for console and brokers

2022-05-18 Thread Domenico Francesco Bruscino
> Best Regards, > Jo > > Op vr 13 mei 2022 om 10:12 schreef Domenico Francesco Bruscino < > bruscin...@gmail.com>: > > > Hi Jo, > > > > yes, the ArtemisCloud.io [1] operator will take care of the needed > changes > > in etc/login.config and in

Re: multiple propertiesLoginModules - different users/rights for console and brokers

2022-05-13 Thread Domenico Francesco Bruscino
eded changes in etc/login.config and in etc/artemis.profile as > mentioned in your first reply? > > Best Regards, > Jo > > Op vr 13 mei 2022 om 09:20 schreef Domenico Francesco Bruscino < > bruscin...@gmail.com>: > > > Hi Jo, > > > > the ArtemisCloud.io

Re: multiple propertiesLoginModules - different users/rights for console and brokers

2022-05-13 Thread Domenico Francesco Bruscino
Hi Jo, the ArtemisCloud.io [1] operator provides the ActiveMQArtemisSecurity CRD [2] to define multiple login modules, i.e. apiVersion: broker.amq.io/v1beta1 kind: ActiveMQArtemisSecurity metadata: name: ex-prop spec: loginModules: propertiesLoginModules: -

Re: Apache Artemis Broker Clustering with MQTT - 2 way communication

2022-05-11 Thread Domenico Francesco Bruscino
Hi Prashanth, ActiveMQ Artemis clusters support message load balancing [1] on demand by default, see the MQTT Clustered Subscription Example [2]. To deploy an ActiveMQ Artemis cluster on Kubernetes I would take a look to ArtemiCloud.io [3] [1] https://activemq.apache.o

Re: activemq artemis users on queue level

2022-05-06 Thread Domenico Francesco Bruscino
: > Domenico, > > thanks again. > I guess the masking can also be done for the password the admin user of the > broker, correct? > > Regards, > Jo > > Op vr 6 mei 2022 om 16:57 schreef Domenico Francesco Bruscino < > bruscin...@gmail.com>: > > >

Re: activemq artemis users on queue level

2022-05-06 Thread Domenico Francesco Bruscino
can these be stored in an Openshift secret/Hashicorp Vault/... > > Best Regards, > Jo > > Op vr 6 mei 2022 om 11:30 schreef Domenico Francesco Bruscino < > bruscin...@gmail.com>: > > > Hi Jo, > > > > Apache ActiveMQ Artemis contains a flexible role-ba

Re: activemq artemis users on queue level

2022-05-06 Thread Domenico Francesco Bruscino
Hi Jo, Apache ActiveMQ Artemis contains a flexible role-based security model for applying security to queues, based on their addresses, see the documentation [1] for further details. Suppose you have userA with the roleA that can only consume queueA and userB with roleB that can only consume queu

Re: K8s - Installation in own namespace

2022-04-06 Thread Domenico Francesco Bruscino
Hi Tobias, I don't see any issue if you are exposing the ActiveMQ Artemis acceptors using a kubernetes service [1]. If you need a simple way to deploy ActiveMQ Artemis on kubernetes using an operator, take look to ArtemisCloud.io [1] https://kubernetes.io/docs/concepts

Re: [EXTERNAL]:Re: Artemis Cluster Topology Status and Notifications

2022-04-05 Thread Domenico Francesco Bruscino
> MyClusterTopologyListener(server.getActiveMQServerControl())); > > It seems to work as expected. > > Thanks again, > Aaron > > -----Original Message- > From: Domenico Francesco Bruscino > Sent: Monday, April 4, 2022 11:03 AM > To: users@activemq.apache.org > Subject: [EXTERNAL]:Re:

Re: Artemis Cluster Topology Status and Notifications

2022-04-04 Thread Domenico Francesco Bruscino
Hi Aaron, there are no direct notification messages generated for cluster’s topology changes. The management API to get list of nodes in the cluster’s topology is org.apache.activemq.artemis.api.core.management.ActiveMQServerControl.listNetworkTopology() [1], see the management documentation [2].

Re: Artemis Configure Management Console to Support Secure Addresses

2022-03-18 Thread Domenico Francesco Bruscino
Hi Doug, all users with the role defined by the `hawtio.role` property can access the console and see the full list of the addresses. The Role Based Authorisation[1] allows to limit access for a specific queue, i.e. to allow access to `secureQueue` only for users with the `secure` role, the follo

Re: clustering via docker compose

2022-03-14 Thread Domenico Francesco Bruscino
Hi Luca, the `artemis` connector in the broker.xml files must use the container IP address so other broker instances are able to connect to it when it is discovered, see my answer to a similar question on stackoverflow[1]. Docker Compose makes deploying microservice applications very easy but it

Re: ActiveMQ Artemis kubernetes operator

2022-02-07 Thread Domenico Francesco Bruscino
Hi Jo, this mailing list is for questions related to the Apache ActiveMQ projects. The ArtemisCloud.io[1] project provides an open source kubernetes operator to deploy Apache ActiveMQ Artemis, see my previous email for further details. [1] https://artemiscloud.io/ Thanks, Domenico On Mon, 7 Feb

Re: newbie question

2022-02-07 Thread Domenico Francesco Bruscino
Hi Jo, for questions related to the artemiscloud.io project, see artemiscloud.io community page[1]. You could join at artemiscloud.io slack[1] or raise an issue on the github operator project[2] . I have already sent you an invitation for artemiscloud.io slack. Regards, Domenico [1] https://art

Re: Mqtts - secure mqtt

2022-02-07 Thread Domenico Francesco Bruscino
Hi Angelo, Justin has already pointed you to the standard/ssl-enabled-dual-authentication[1] example, that includes: certificate mutual authentication at transport level and certificate authentication/authorization at application level using TextFileCertificateLoginModule[2]. If you just need cer

Re: Artemis cluster topology and external clients

2022-01-04 Thread Domenico Francesco Bruscino
Hi Vilius, the clients should disable topology for load balancing and use static connectors, i.e. (tcp://external-cluster-dns-1:61616,tcp://external-cluster-dns-2:61616)?ha=true&reconnectAttempts=30&useTopologyForLoadBalancing=false Regards, Domenico On Mon, 3 Jan 2022 at 10:00, Vilius Šumskas

Re: running Artemis under non-root user

2021-12-30 Thread Domenico Francesco Bruscino
uid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 > msg='unit=activemq comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? > addr=? terminal=? res=failed'UID="root" AUID="unset" > > -- > Vilius > > --

Re: running Artemis under non-root user

2021-12-30 Thread Domenico Francesco Bruscino
Hi Vilius, the artemis-service executable is for windows while the best option to run ActiveMQ Artemis as service on linux is using systemd. Your example LGTM indeed yout service configuration includes the `User` and `Group` settings, can you share the SELinux denial message? Basic SELinux Troubl

Re: ActiveMQ 5.8.0 & Active MQ Artemis 2.17.0: log4j vulnerabilities?

2021-12-13 Thread Domenico Francesco Bruscino
Justin has already clarified that ActiveMQ Artemis doesn't use/ship any version of Log4J, its binary package doesn't include tests and their dependencies, so it isn't affected by those log4j vulnerabilities. On Mon, 13 Dec 2021 at 15:52, Chittaranjan Panda wrote: > Hi, > > Is Apache Artemis 2.18

Re: Re: ActiveMQ 5.16 and log4j vulnerabilities

2021-12-13 Thread Domenico Francesco Bruscino
Hi Benjamin, ActiveMQ Artemis 2.17.0 depends on log4j 1.2 and it doesn't use SocketServer so it's not impacted by those CVEs. Regards, Domenico On Mon, 13 Dec 2021 at 12:28, Benny K wrote: > Hi there, > > we are using Active MQ Artemis Version 2.17.0 > - Are we affected of those CVE´s / Log4Sh

Re: Artemis - management.xml

2021-12-03 Thread Domenico Francesco Bruscino
ou may not want to help with a 3rd party docker image. I may have > to resort to an NGINX sidecar to get the user name from the Authorization > header and filter it that way! > > I've tried building versions 2.16 and 2.18, same outcome. > > > Many thanks, > > Dave >

Re: Artemis - management.xml

2021-12-02 Thread Domenico Francesco Bruscino
r.password=2b186afe-4e99-4a33-a47f-042df1fadd1d > -Dcrmt.poll.cron=0_0/2_*_*_*_? -Dcrmt.jwt=mockDoesNotCheckIt > -Dpage.size=2097152 -Dpaging.threshold=10485760 > -Dmin.large.message.size=204800 -Dsecurity.invalidation.interval=60 > -Dhawtio.authenticationEnabled=true -Djava.net.pref

Re: Artemis - management.xml

2021-11-18 Thread Domenico Francesco Bruscino
Hi Dave, you need to add the monitor role to HAWTIO_ROLE in artemis.profile and the access for the isActive method in management.xml. Execute the following steps to get a working example: 1) create a new broker instance: ./bin/artemis create broker --user admin --password admin --require-login

Re: Browse Queue (message view) using tabs proposal

2021-11-11 Thread Domenico Francesco Bruscino
+1 On Mon, 8 Nov 2021 at 17:01, Dondorp, Erwin wrote: > [repost, now with the image as a link] > Hello, > > One of the screens that I use often is the Browse Queue screen for a > single message, so that I can verify all details of the message. > The screen has some logic to decide on the represe

  1   2   >