Master+slave+slave

2021-06-04 Thread Edson Richter
Hi! I’m trying to setup a cross DC setup with one master and two slaves. Servers are: Sc0b03 => master Pr0b03 => slave 1 Sp0b03 => slave 2 The relevante configuration is: On Master server: tcp://sc0b03:61616 tcp://pr0b03:61616 tcp://sp0b03:61616

RES: Divert messages

2021-07-23 Thread Edson Richter
't see it in your block. Justin On Fri, Jul 23, 2021 at 3:18 PM Edson Richter wrote: > Hi! > > I’ve been trying to “divert” messages for my team debugging purposes. > > What I have done so far: > > > > > true > true > > >

Divert messages

2021-07-23 Thread Edson Richter
Hi! I’ve been trying to “divert” messages for my team debugging purposes. What I have done so far: true true <-- divert rule --> sf000144_debug my-portal sf000144_debug.dbg false What I did I expect: “all messages sent to

RES: Divert messages

2021-07-27 Thread Edson Richter
not working. Thanks in advance, ER Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows 10 De: Edson Richter<mailto:edsonrich...@hotmail.com> Enviado:sexta-feira, 23 de julho de 2021 17:33 Para: users@activemq.apache.org<mailto:users@activemq.apache.org> As

RES: Create console user without restart

2022-02-11 Thread Edson Richter
l for convenience. > LDAP is recommended for enterprise level production use-cases. Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/security.html#propertiesloginmodule On Wed, Feb 9, 2022 at 6:39 AM Edson Richter wrote: > Artemis 2.20.0 > Hawtio 2.14.0 > Ha

RES: Create console user without restart

2022-02-11 Thread Edson Richter
lt;mailto:users@activemq.apache.org> Assunto: Re: Create console user without restart I'm glad you got it working. To be clear, the default login.config should have reload=true so someone must have removed it from the login.config in your environment at some point. Justin On Fri, Feb 11, 2022 at 2:22 PM Ed

RES: EXT: Re: Artemis with JMS: best way to have python clients ?

2022-03-15 Thread Edson Richter
use byte[] in message (Since STOMP is a text protocol). Regards, Edson Richter Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows De: Pachod, Joseph (GE Healthcare) Enviado: Monday, March 14, 2022 5:32:37 AM Para:

RES: ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-24 Thread Edson Richter
ean install -Prelease -DskipTests" and then replace your broker's existing lib/artemis-core-client-*.jar with the one put into artemis-distribution/target/apache-artemis-2.21.0-SNAPSHOT-bin/apache-artemis-2.21.0-SNAPSHOT/lib/. Justin On Wed, Feb 23, 2022 at 9:06 AM Edson Richter wrote:

RES: ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-24 Thread Edson Richter
value. However, it's almost certainly a property that the broker itself is adding. Therefore the only mitigation until 2.21.0 is released is to patch the broker yourself. Justin On Thu, Feb 24, 2022 at 2:52 PM Edson Richter wrote: > It’s quite similar to examples found in documentation he

RES: ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-24 Thread Edson Richter
og what ActiveMQ is receiving from my STOMP client? See this documentation [1]. Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/stomp.html#logging On Thu, Feb 24, 2022 at 11:18 AM Edson Richter wrote: > Just one point... I’m not sending any null atributes; exc

RES: ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-24 Thread Edson Richter
ok. Justin On Thu, Feb 24, 2022 at 2:23 PM Edson Richter wrote: > Ok, I would need some help identifying Where is my fault. Please advise. > I don’t see anything null in here: > > > 2022-02-24 17:15:34,530 DEBUG > [org.apache.activemq.artemis.core.protocol.stomp.StompConnection

RES: ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-24 Thread Edson Richter
); } else { return str; } } Regards, ER Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows De: Edson Richter<mailto:edsonrich...@hotmail.com> Enviado:quinta-feira, 24 de fevereiro de 2022 17:52 Para: users@activemq.apache.org

RES: ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-25 Thread Edson Richter
3696 [1] to deal with the null property values being set on the STOMP messages by the broker. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-3696 On Thu, Feb 24, 2022 at 8:43 PM Edson Richter wrote: > Thanks for all your patience. > I’ll follow your recomendation, downlo

RES: ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-23 Thread Edson Richter
1.0-SNAPSHOT-bin/apache-artemis-2.21.0-SNAPSHOT/lib/. Justin On Wed, Feb 23, 2022 at 9:06 AM Edson Richter wrote: > Hi! > > There is a plan to release a 2.20.1 version of Artemis? I’m plagued by > ARTEMIS-3677 mitigate NPE when browsing message which is already fixed in > s

ARTEMIS-3677 mitigate NPE when browsing messages

2022-02-23 Thread Edson Richter
Hi! There is a plan to release a 2.20.1 version of Artemis? I’m plagued by ARTEMIS-3677 mitigate NPE when browsing message which is already fixed in source code. If there is a roadmap on planned future releases, I would look there, to not disturb the list  Thanks, Edson Richter Enviado

RES: Artemis web console in certain queues not browse messages

