RE: HA setup using shared store policy

2023-11-21 Thread Vilius Šumskas
You need to add you slave to on master (and master host to slave ). Command line doesn't do that automatically, it only creates initial configuration. -- Vilius -Original Message- From: Adrija Basu Sent: Tuesday, November 21, 2023 7:19 AM To: users@activemq.apache.org Subject: R

Re: Resource adapter for Jakarta EE 10 servers

2023-11-21 Thread Calle Andersson
Thanks for the response. I'll try to test with the suggested ra.xml tomorrow. Regards, Calle

Re: How to set Xmx value for Artemis Broker

2023-11-21 Thread Clebert Suconic
I strongly suggest you migrate to a latest version. Look at the release notes as we have kept up with bug fixes and improvements. One constant in software development is bugs. Perhaps bugs are uncovered by usage increases. As for some reason a bug may be years old. The day it is reported you wi

Re: Resource adapter for Jakarta EE 10 servers

2023-11-21 Thread Matt Pavlovich
Hi Calle- Looks like a miss during the Jakarta conversion. I’ve created a PR and assigned the fix for ActiveMQ 6.0.1. Please test the fix for us and report back. Replace the ra.xml file in the activmeq-rar jar with this one https://github.com/apache/activemq/blob/b90e54be0105d1fa2641b933298b916

Re: Resource adapter for Jakarta EE 10 servers

2023-11-21 Thread Matt Pavlovich
JIRA created: https://issues.apache.org/jira/browse/AMQ-9398 > On Nov 21, 2023, at 4:56 AM, Calle Andersson > wrote: > > I did a simple test by placing the files in the deployments directory on a > Wildfly 28 server (since that is how the resource adapter is deployed on my > older Wildfly se

RE: Native Oauth/OIDC integration in ActiveMQ

2023-11-21 Thread SCOTT FIELDS
Raymond, Did you submit the JIRA for this? My company e-mail strips out the URL for the JIRA request included earlier. -Original Message- From: Matt Pavlovich Sent: Wednesday, November 1, 2023 2:28 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: Native Oauth/OIDC integration i

Re: Resource adapter for Jakarta EE 10 servers

2023-11-21 Thread Matt Pavlovich
Hi Calle- Yes, ActiveMQ 6.0.0 has Jakarta support for all components. If you are seeing an issue with activemq-ra, it may be a miss in the conversion. I’ll take a look— are you able to hop on the #activemq Slack channel? Thanks, Matt Pavlovich > On Nov 21, 2023, at 4:56 AM, Calle Andersson

Stale bridge routing messages to broker without consumers?

2023-11-21 Thread Nikolas Papaioannou
Hi, We are experiencing a strange issue where we from time to time end up with a stale network bridge from one broker to another, where the destination broker does not have a connected consumer. As a result, all messages sent to this broker ends up being expired, and causing timeouts. We have

Re: Resource adapter for Jakarta EE 10 servers

2023-11-21 Thread Calle Andersson
Hi, Should it be possible to use any of the new resource adapters activemq-rar-5.18.3.rar or activemq-rar-6.0.0.rar on a Jakarta EE 10 server? I did a simple test by placing the files in the deployments directory on a Wildfly 28 server (since that is how the resource adapter is deployed on my