[ANNOUNCE] ActiveMQ Artemis 2.15 Released

2020-09-01 Thread Domenico Francesco Bruscino
/release-notes-2.15.0 -- Domenico Francesco Bruscino

Re: Using ActiveMQServerPlugin for per consumer message filtering

2020-09-07 Thread Domenico Francesco Bruscino
Hi Ryan, I would suggest taking a look at the diverts[1]. They allow you to transparently divert messages routed to one address to some other address using a filter and they can also be configured to apply a Transformer[2] to the diverted messages. [1]

Re: artemis auto queue deletion results in lost messages

2020-10-13 Thread Domenico Francesco Bruscino
Hi Brad, it looks like the expected behaviour of the auto-delete-queues feature to me. If you need to change the default auto-delete-queue setting[1] you could set it to false for the default or other matches, ie for the default match: false ... Moreover there are two options to customize

Re: Artemis: Reconfiguring a divert

2020-05-20 Thread Domenico Francesco Bruscino
Hi, I raised a JIRA to address the atomic update of diverts: https://issues.apache.org/jira/browse/ARTEMIS-2770 I'm working on it. Fell free to add further comments. Regards, Domenico Il giorno mar 12 mag 2020 alle ore 06:29 Bummer ha scritto: > But now I tried it and in the meantime, when

Re: inconsistent and negative address size

2020-06-02 Thread Domenico Francesco Bruscino
Hi, which version did you use before updating to 2.13.0? Regards, Domenico Il giorno mar 2 giu 2020 alle ore 19:13 twood2k ha scritto: > Hi, we are seeing warnings like: > 2020-06-02 12:59:36,954 WARN [org.apache.activemq.artemis.core.server] > AMQ14: Destination > >

Re: Sequentually handling messages within queues

2020-07-09 Thread Domenico Francesco Bruscino
jul. 2020 kl. 17:01 skrev Tim Bain : > > > Would CLIENT_ACKNOWLEDGE (or INDIVIDUAL_ACKNOWLEDGE, though I don't think > > it buys you anything over CLIENT_ACKNOWLEDGE) delivery modes address your > > use case, by allowing your clients control over when messages are acked? > > > > T

Re: ACTIVEMQ ARTEMIS - MQTT TO STOMP

2020-07-09 Thread Domenico Francesco Bruscino
Hi Eark, messages published by a MQTT client can be received by a STMP client by default. You can take a look at the integration test sendMQTTReceiveSTOMP:

Re: Sequentually handling messages within queues

2020-07-08 Thread Domenico Francesco Bruscino
c page you linked to about prefetch limit, could I use the > prefetch limit set to 1 for topics to achieve this? > > man. 6. jul. 2020 kl. 18:14 skrev Domenico Francesco Bruscino < > bruscin...@gmail.com>: > > > Hi Kristinn, > > > > the acknowledgements confirm the succ

Re: Sequentually handling messages within queues

2020-07-06 Thread Domenico Francesco Bruscino
r doesn't receive the > next message for the same queue before that happens? > If so, I'm certain our use case can be handled by artemis. > > > fre. 3. jul. 2020 kl. 13:02 skrev Domenico Francesco Bruscino < > bruscin...@gmail.com>: > > > Hi Kristinn, > > &

Re: Sequentually handling messages within queues

2020-07-03 Thread Domenico Francesco Bruscino
Hi Kristinn, I have just answered the same question on stackoverflow: https://stackoverflow.com/questions/62701025/activemq-artemis-handle-messages-sequentially/62705413#62705413 Regards, Domenico Il giorno gio 18 giu 2020 alle ore 10:51 Kristinn Thor Johannsson < k...@skalar.no> ha scritto: >

Re: jaasAuthenticationPlugin

2020-06-10 Thread Domenico Francesco Bruscino
? > > Best > Sumit > > On Wed, Jun 10, 2020 at 1:19 AM Domenico Francesco Bruscino < > bruscin...@gmail.com> wrote: > > > Hi Sumit, > > > > to get a working demo of JAAS Authentication Plugin with encrypted > > passwords, you can execute the following

Re: jaasAuthenticationPlugin

2020-06-09 Thread Domenico Francesco Bruscino
Hi Sumit, to get a working demo of JAAS Authentication Plugin with encrypted passwords, you can execute the following steps: 1) Create a new broker instance: $ ./bin/activemq create broker 2) Add the JAAS Authentication Plugin to activemq.xml: 3) Replace the admin password with an

