Re: can SSL and cluster discovery both be used?

2025-07-10 Thread Glenn Burkhardt
s the truststore location is different on the system where the client is running. That can be changed on the client side by setting a system property (ACTIVEMQ_KEYSTORE_PATH_PROP_NAME or JAVAX_KEYSTORE_PATH_PROP_NAME). On 7/10/2025 3:11 PM, Glenn Burkhardt wrote: I've been trying to figure out how

can SSL and cluster discovery both be used?

2025-07-10 Thread Glenn Burkhardt
I've been trying to figure out how configure a client to use SSL when the client also uses UDP discovery to find servers.  Is that possible?  Presumably the acceptor/connector in each of the servers needs to be set up with SSL - that seems to be straight forward. I'd also like to do this progr

Re: configuring multicast for cluster discovery

2025-05-20 Thread Glenn Burkhardt
Thanks! On 5/9/2025 6:16 PM, Justin Bertram wrote: - To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org For additional commands, e-mail: users-h...@activemq.apache.org For further information, visit: https://activemq.

configuring multicast for cluster discovery

2025-05-09 Thread Glenn Burkhardt
I don't see a way to set StandardSocketOptions.IP_MULTICAST_TTL for the socket used to broadcast the discovery query.  That's needed if discovery is to be used across networks outside the local subnet.  By default, the TTL value is 1 for the DatagramSocket created in org.apache.activemq.artemis

exceptions when running examples

2023-09-20 Thread Glenn Burkhardt
I've tried running two examples, and both end with exceptions when the server exits: ERROR StatusConsoleListener Unable to create file ${sys:artemis.instance}/log/audit.log  java.io.IOException: The filename, directory name, or volume label syntax is incorrect It would be less worrisome if t