-
Gitlab: Terraform script timeout
I am running terraform script to create objects in event broker instance. In APPLY stage I just see below messages solacebroker_msg_vpn_queue.test_poc2queue: Still creating... [46m1s elapsed]1692solacebroker_msg_vpn_queue.test_poc1queue: Still creating... [46m1s elapsed]1693solacebroker_msg_vpn_client_profile.test_default:…
-
How to use/ enable oAuth2 in spring cloud stream to connect to Solace broker ?
I have implemented spring cloud solace binder to consume messages from Solace Queue. I am using Azure OAuth and registered the app as well as enabled OAuth on the solace broker. I am having hard time finding Oauth properties to connect to solace binder. Referred to various dev tutorials and could only find below properties…
-
Docker Solace logging
when i am trying to bring the container , it fails by throwing "The file: /usr/sw/jail/logs/debug.log is not writable." is there a way i can change the logging directory to ay /opt i beleive if i keep logging_debug_output=none , still debug.log will try to get created but due to permission issue it will not work for me, so…
-
Issue with replication mode: Messages stuck in "Pending Replication" state
Hello all, I am trying to set up replication here between 2 nodes. I tried to follow the instructions as mentioned in the Steps-for-Replication-Configuration page. I tried to reach the replication state starting from both: kubernetes HA deployment fresh docker deployments (so not HA, just standalone instances (initially)).…
-
Solace Terraform Appliance Provider & Modules (Declarative SEMP) now generally available!
This is our 1.0.0 Appliances Declarative SEMP for Terraform Release General Availability release! This, like our Beta, was designed to manage broker services (the message VPN and the configuration contained within it)! More than just a provider, this release also includes modules! Terraform modules encapsulate the…
-
I am very confused about the status of my HA redundancy group being offline.
Hi All, I have prepared 3 VM on my laptop and installed solace latest through Dokcer. I am trying to refer to this tutorial to configure my HA redundancy group. Configuring High-availability (HA) Redundancy Groups (solace.com) I am very confused about the status of my HA redundancy group being offline. primary…
-
Regarding Token endpoints
I have configured an OAuth profile and need to test it. Could you please suggest where the token endpoint is located?.
-
Unable to Subscribe Topic in Solace Local from Streamset Pipeline (JMS Producer)
I have set up Docker containers for SQL Server, StreamSets, and Solace, following the steps outlined in the blog https://solace.com/blog/change-data-capture-solace-streamsets-dr/. My goal is to enable Change Data Capture (CDC) and stream data from SQL Server to Solace via StreamSets. In the setup, I'm able to configure…
-
Error while integrating with streamsets using JMS API
Hi, I am trying to connect to Solace event broker using JMS Producer from Streamsets and configured all JMS parameters (user name and password ) but still pipeline throwing below error: RETRY: JMS_00 - Could not create initial context 'com.solacesystems.jndi.SolJNDIInitialContextFactory' with provider URL…
-
Using Azure Functions to move data from Solace to Azure SQL DB
Hello, I am using Solace & Azure Functions for the first time, and I was wondering if there is a git that answers my technical requirement. I have multiple files that come in real-time to Solace and I wanted to use Azure Functions to move them as they come into specific tables in Azure SQL Database. Thanks in advance :)
-
I need help as Solace Pub Sub container is not coming as healthy if i use ENTRYPOINT or CMD
my docker file FROM solace/solace-pubsub-standard:latest EXPOSE 8080 55555 ADD configure_queue.sh /usr/local/bin/ ADD start.sh /usr/local/bin/ USER root RUN chmod +x /usr/local/bin/configure_queue.sh RUN chmod +x /usr/local/bin/start.sh ENTRYPOINT ["/usr/local/bin/start.sh"] start.sh #!/bin/bash /configure_queue.sh &…
-
Spring cloud stream solace binder StreamBridge.send() unexpected error
Hi Solace team, we are using Spring Cloud Stream Solace in our Spring Boot project, when we try to send messages simultaneously from 5 different threads by using `StreamBridge.send()` the underlying implementation "randomly" throws `org.springframework.messaging.MessagingException`, by randomly I mean it doesn't matter if…
-
Solace Beta Opportunity: Solace Terraform Appliance Provider (Declarative SEMP)
Now Available! Solace's Hashicorp Terraform Appliance Provider Public Beta Release 0.9.0 is available from the Terraform Registry! Now is your opportunity to try out the Beta release of the PubSub+ Appliance Provider alone or in combination with the PubSub+ Software Broker Provider for Service Automation! The appliance…
-
Does solace topic support XA Transaction.
Am successfully tested XA Transaction when sending message to a queue directly. But when publishing msg (with XA transaction only) to a topic which is subscribed a queue, behavior is different. So does solace topic support XA Transaction ? or its there only for queue ( like when sending msg directly to queue)
-
How to connect 1443 port through sloace broker in try me ?
Hello, I have deployed Solace in AWS with EKS and a Network LB. Now, I want to connect to port 1443 using "Try Me," but it gives me a timeout.
-
Observing DNS resolution failed when connecting to external application through RDP for .com url
We are currently using Solace 10.4.1.121 version deployed through Podman and observing this issue for many integrations whenever .com url is involved. Flow : MuleSoft—>EMS(Solace RDP)—>MuleSoft(.com url) - Not working But the same integration, when APIGW is involved in between it is working fine. Flow :…
-
Help Shape the Future of Solace: We Want Your Feedback!
Hello Solace Community! The Solace Developer Advocate team is excited to hear from you! We’re seeking your valuable input on how we can enhance Solace products, improve the user experience, and streamline the developer journey. Your feedback is crucial as it guides us in making meaningful improvements that directly impact…
-
"SYSTEM_AD_SPOOL_FILES_EXCEEDED" occurred while running Event Broker.
Hello, "SYSTEM_AD_SPOOL_FILES_EXCEEDED" occurred while running Event Broker. I have some questions regarding the issue. Q1. What is the definition of SPOOL_FILES? Q2. Where is the SPOOL_FILES stored? or is it in the 'spool' directory? Q3. How many SPOOL_FILES are created and is there an option in the CLI to control them?…
-
How to connect XASession of Solace JMS API with Weblogic Database XAConnection?
Hi Team, Am looking for a way to connect solace XASession with database XA connection (my datasource is on weblogic server) so that if the query execution fails, solace transaction should be rollback when db transaction.rollback is called; and same with commit statement. Or vice-versa - if solace transaction is rolled…
-
Is there a plan for an arm linux python build
I saw that an arm python build Mac was released recently. Are there any plans for an arm build for linux?
-
Can we copy files from Solace queue
We have a requirement to copy a csv file from Solace Queue to an Azure Data Lake location. I am new to Solace and I do not know if there are any existing services to directly copy a file from a queue instead of consuming the content of the file as a message and copying that. Please advise.
-
Subscription Level Handlers on a Queue
I plan to have a temporary queue subscribed to 2 subscription topics for all my clients. I want to have a different behavior based on from which subscription topic the message came from. It is not possible to have separate queues for each subscription. So I'd like to know if there are any alternatives.
-
FlowId not matching with incoming message and silent ignoring.
Facing an issue with connecting to my OnPrem Solace server. The same issue is not seen on my local Solace using docker. I have created a Simple Spring Boot Application that produces a message on a topic and consumes the same. I am using the below version to achieve this. JDK 17 spring-boot-starter-parent: 3.2.5…
-
How can you track the topics being routed via DMR Subscriptions between an event mesh?
Trying to get a better understanding of our event mesh which is rather large and uses a lot of DMR subscriptions throughout. As a result - sometimes track the initial source of a message across the mesh can be quite difficult. I'm trying to find either a CLI command or SEMP query to get a list of DMR subscriptions arriving…
-
PubSub+ Messaging Python API - Deliver-To-One
Hi all, I would need to set in Python API Deliver-To-One property to True. Because multiple subsribers are listening to my requests, I get the same response from every of them. In docs I found that it can be done for JMS https://docs.solace.com/API/Solace-JMS-API/Delivering-Messages-to-single-consumer.htm I would need to…
-
Connecting With NSE
Hi Guys, i am new solace user where i'm connecting with nse but i got error tcp_TxRx callback for session '(c0,s1)_username' in channel state ESTABLISHED: Subscription ACL Denied - Topic 'queue name' Subscribe: Response code: '403'; Flags: 'c'; , client name 'MSPL-BP5-21/5828/00000001/t7ZE4yY8zL', VPN name '***', peer host…
-
Issue in accessing the Solace Software Event Broker CLI
We are working on setting up the Solace Software Pub Sub + Event Broker of Standard Version 10.4.1.121 in lower environments. We are observing "Access Denied"" error when trying to login to the cli using the below command. podman exec -it solaceusqa1 /usr/sw/loads/currentload/bin/cli -A However, we are able to login to the…
-
New JAva API ignores all incoming events
I am using new java API . When I connect solace with our onprem instance getting this log in our debug log. com.solacesystems.jcsmp.impl.flow.SubFlowManagerImpl - Received incoming message with no active flow found for flowId=-908676, ignoring. So this ignores all incoming events. But in my local instance it works fine
-
Solace Terraform Software & Cloud Provider & Modules (Declarative SEMP) now generally available!
Our first Declarative SEMP for Terraform Release General Availability release! This, like our Beta, was designed to manage broker services (the message VPN and the configuration contained within it)! More than just a provider, this release also includes modules! Terraform modules encapsulate the configuration of a set of…
-
Queue outgoing rate setting
Hey team, I wonder if there's a way to change the outgoing rate for a specific queue or the entire cluster? 20+ per second is way too low for our use case.