Why I need Cannot Post Here using nabble

2020-06-03 Thread Domenico Francesco Bruscino
Hi, when I try to create a new topic using nabble http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html I get the following error: You Cannot Post Here Sorry, but you can't create new topics here. Note that you may

Re: jaasAuthenticationPlugin

2020-06-11 Thread Domenico Francesco Bruscino
owing when I login to http://localhost:8161/ > > Any pointer for this? > > Best > Sumit > > > [image: image.png] > > On Thu, Jun 11, 2020 at 1:04 PM Domenico Francesco Bruscino < > bruscin...@gmail.com> wrote: > >> Hi Sumit, >> >> it will

Re: jaasAuthenticationPlugin

2020-06-11 Thread Domenico Francesco Bruscino
enico Il giorno gio 11 giu 2020 alle ore 07:43 Sumit Bhardwaj < sumit.bhard...@gmail.com> ha scritto: > Thank Domenico, I will try this. This will work with encrypted passwords as > well right? > > Best > Sumit > > On Thu, Jun 11, 2020 at 1:58 AM Domenico Francesco Bruscino

Re: Deadlock in the connection/failover code in the Artemis client (ver. 2.9.0)

2020-07-22 Thread Domenico Francesco Bruscino
FYI, the issue related to this discussion is ARTEMIS-2850 Client deadlocks on failover https://issues.apache.org/jira/browse/ARTEMIS-2850 Il giorno gio 23 lug 2020 alle ore 00:34 Clebert Suconic < clebert.suco...@gmail.com> ha scritto: > I would recommend you to upgrade to 2.14 > > this is

Re: Connections timeout on artemis 2.10/2.16

2021-01-07 Thread Domenico Francesco Bruscino
Hi Sébastien, I have seen similar logs in deployments where the tcp port of the acceptor is used to execute health checks (just opening the connection). Regards, Domenico Il giorno mer 6 gen 2021 alle ore 18:34 Sébastien LETHIELLEUX < sebastien.lethiell...@cecurity.com> ha scritto: > Hello

Re: Artemis in k8s

2020-12-12 Thread Domenico Francesco Bruscino
Hi Luis, I would take a look to https://github.com/artemiscloud, where you can find a collection of projects for running artemis in the cloud with a specific focus on kubernetes. You can find the pre-built ActiveMQ Artemis broker and operator images at https://quay.io/organization/artemiscloud. A

Re: divert messages to another amq

2020-12-24 Thread Domenico Francesco Bruscino
Hi Mark, ActiveMQ Artemis 2.16 introduced the mirror operation[1] on a AMQP Server Connection[2]. The mirror operation[1] allows the broker to duplicate messages and to send acknowledgements, using an AMQP connection[2] to another broker. [1]

Re: AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL

2021-01-27 Thread Domenico Francesco Bruscino
Hi Erwin, you can get the exception details of the `AMQ224006` error setting the log level to debug for org.apache.activemq.artemis.core.server.ActiveMQServerLogger [1]. [1] https://activemq.apache.org/components/artemis/documentation/latest/logging.html Regards, Domenico Il giorno mar 26 gen

Re: Artemis: Struggling with setting up a readyonly-user for web-console

2021-06-14 Thread Domenico Francesco Bruscino
Hi Benjamin, I see your point, the documentation doesn't include any help to create a read-only role for management API. Feel free to send a PR[1] to improve the documentation[2] if you like or to raise a JIRA[3]. [1]

Re: Questions about the `bin/env` file

2021-06-09 Thread Domenico Francesco Bruscino
Hi Fabrice, the `env` script in the bin folder contains all default configuration variables[1]. The init script scans the following locations for configurations in the following order: /etc/default/activemq $HOME/.activemqrc $INSTALLDIR/apache-activemq-/bin/env [1]

Re: Artemis: unclear connection parameter for cluster reconnects

2021-06-08 Thread Domenico Francesco Bruscino
Hi Torsten, Artemis clients can be configured to automatically reconnect to the same server[1] or the relative backup server when it takes over[2]. The `ha` parameter is just to enable the clients to reconnect to the backup server, when it detects a connection failure with the live server[3].

Re: Dynamic queues with filters, question

