-
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.
-
libeay32.dll not found
Hello, I've been trying to test our build that should publish messages to a solace server. And subscribe to queues. This build seems to work on any other machine. But the test servers keep failing on every connection attempt to solace. We see the same error can't find libeay32.dll. I have made builds for AnyCpu, 64x and…
-
JMeter Config to publish or subscribe via JMS Producer or Receiver
We currently would like to use JMeter which comes along with JMS Producer and Receiver but i can't get it working. Can anyone in Solace instruct where to place the VPN ? In code samples: #85972: JAVA API (solace.messaging) Library does not support SenderTimestamp i see that one way is to use the VPN behind user: user@vpn…
-
Disable consumer at solace broker
Can we control enabling & disabling of a consumer at solace broker end. Like if i have 3 consumer of my queue i.e c1, c2 and c3 (non-exclusive queue) but i want that only c1 & c3 will receive the messages . So, it is possible that i control it at solace broker only? (FYI- my consumer is MDB, listening to pubsub+ event…
-
Is there any solace cli command to create topic like in IBM MQ
Hi team please advise
-
Why the messages remain in the QUEUE after the subscriber consume the message
Hello, I have a Java Apache Camel consumer that consumes and acknowledge messages from a topic a/b/c/t1 . I have a Queue subscribed to the same topic (a/b/c/>) . when I push a message (persistent or non-persistent) to the topic , I m able to consume the message in my java application but the message remain in the queue .…
-
Solace Docker Container Startup Time
Hey guys, Im currently working on a project with many microservices which communicate via solace. Therefore we startet writing integration tests using testcontainers. All other testcontainers start nearly instant (in like 1-2 seconds) only solace takes atleast 30 seconds to start - which reduces our performance in these…
-
Partition Queue Support required Error
I am getting above error when I try to consume messages from partition queue.
-
Issue with Solace Consumers
Hy Folks, I have a scenario where my App has multiple consumers and Publishers, Publishing part is working fine but my consumers are behaving weirdly, It stops consuming messages after some time, when I check from portal it shows my Consumers are active and connected to the queue but messages sit in the queue and does not…
-
Solace Pubsub+ Event Broker Operator is Now Available!
Solace Community, I am excited to announce that Solace has launched its own Kubernetes Operator a.k.a Solace Pubsub+ Event Broker Operator , Version 1.0.0 and it is available at https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart. Pubsub+ Event Broker Operator makes event broker deployment declarative in a…
-
Spring JMSListener fails all the messages in the queue
I have a queue endpoint that's configured with non-exclusive access redelivery enabled with the default redelivery delays delivery count of 10 a dmq queue name non partitioned and pretty much everything else is the default values. I also have a springboot message listeners that has a concurrency of 1 is auto acknowledge…
-
Comparision on EventCatalog vs Solace
Hi Forum, Has anyone done comparison between OpenSource EventCatalog Tool and Solace by any chance ? I have attached link below for reference. Thank you