-
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
-
Relation between Window size and unack messages in message consumer service
Hi, The page nicely summarises from publisher acknowledgment point of view Is there something similar for consumer acknowledgment? We see window size often dropping to 0 when unack messages are around 255. The listener/consumer service is built using Spring Cloud Stream. Thanks Tilak
-
Is there any way to copy queues from one event broker to other
I am planning to create event broker service for PRODUCTION environment. Existing event broker instance I used for DEV and QA purpose. I know cloning whole event broker service but not sure about if we do have any way to copy the queue from one event broker to another.
-
SDKPerf | JMS | Client cert based authentication
Hi Team ,Can anyone please guide me on how to do cert based authentication from sdkperf jms with cert and privake key or p12 file.
-
health-check for solace
Hi Team, I want to create a health-check for solace which will check it can make connection to topic or not. This check will be called from a MuleSoft API. Only connection check is required. Publish/Consume is not needed. Please let me know how I can implement this use-case.
-
pubsubplus-connector-aws-kinesis
Hi Trying to setup connectors pubsubplus-connector-aws-kinesis , but struggle to understand the documentation. 1. Were must this be running? Connecting to Services on the Host If services (e.g. PubSub+ event broker) are exposed on the localhost, they can be referred to using the container platform’s special DNS name which…
-
Solace connectivity for Azure ADF
Hi Team, We have our data present in AWS Yugabyte. We are planning to use Solace for pub Sub. How we can move data to Azure Data Factory using Solace for pub Sub. Any expert please advice.
-
PubSub+ Maximum Message VPNs
Hello. My team and I require a Message VPN for each and every one of us, all of which should be on a single Solace instance (so there's no resource wasting). I tried reducing all the settings (of the VPNs) I could get my hands on to the minimum possible, but i cant seem to create more than 3 VPNs (including the default…
-
Solace supporting FHIR
Does Solace supports HL7 FHIR ?
-
arm64 on Linux
Hi, I'm exploring migration to arm64 architecture atm, but as soon as I publish my app for linux-musl-arm64 architecture and try to run it in Docker container based on Alpine 3.1 memory usage goes to 100% and container being killed by runtime. When switched back to x64 same code runs fine. Is Alpine supported at all for…
-
Round Robin configuration
Hi! I have a question abount using Solace Python SDK to connect to a non-exclusive queue. The Solace PubSub+ is self hosted and there are two consumers connected to a non exclusive type queue. The consumer takes about 5 seconds to send an ack signal to the broker, during that time consumers displays different Delivery…
-
consumer setting to connect solace system
What are the installation to be done at consumer system( windows) to connect solace system
-
Visualizing of data inside Solace topic/Queue
Hi, We have a requirement to see what field values are specified in the given record sent to Solace. Is anyone aware of any tool/utility that provides data visualization? Thanks. Regards Sameer
-
Which correct protocol should I choose?
Hi! I'm new working on Solace PubSub and despite the fact I've been reading a lot, I didn't understand which is the correct protocol I should use. For example, I have an application publishing more than 1k events per hour on dynamic topics. It can be company/salesorder/usa/123/234, company/salesorder/usa/453/1/45,…