-
Broker v10.5 - SparkplugB 3.0 Compliant
I ran the Sparkplug Compliant test against our 10.5 broker and the result is, it is complaint. The 10.5 broker was running as a hyper-v image. I had to make the changes as detailed at in order for the retain test to pass. I had to increase the VM's memory to 8192 MB in order to make the aforementioned MQTT retain changes.…
-
Database and Network Software Details
Database Software Used by Solace: Someone please provide information on the database software utilized by our Solace messaging system? We are particularly interested in understanding the database technology or software that supports the internal operations of Solace. Network Software Being Used: Also, please share insights…
-
How to scale services listening to multiple exclusive queues.
I have an application/service which listens to 10 exclusive queues(let's say we have 10 apache camel routes, each route is listening to one queue) where we are receiving the ordered messages in each queue. I want to scale this service upto 10 pods/instances incrementally. But now I want to have only 2 pods, each listening…
-
High disk usage
There was no consumer connection to the Queue, resulting in an increase in the current spooled messages. My question is, will the increase in current spooled messages also result in a corresponding increase in disk read usage? Someone please confirm? I have attached a graph for more details.
-
Spring publisher confirmation when channel is closed
Hi colleagues, We use spring-cloud-starter-stream-solace 3.5.0 and we have a question regarding this documentation https://github.com/SolaceProducts/solace-spring- cloud/tree/master/solace-spring-cloud-starters/solace-spring-cloud-stream-starter#publisher-confirmations. We are running a test scenario in which an…
-
Expose Solace Service to the Internet using Kong Ingress
I am using Solace PubSub+ standard, which is deployed using Helm Chart. All pods and services are up and running. I have exposed Solace service into the internet using Kong Ingress. Issue is I am able to expose using root path, I want to use custom path. Please help me with the configuration changes that are made.
-
Message Delivery Count in New Java API
I am using New Java API for my implementation. I would like to have a configuration like spring cloud binder eg : maxdeliveryCountforQueue:<number> or One particular Event type max deliverycount. I can see queue we can configure max delivery count and broker is tracking that info. But If I am getting the information in…
-
TTLs & Message Processing
Dear Experts, I am trying to use JCSMP client and I have three questions w.r.t message processing at client side and TTL : I have realised that if a message expires just at the moment it is being listened to at the client side, the message would be processed by client and also re-delivered via DMQ (as I am listening to DMQ…
-
cache request on python
I use CachedMessageSubscriptionRequest.cached_first to call cache data but I got Fail on_completion CacheRequestOutcomeListenerHandler:CacheRequestOutcome.FAILED, cache_request_id:3 exception:Unable to send cache request. Caller Description: On cache request send. Error Info Sub code: [1]. Error: [Only…
-
Cache request on python
I found that solace PubSub+ 1.6.0 support cache But I follow this step to do cache request I can not receive the cache message from direct_receiver.receive_async(MessageHandlerExample()) but I can use DirectMessageReceiver.add_subscription to get message(CacheStatus.LIVE). and I also develope C# code it allowed call…
-
Which Java client API to use ?
So I am a bit confused on which Java client API to use for connecting to a solace appliance from an application. My understanding is that we have the option of using JCSMP , RTO , JMS , Spring JMS vs Spring JCSMP ? Could some one please summarize at a high level what are the pros and cons of each approach in terms of…
-
Defragmentation Failing: Unmovable Local Transaction
I'm having trouble running defragmentation of a broker's message spool - which is currently at 90% and using up all the disk space. Each time I run defragmentation it completes about 5% until it exits with the same Exit Condition: ``` Last Result: Completed On: Oct 30 2023 07:29:21 UTC Completion %: 5% Exit Condition:…
-
Can Solace event listening by a client with multiple user accounts?
I am face a problem, as some of the clients in solace is not maintaining by me, I would like to define multiple user account for the same client to prevent if any account expired on their side, is it possible?
-
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
-
Want to make two pods communicate through Solace pubSub.
I have two pods in different namespace in Kubernetes and want each pod talk to other pods through solace, could you please tell me how I implement the same?
-
Python Proton AMQPS Transport Error
Good afternoon all, Am having some odd behavior using a varient of Solace demo code for Python/Proton AMQPS connection: https://github.com/SolaceSamples/solace-samples-amqp-qpid-proton-python/blob/master/src/simple_recv.py Using the methodology shown in this case, but with a pem key/password i can successfully connect to a…
-
OAuth in SAP Advance Event Mesh (Solace Event Broker)
Hi All, We have recently added SAP Advance Event Mesh (Solace Broker) in our Integration Landscape which is under the hood a Solace Broker. I am trying to setup OAuth for external applications to authenticate themselves before publishing anything to a Topic using REST a endpoint. Thanks & Regards, Anuj Dulta
-
python3 using qpid::proton with Solace pubsub+ broker
Hello all, In the european aviation community a well know provider of flight data has change its internal AMQP1.0 broker, switching from Apache ActiveMQ to Solace PubSub+. A set of our application but very few in fact use Python3 and interrogate this AMQP broker.So we have too few experience in this matter. I use to…
-
Replay from Message ID - How to use it!
Hey everyone, The recent v9.9 release of the PubSub+ Event Broker and the API releases that came with it now support the ability to trigger replay from a specific message id. I just wanted to share some info on how to use it with some of the different APIs! Note that the Message ID is in available in the header of each…
-
Is there any plans to make client-initiated replay available for JMS API?
I am working on my team's application that uses Solace JCSMP api to trigger a replay from a relative date (ie yesterday) on a particular queue before using a JMSListener to listen to that queue. This causes some replay issues (it fails to replay), if someone were to come in and delete/recreate the replay log right before i…
-
How to provision RDP client users using SEMP
So we a process where we use Solace itself to forward messages to a REST endpoint. We have manually created a RDP using UI and configured queue binding, I would like to do it programatically using SEMP or any other method.
-
Using solace in EKS cluster
we have upgraded our cluster to EKS and we are not able to up the solace ui on port 1943 , we are using nginx ingress controller, p\s let us know if any changes needs to be done from cluster end or in vluses.yml. If possible p\s share ingress templet with us
-
Consumer for a topic mapped to queue, subscribed by multiple topics.
Is it possible to consume msg for a particular topic mapped to queue if there are multiple topics mapped to that queue.
-
Getting a backup file from an event broker
Hi. I'm trying to send a backup file to a new event broker. I have an event broker(solace1) and made a new one(solace2). They are in AWS, using docker. I have ".pem" key files. There are some config points in solace1, so I made a backup file and tried to transfer file to solace2. But it was not successful. These are the…
-
Do we have any documentation or user manual for Solace PubSub+ Broker manager?
I need the documentation or user manual for Solace PubSub+ Broker Manager for use by our clients.
-
Publish/Consume messages to topic-endpoints using Golang
I am using golang to connect to the solace client. Everything is working fine with queues. I am able to publish or receive messages. But then, when I am trying to connect to topic-endpoint, I can't see it is connecting to the topic-endpoint. I am not getting any proper resource for the same. Kindly help me, how can I…
-
BI DIRECTIONAL VPN BRIDGE CREATION IN SAME NODE AND ACROSS DATA CENTER
Hi Team, we have requirement to create bi direction bridge to cater messages from VPN A to VPN B in same DC and across different data center as well. Can some one guide/help with CLI script syntax for same ?
-
How to enable TLS connection in spring boot?
Hello everyone, I have successfully integrated queue communication in solace with spring boot but I'm facing an issue. I want to make it such that any client without a valid certificate (jks) is not allowed to connect even if the credentials are valid. It seems that the default settings allow anyone with credentials to…
-
TIBCO EMS to Solace Migration
We are working to migrate from Tibco EMS to Solace. Current solutions is using EMS message priority. Does Solace support message priority? Also, does Solace supports all the features that are available in EMS? Any inputs pls. Regards Venkata Madhu
-
Parallel Application (2 Hot Hot instance) off Same Queue
A strange request from our users where they want to have multiple instances of the same application; they want another VPN to be spun up for each instance and the same queue/subscription details on those VPN. I have suggested: for the two parallel instance of application (or any number >1) the method to do it is parameter…