-
Release notes for sol-jcsmp,sol-common,sol-jms - 10.25.0
Hi team, I am using the following dependencies : <dependency> <groupId>com.solacesystems</groupId> <artifactId>sol-jcsmp</artifactId> <version>${solace.version}</version> </dependency> <dependency> <groupId>com.solacesystems</groupId> <artifactId>sol-common</artifactId> <version>${solace.version}</version> </dependency>…
-
jmsListener selector mechanism for new solace bee's :)
while consuming solace messages with selector functionality from message header property, do not include any special characters in header key.. if in case if you are adding key with special character you may able to successfully send messages but while retrieving from queue/topic using jmsListener you may end-up with…
-
Boomi/Solace: how to set dmq-eligeble=true by default for REST end points
Hi, We have the following use case * Apps are using Solace REST endpoints to send messages to Solace topics * Multiple queues are subscribed to this topic * It appears that REST clients need to set a HTTP header "Solace-DMQ-Eligible: [true|false]" in order to use the DMQ feature Question: can we somehow set the default to…
-
Issue with my Solace Community account
Hi, I'm trying to update my email address, but I'm having trouble. I assume the issue is related to a 2nd Azure AD SSO account that already exists. Who should I contact for assistance? Thank you.
-
sol-jms Upgrade
Hi, We are running, on the broker side: Solace PubSub+ 3560 Version 10.8.1.140 Index SolBase Version ------ -------------------------- 6 solbase_4.2.58.0 On the app side: <java-version>11</java-version> <spring-boot>2.7.18</spring-boot> <sol.jms>10.2.2</sol.jms> <jms.version>1.1</jms.version>…
-
How to get a message payload using SEMP V2 API (browse queues)
Hi, We want to build a Chrome extension so we can view a message payload from the Solace Cloud queue management page. As a replacement of JMSToolbox. Question: which SEMP V2 API operation can we use to GET a message payload using a message-id as a parameter?
-
Do you have any guide to setup solace/solace-pubsub-standard over SSL?
I am looking for a guide to setup the docker container solace/solace-pubsub-standard with SSL and/or test-containers The guide focuses on the non-authenticated version I tried generating a self-signed certificate and adding it to /usr/sw/jail/certs but I have been unable to connect using SSL. After ClientHello all I see is…
-
How can I configure SSL with a key password?
According to this guide: I must add my certificates to `/usr/sw/jail/certs` as well as To maintain private key security and to prevent unauthorized users from copying private keys from the event broker, Solace strongly recommends that only password‑protected private keys are used for the server certificate. The guide…
-
SolaceCommunity Open Source Projects Shout Out
As part of the SolaceCommunity OS github projects, we are proud to see regular contributions from several community members. (pssst check out this SolaceCommunity Github Contribution Guide to learn more about it!) I'd like to do a quick shout out to two projects that has been getting regular updates: Solace Queue Browse…
-
How Solace makes an OAuth Token Call to APIGW
Recently, there was a concern from APIGW team that Solace is making more OAuth token calls than expected, which is impacting their license cost directly. Upon checking in details, it was found that the token expiry value was set to 900 by default at Solace. However, the token lifetime was set to 3600 from APIGW end.…
-
how to publish persistent message to a topic, which can be consumed by multiple consumers same time
Myself Owais, I have been working on a project, where I am implementing solace pub sub api service, but I am facing a problem , the problem is "Let's say, there are 100 consumer in my organisation, and I want to publish a message to a topic , but here only 50 people are subscribed and once I publish a message using queue…
-
Certificate error, Invalid provider type specified.
Hi, I am facing an issue with an inaccessible private key and the error "invalid provider type specified" while trying to establish connectivity with Solace using .NET. We have generated the certificates multiple times but are still stuck at this point. After some investigation, we noticed that .NET and C have stricter…
-
Topic dispatching with guaranteed delivery using JCSMP
Hi there, The article here explains how one can have custom callback to handle guaranteed messages received with matching topics thru flows bound to queues using Java RTO. Is there something similar for the JCSMP API, or another way that we can achieve something like that? On a related note, there's normally only be one…
-
Message Ordering with Retry and NACK (how does it work)
In this page it states that message ordering is guaranteed when using guaranteed delivery: I understand that it either would work when: Using exclusive queues Using non exclusive but partioned queues It would not work: Push Subscription (RDP) Non Exclusive Queues (without partition) I would like to understand how certain…
-
Salesforce and Solace Event Broker Connectivity
What are the different ways that Salesforce can connect to Solace Cloud Event broker? Please help with Solace Cloud only, skip appliance or software to avoid confusion.
-
what’s the best way to implement pub/sub for AdTech usability
what’s the best architecture in Solace for pub/sub in a Adtech. How do these big tech giants use persistent storage where the target audience is of huge size ? use case : within organization for publishing message to a huge audience, with varying topics
-
Trouble connecting to Solace and no descriptive error is being received? Certificate auth
Hi, I am trying to connect to event-broker. but could not connect. also the exception I am receiving is not very descriptive about what could be wrong. I have double checked: trust store path. certificate path certificate password. SSLValidateCertificate is set to true. HostName VPN and ClientName are all double checked. I…
-
Day-to-Day Metrics of Queues in Solace Software PubSub event broker 10.4.1.121
Is it possible to get the metrics of Queues based on date range within the CLI or Solace UI.
-
Messages Transport Retransmitted count is increasing
Currently, we are using Solace PUBSUB+ Software Event brokers of version 10.4.1.121. We observe that messages/events are getting accumulated in the queues even when the JMS consumer/listener is actively bounded. Also, we see that the messages are getting redelivered with increase in the count of Messages Transport…
-
Having Trouble with connection retries? not able to reconnect ?
Hi, my application is running 10 consumers with a session. I tried to simulate connection retry mechanism but could not do it. Also I want to log retry events. Here are values. -Using 1 Host only. I took down internet connectivity in order to kick on this mechanism. ReconnectRetries set to 10 ConnectRetriesPerHost set to…
-
Timeout happened when reading response from the router when connecting to Solace 10.4.1.121
Please find below the error observed, when connecting to Solace PubSub Event broker from Boomi application. Process terminating -- some documents reached an exception which is set to halt all documents: [400] (Client name: GLCHBS-SP221335.eu.novartis.net/3830954/1c5ce0509/Pw3AJ4XZk9 Local port: -1 Remote addr:…
-
Fail to run solace in docker
"runParameters": -d -p 8080:8080 -p 5550:5550 -p 5672:5672 -e username_admin_globalaccesslevel=admin -e username_admin_password=admin -e system_scaling_maxconnectioncount=100 --shm-size=1g --entrypoint /usr/sbin/boot.sh I curl following api for health check, and got 503 http://127.0.0.1:5550/health-check/guaranteed-active…
-
How to create session with Solace Messaging tcp protocol being in orgnization vpn network.
Hi Team, Session creation is failing while being in organization VPN. so tried with proxy settings as well given in but no luck. I tried with multiple debug. string host = $"tcp://mr-connection-l7ua5omxxxx.messaging.solace.cloud:55555%httpc://rb-proxy-de.bosch.com:8080"; string username = "solace-cloud-client"; string…
-
How to integrate Otel Solace Receiver with LDAP based Solace PubSub Event broker 10.4.121
Currently, we have enabled the Distributed Tracing in DEV environment and its all working fine . The authentication used in DEV is Internal Database. However, the same configuration is not working in QA, as we are using LDAP based authentication in Solace Broker. Below is the error observed in the Otel logs:…
-
Can I publish the SAP standard and Custom event to Solace
Can I publish the SAP standard and custom events directly to Solace Event Broker without ASPIO or RAP events
-
Clarification on Partition Queue and how it interacts with the consumer.
I am sending messages from the Publisher to the Partition Queues with the partition key defined . Now i have 2 consumers. Is it possible that Consumer 1 receives messages that has partition key1 and consumer2 receives messages that has partition key 2?
-
HA Pair Issue: AD-NotReady Local ADB Key Invalid
Seeing an issue with a HA Software Event Broker pair where the standby broker keeps rebooting. Each time it reboots we see the broker go into AD-Standby state which is expected, but then goings to AD-NotReady Event logs is outputting the following message: backup-broker event: SYSTEM: SYSTEM_AD_MSG_SPOOL_CHG: - - Message…
-
Soladmin on MAC m3
Are there any minimum system requirements for SolAdmin, I installed SolAdmin on mac M3. But when I try to open solAdmin, Application is not opening and closing on its own without any error message.
-
RDP not coming up.
RDP is not coming up, mentioning that host resolution failure error. When checked with network team, they mentioned that it is because solace is not sending SNI header is not present when solace is trying to make a connection. It is working in dev and qa environment. The same configuration has been pushed to production,…
-
New Event Portal Event Access Request/Approval Workflows
Hi all, 📣 We are pleased to announce the new Event Portal Event Access Request/Approval Workflows feature. PubSub+ Event Portal now supports new event data access governance capabilities. This feature set introduces an event data request and approval workflow to streamline the process of granting access to sensitive or…