-
Is there way to bulk delete the queues
I need to delete multiple queue at one go, current SEMP api supports deleting single queue at time. Is there anyway we can delete multiple queues? Current SEMP delete queue api details
-
HA group using Podman Compose in rootless mode
Hello Solace Community, If you want to configure a High-Availability group using Podman in rootless mode, I just contributed this open source project to the SolaceLabs repo which uses podman-compose. The README will provide you with step-by-step instructions to make the deployment process both easy and secure. If you have…
-
Issue with setting up replication on software version of PubSub+
I have 2 docker desktop instances of Solace running soltr_10.4.1.66: Solace14 and Solace15 10.0.0.15 and 10.0.0.16 respectively. Both instances have static IP configured, hostname configured via docker compose file and these settings are working - right after building containers each host is accessible via ping command by…
-
AMQP Service Port set to 0 after fresh install, but still active
Installing latest solace-standard. Under System > Service netstat -tulpn on the active broker in an HA setup: ipv6 ipv4 When trying to set it to 5671:
-
Is there a difference for Solace CLI Commands in PubSub+ Cloud / Software Event Broker / Appliance
Is there a differences in terms of Solace CLI commands among PubSub+ Cloud / Software Event Broker / Appliance? I cannot find some commands mentioned in the help pages when I connect to CLI in PubSub+ Cloud? Thank you
-
Upgrade pubsub+ version from 9.8.0.12 to latest version 10.4.1.69
Hello Team, need help/suggestions to migrate the Pubsub+ version without any downtime and data loss. Currently running pubsub+ with HA on EKS cluster pubsub+ 9.8.0.12 helm chart 2.1.1 I tried upgrading pubsub+ but the readiness check failed and found one discussion regarding that As per the discussion I need to migrate the…
-
Scheduled Backup of HA Software Event Broker
Hi Dear Solace Community, is there any way to schedule a automated HA backup every day like there is for the singlenode instances ? () I thought about the naive way of just creating on all three nodes (primary,backup,monitor) the automated schedule process for a singlenode but the commands seem different for creating a…
-
Certificate matching rule is not working for attribute
Hi team, i am testing certificate authentication for my msgvpn but after enabling the certificate authentication. i want to bind a certificates are user profiles. For which i have created a matching rule for certificate Thumbprint. The matching rule is not working as i an still able to connect with SSL cert which is not…
-
golang solance API for certificate based authentication
Hi, I followed https://docs.solace.com/Cloud/ght_client_certs.htm and set up the solace system to allow and accept certificate based authentication. But so far I wasn't able to get it running with golang. Could someone indicate how to change the code from…