Active Mq artemis hig availability and failover

2023-12-05 Thread Adrija Basu
Hello Team I am trying to setup high availability and failover of active mq artemis on kubernetes cluster (minikube) I am using the Replication policy HA Policy: Replicated and in my kubernetes yaml file I have mentioned replica count as 3 so 3 pods are getting created 1 as master and 2 as slaves

Unable to encrypt password with FIPS enabled in Java 17

2023-12-05 Thread John Prillaman
When running the encrypt command on a Red Hat 8 OS with FIPS enabled the default secure random algorithm SHA1PNG is unavailable. Version Info: ActiveMQ 5.18.3 Red Hat Enterprise Linux 8.6 Java openjdk version "17.0.9" Jasypt 1.9.3 The org.apache.activemq.console.command.EncryptCommand has logic

Connectivity problems

2023-12-05 Thread Calle Andersson
Hi, We are replacing an old (5.9) remote ActiveMQ Classic broker with a remote Artemis broker and have a few questions. 1. The Artemis broker is configured to persist messages in a database. Does e.g. and have any effect at all when using a database? Which configurations are not relevant (ig

Re: lock file modification issue in Master/Slave mode with Shared file locker

2023-12-05 Thread Matt Pavlovich
Hi Fabrice- Unfortunately, SMB/CIFS is _not_ a supported filesystem for shared file locker. The locking semantics in that filesystem are not reliable. A couple alternatives: 1. NFS v4.x 2. Use VM volumes that are made redundant by a hypervisor 3. Deploy to Linux and NFS v4.x 4. Deploy to Kube

lock file modification issue in Master/Slave mode with Shared file locker

2023-12-05 Thread HOUNGBE, Fabrice (MTL)
Hi, We have a Master/Slave config with Classic ActiveMQ flavor. Our 2 servers share the same KahaDB (NFS/SMB). Since we upgrade the OS from windows server 2016 to Win Server 2019, We noticed an error in log file like below: === Lock file \\share_location\lock, locked at Tue Dec 05 15:52:32 EST 2

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread Matt Pavlovich
> On Dec 5, 2023, at 3:04 AM, ski n wrote: > > http://activemq.apache.org/schema/core/ I’ve contacted the committer who did the release, and he will finish pushing the XSDs out. You should see new schemas up shortly. > class="javax.script.ScriptEngineFactory.PooledConnectionFactoryFactory

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread Matt Pavlovich
Glad to hear =) > On Dec 5, 2023, at 9:58 AM, ski n wrote: > > Short update on the upgrade to AMQ 6. After checking the dependency tree > with Gradle I found out that ActiveMQ was downgraded to 5.18.3. I changed > that and now it works fine.Thnx > > Raymond > > On Tue, Dec 5, 2023 at 10:04 AM

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread ski n
Short update on the upgrade to AMQ 6. After checking the dependency tree with Gradle I found out that ActiveMQ was downgraded to 5.18.3. I changed that and now it works fine.Thnx Raymond On Tue, Dec 5, 2023 at 10:04 AM ski n wrote: > And does there is also a new version of the activemq.xsd sche

Documentation for Apache.NMS.AMQP TLS/SSL Configuration

2023-12-05 Thread Shiv Kumar Dixit
Hi team, .Net based client wants to use Apache.NMS.AMQP API (AMQPS) with certificate based authentication to connect to Artemis broker. They need some documentation/example as how to configure certificate (private key and chain of certs etc.) with AMQPS broker URI. They are not able to find any

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread ski n
And does there is also a new version of the activemq.xsd schema? http://activemq.apache.org/schema/core/ Can't find a 6.0 compatible one. The old one has also for example: The trouble is some libs were changed from javax to jakarta, but some stayed the same as they are not related to the Jakar

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread ski n
I think you are right. I for example, thought I updated all dependencies to Jakarta, but still got: jakarta.servlet.ServletException: Handler dispatch failed: java.lang.IncompatibleClassChangeError: Class org.apache.activemq.ActiveMQConnectionFactory does not implement the requested interface jaka