-
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…
-
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
-
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…
-
URGENT-Iterate through Solace Message Queue
Hi All, We have read data from SOLACE queue in .Net using C# . However we are unable to iterate through SOLACE queue messages as we are not receiving Message ID or datetime. Hence if any one could able to loop through the QUEUE message then please share the code snippet. Thanks in advance Sumeet
-
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.
-
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.
-
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…
-
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…