2021-05-25 Thread Domenico Francesco Bruscino
Hi Ben, if you just need the last message for each `bank-currency` you could use the Last-Value queues[1], they are special queues which discard any messages when a newer message with the same value for a well-defined Last-Value property is put in the queue. In other words, a Last-Value queue

Re: ActiveMQ 5.x and Artemis compatibility

2021-05-28 Thread Domenico Francesco Bruscino
Hi Steffen, your application is getting the `AMQ229213` error[1] because artemis uses not durable queue to implement the ActiveMQ Advisory Message[2]. To fix this error grant the `createNonDurableQueue` permission to the `client1` user[3] or disable the advisory support adding the

Re: connectionLoadBalancingPolicyClassName for federation connections

2021-05-28 Thread Domenico Francesco Bruscino
Hi Erwin, looking at the source code[1] the server side connector ignores all addresses other than the first one. I would add a connector for each server. [1]

Re: Database share locking config

2021-07-07 Thread Domenico Francesco Bruscino
ActiveMQ Artemis supports JDBC HA Shared Store, see ARTEMIS-1447[1] for further details. Use the jdbc-lock-renew-period and jdbc-lock-expiration parameters to configure the JDBC locking, see the latest documentation[2] for further details. [1] https://issues.apache.org/jira/browse/ARTEMIS-1447

Re: Artemis not honoring quorum-vote-wait setting

2021-07-12 Thread Domenico Francesco Bruscino
Hi Lewis, the `quorum-vote-wait` parameter only affects nodes that are acting as backup. It defines the time that the backup nodes will wait for quorum vote responses and not time to wait before sending a quorum vote request. So this parameter is not useful to allow Backup-1 to participate in the

Re: I have some question when i connet activemq artemis with ha mode using spring boot。