2022-03-02 Thread Edson Richter
I had exactly same behavior few days ago. Please, check my e-mails with subject “ARTEMIS-3677 mitigate NPE when browsing message”, on Friday Feb 25. There is diagnostics and the solution for the problema. You can also wait for 2.21.0 which should be released later (I don’t know the exact date,

Artemis 2.20.0 + Stomp protocol: to Ack or to Nack, that's the question

2022-03-03 Thread Edson Richter
I’m writing a Go client using Stomp protocol. I’ve read all the chapter about Stomp protocol in Artemis Docs. I understand I can’t use transactional Ack as per this paragraph: “The STOMP specification identifies transactional acknowledgements as an optional feature. Support for transactional

RES: Artemis 2.20.0 + Stomp protocol: to Ack or to Nack, that's the question

2022-03-03 Thread Edson Richter
erent client, discard it, or put it in a dead letter queue. The exact behavior is server specific. ActiveMQ Artemis discards the message. Justin [1] https://stomp.github.io/stomp-specification-1.2.html#NACK On Thu, Mar 3, 2022 at 9:09 AM Edson Richter wrote: > I’m writing a Go client usin

ActiveMQ console behind HaProxy with SSL

2022-02-14 Thread Edson Richter
in advance, Edson Richter Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows

RES: EXT: Re: Artemis with JMS: best way to have python clients ?

2022-03-29 Thread Edson Richter
ommunicate between Java and Go using different protocols? I'll have to dig in more on the matter  -----Original Message- From: Edson Richter Sent: Tuesday, March 15, 2022 6:54 PM To: users@activemq.apache.org Subject: RES: EXT: Re: Artemis with JMS: best way to have python clients ? AVERTI

Create console user without restart

2022-02-09 Thread Edson Richter
Artemis 2.20.0 Hawtio 2.14.0 Hawtio Core 4.15.0 Hawtio Integration 4.16.5 Hawtio OAuth 4.12.5 java.class.path /opt/apache-artemis-2.20.0/lib/artemis-boot.jar java.class.version 55.0 java.compilerj9jit29 java.fullversion 11.0.13+8 JRE 11 Linux amd64-64-Bit Compressed References

Re: how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Edson Richter
I've same problem with docker and HaProxy, and got no solution so far. I hope someone gives you a direction, so I can find a solution for our scenario as well. Regards, Edson Obter o BlueMail para Android Em 10 de jun. de 2022, em 11:12, Thai Le

RES: Is Artemis Production Ready?

2022-09-28 Thread Edson Richter
We actually run Artemis in production with more than 1.000.000 messages processed per week (evenly distributted during the 24 hours of the day), in a VM with 64GB RAM, 16 vCore and 256GB SSD NVME in running in raid mode. Performance is a quite dificult subject to talk about, because all depends

RES: Is Artemis Production Ready?

2022-09-29 Thread Edson Richter
Obrigado! :) (sorry for the PT-br... just saying thanks a lot with > a personal touch) > > On Wed, Sep 28, 2022 at 7:38 PM Edson Richter > wrote: > > > > We actually run Artemis in production with more than 1.000.000 messages > processed per week (evenly distributt

RES: Is Artemis Production Ready?

2022-09-29 Thread Edson Richter
*Memory stable at 11.2GB VIRT and 3.8GB RES. Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows De: Edson Richter<mailto:edsonrich...@hotmail.com> Enviado:quinta-feira, 29 de setembro de 2022 11:19 Para: users@activemq.apache.org<mailto:users@acti

RES: Is Artemis Production Ready?

2022-09-29 Thread Edson Richter
One more detail, maybe someone may be curious: system (linux) uptime is 252 days. Artemis uptime is 81 days (last artemis restart was for Artemis upgrade to version 2.22.0). Regards, ER. Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows De: Edson R

Feature request: per address "id-cache-size" configuration

2023-02-06 Thread Edson Richter
Hi, As an administrator, and since each address already has its own cache-id, I would like to be able to have a id-cache-size configured per address (which will default to the global setting in case it doesn't exist). Motivation: we currently have a quite large number of address, and each

RES: Feature request: per address "id-cache-size" configuration

2023-02-08 Thread Edson Richter
Sorry, Is this the right place to ask for new features, or am I in wrong place? Regards, Enviado do Email<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows De: Edson Richter<mailto:edsonrich...@hotmail.com> Enviado:segunda-feira, 6 de fevereiro de 2023 18:59

Running ActiveMQ Artemis 2.31.2 using docker-compose.yml results in error " path '.' is not writable "

2023-11-11 Thread Edson Richter
OS: Oracle EL 7.9 Docker: Docker Engine - Community Version: 24.0.7 Image: apache/activemq-artemis:2.31.2-alpine Docker-compose.yml file is: version: "2.3" services: activemq-logs: image: apache/activemq-artemis:2.31.2-alpine network_mode: host cpus: 2 mem_limit:

RES: Running ActiveMQ Artemis 2.31.2 using docker-compose.yml results in error " path '.' is not writable "

2023-11-11 Thread Edson Richter
Answering my own question to help others: Outside the container (on the host machine), issue: chown 1001:1001 /dados3/activemq/data and then problem solved. KR, Edson R. -Mensagem original- De: Edson Richter Enviada em: sábado, 11 de novembro de 2023 08:49 Para: users