Re: TLS 1.3

2021-10-14 Thread Justin Bertram
Whether or not TLS 1.3 works for you really depends on the JVM you're using. The "enabledProtocols" settings are passed through to the underlying instance of javax.net.ssl.SSLEngine provided by the JVM [1]. Justin [1] https://docs.oracle.com/en/java/javase/11/docs/api/java.base/javax/net/ssl/SSL

Re: Artemis 2.18.0 is filling all the disc with oldreplica files

2021-10-14 Thread Saulo Carvalho
Thanks Justin! I will try this! Em qui., 14 de out. de 2021 às 17:55, Justin Bertram escreveu: > I referred you to the max-saved-replicated-journals-size configuration > parameter on the Jira you opened for this [1]. Have you adjusted this > parameter according to your use-case? > > For what it'

TLS 1.3

2021-10-14 Thread martin naskovski
Hello - can I configure ActiveMQ 5.6.12 with TLS 1.3? I've a requirement to support TLS 1.3 in addition to TLS 1.2. The documentation says to add the protocol like so: transport.enabledProtocols=TLSv1.2,TLSv1.3 socket.enabledProtocols=TLSv1.2,TLSv1.3 but I am paranoid if this is a tested/supporte

Re: Artemis 2.18.0 is filling all the disc with oldreplica files

2021-10-14 Thread Justin Bertram
I referred you to the max-saved-replicated-journals-size configuration parameter on the Jira you opened for this [1]. Have you adjusted this parameter according to your use-case? For what it's worth, I wouldn't expect 20GB to matter that much. Disk space these days is super cheap. Perhaps you're r

Re: ActiveMQ 5.x end of life info

2021-10-14 Thread JB Onofré
In addition to Lucas’ info, ActiveMQ 5.x (if it’s the question) is still active and not EOL. Regards JB > Le 14 oct. 2021 à 21:25, Giuseppe Sarno a > écrit : > > Hello, > Is it possible to have information on EOL for the different versions of > ActiveMQ from 5.x onwards ? > > Best Regard

Re: ActiveMQ 5.x end of life info

2021-10-14 Thread Tetreault, Lucas
Hi Giuseppe, The release page for ActiveMQ 5.15.15 [https://activemq.apache.org/activemq-5015015-release] contains the following note: NOTE: This is the last planned 5.15.x release. Users should upgrade to the current 5.16.x stream for ongoing releases. Beyond this, I believe the intent is t

ActiveMQ 5.x end of life info

2021-10-14 Thread Giuseppe Sarno
Hello, Is it possible to have information on EOL for the different versions of ActiveMQ from 5.x onwards ? Best Regards. This email and any files transmitted with it are confidential, proprietary and intended solely for the individual or entity to whom they are addressed. If you have received t

Artemis 2.18.0 is filling all the disc with oldreplica files

2021-10-14 Thread Saulo Carvalho
Hi! Can anyone help me with this problem? Artemis in version 2.18.0 is creating oldreplica files and it's filling all the disc. Is there some flag to turn it off or some way to limit these files? We have 1 master and 1 replica in our cluster. Thanks! -- Saulo de Carvalho Neto Software Engineer

Re: Strange activemq start behavior using sysemctl

2021-10-14 Thread Dan Cosio
Systemctl is starting the process as a user: I use a wrapper script to set ENV variables then start using the activemq script [Unit] Description=MQ Broker After = network.target [Service] Type=forking ExecStart=/var/www/mqbroker/bin/startMQBroker.sh User=svcinvenio [Install] WantedBy = multi-us

NMS connection to EMS and AMQP

2021-10-14 Thread Ali Abdallah
Hi there, I am having trouble connecting to my TIBCO EMS server using the NMS library. I have downloaded the TIBCO Client assembly dll from TIBCO as well as Apache.NMS.EMS.dll. I have also placed a nmsprovider-ems.config file in the bin folder with the following content: I use the N