2021-03-24 Thread Domenico Francesco Bruscino
Hi, the `brokerUrl` property was added since v2.5.0-M1 and AFAIK it is the only way to set more than one server. Regards, Domenico On Wed, 24 Mar 2021 at 15:34, ヤ艾枫o.-- <1169114...@qq.com> wrote: > Hi > i have try it using > spring.artemis.brokerUrl=(tcp://myhost:61616,tcp://myhost2:61616).ie

Re: I have some question when i connet activemq artemis with ha mode using spring boot。

2021-03-24 Thread Domenico Francesco Bruscino
Hi, you can use `brokerUrl` property to set more than one server, ie: spring.artemis.brokerUrl=(tcp://myhost:61616,tcp://myhost2:61616) Regards, Domenico On Wed, 24 Mar 2021 at 14:06, ヤ艾枫o.-- <1169114...@qq.com> wrote: > hello: > I have some question when i connet activemq artemis with ha mode

Re: EmbeddedJMS

2021-03-25 Thread Domenico Francesco Bruscino
Hi Tobias, EmbeddedJMS was deprecated in favor of org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ, according the java doc[1]. You can find further detail in the ActiveMQ Artemis documentation[2]. [1]

Re: Artemis: connect with Artemis Core JMS client and ignore tolopogy discovery

2021-04-13 Thread Domenico Francesco Bruscino
you connect to a HA broker with > a backup standby broker or is it also supposed to be used if you connect to > a cluster with only active brokers? > > Thanks again > > On Tue, Apr 13, 2021 at 10:11 AM Domenico Francesco Bruscino < > bruscin...@gmail.com> wr

Re: Artemis: connect with Artemis Core JMS client and ignore tolopogy discovery

2021-04-13 Thread Domenico Francesco Bruscino
Hi Thorsten, setting the the `useTopologyForLoadBalancing` parameter to false on the URL, the ActiveMQ Artemis JMS Client only uses the initial servers specified in the URL , ie: `(tcp://server0:61616,tcp://server1:61616)?useTopologyForLoadBalancing=false` Regards, Domenico On Tue, 13 Apr 2021

Re: transforming a message into a persistent message?

2021-02-19 Thread Domenico Francesco Bruscino
Hi Erwin, AFAIK there isn't any predefined method to make a message persistent. You could implement an interceptor[1]. You can find an interceptor example at https://github.com/apache/activemq-artemis/tree/2.17.0/examples/features/standard/interceptor . [1]

Re: How to change context of web console

2021-09-13 Thread Domenico Francesco Bruscino
Hi Thai, it looks like a bug to me, can you raise a JIRA ( https://issues.apache.org/jira/projects/ARTEMIS)? It should be easy to fix setting the right context path (context.getContextPath()) for activemq-branding and artemis-plugin:

Re: How to change context of web console

2021-09-16 Thread Domenico Francesco Bruscino
lnthai2...@gmail.com, lnthai2002 > > Thank you in advance > > Thai Le > > On Mon, Sep 13, 2021 at 11:59 AM Domenico Francesco Bruscino < > bruscin...@gmail.com> wrote: > > > Hi Thai, > > > > it looks like a bug to me, can you raise a JIRA ( > >

Re: Artemis (on jakarta.jms) wants ActiveMQConnectionFactory (on javax.jms)

2021-09-29 Thread Domenico Francesco Bruscino
Hi Jack, are you using `artemis-jakarta-client` [1]? [1] https://mvnrepository.com/artifact/org.apache.activemq/artemis-jakarta-client Regards, Domenico On Wed, 29 Sept 2021 at 13:36, Jack Shirazi wrote: > Hi, > I'm trying to have a fully EE9 (so only using jakarta.jms* imports) >

Re: Artemis - management.xml

2021-12-03 Thread Domenico Francesco Bruscino
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 > > > > > On Thu, 2 Dec 2021

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=30=false Regards, Domenico On Mon, 3 Jan 2022 at 10:00, Vilius Šumskas wrote: > Hello list, > > we are trying to

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

Re: running Artemis under non-root user

2021-12-30 Thread Domenico Francesco Bruscino
294967295 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 > > -Original

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

Re: Artemis - management.xml

2021-12-02 Thread Domenico Francesco Bruscino
tCheckIt > -Dpage.size=2097152 -Dpaging.threshold=10485760 > -Dmin.large.message.size=204800 -Dsecurity.invalidation.interval=60 > -Dhawtio.authenticationEnabled=true -Djava.net.preferIPv4Addresses=true > -Djava.net.preferIPv4Stack=true -XX:+UnlockExperimentalVMOptions > -XX:+U

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 /

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

Re: Artemis problem in k8s

2021-07-20 Thread Domenico Francesco Bruscino
Hi Tobias, I would take a look at ArtemiCloud[1][2], it provides a container image for Kubernetes based on ActiveMQ Artemis and an operator to manage it. [1] https://artemiscloud.io/ [2] https://github.com/artemiscloud Regards, Domenico On Tue, 20 Jul 2021 at 10:16, Tobias Letschka wrote: >

Re: QPID JMS non-shared durable subscriptions via a load balancer

2021-07-23 Thread Domenico Francesco Bruscino
Hi Dave, I'm working on a new ActiveMQ Artemis feature that allows users to balance incoming client connections according to their ClientID (or other connection parameters), see the draft documentation[2] for further details. [2]

Re: QPID JMS non-shared durable subscriptions via a load balancer

2021-07-23 Thread Domenico Francesco Bruscino
; > > Dave > > > On Fri, 23 Jul 2021 at 10:48, Domenico Francesco Bruscino < > bruscin...@gmail.com> wrote: > > > Hi Dave, > > > > I'm working on a new ActiveMQ Artemis feature that allows users to > > balance incoming client connections accordin

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

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

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]

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

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: 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]

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

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 =

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-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
icht 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: virtualDestination

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

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: "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

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

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

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, > > > > update

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

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: multiple propertiesLoginModules - different users/rights for console and brokers

2022-05-13 Thread Domenico Francesco Bruscino
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 <https://artemisc

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

2022-05-18 Thread Domenico Francesco Bruscino
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 etc/artemi

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

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

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

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

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

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
t; Or 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 flexibl

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]

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

Re: XML External Entity Prevention

2022-10-28 Thread Domenico Francesco Bruscino
le 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 at 6:0

Re: Filter with the subject

2022-10-21 Thread Domenico Francesco Bruscino
gt; 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> > __

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.

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

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

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

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

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-11 Thread Domenico Francesco Bruscino
> 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, > > > > Ar

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 Ste

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

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

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

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

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

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: EXTERNAL- Re: ActiveMQ Artemis: Reload SSL keystore without restarting broker

2023-05-19 Thread Domenico Francesco Bruscino
gt; 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 without

  1   2   >