-
[Solace: solace.dev/go/messaging] Unable to run debug session when solace dependency is included
Hi All, We are unable to run go debugger when we include the `solace.dev/go/messaging` dependency in Mac with intel processor. The same works fine on Mac with the M1 chipset. The issue can be reproduced with the following code snippet: package main import ( "solace.dev/go/messaging" ) func main() { println("Hello, World!")…
-
The limitations in User Authentication within the event broker
The limitations in User Authentication within the event broker, specifically concerning the ability to restrict access to defined users. There is currently no option available to define granular access at the broker level.
-
Looking for a best Practices for Handling Unacknowledged Messages in Solace Consumer Applications
What is the best practice to avoid a situation where the consumer reaches the maximum number of unacknowledged messages, causing Solace to stop sending messages and leaving the client uncertain whether to continue listening or restart the application? Should the consumer application periodically restart the client or…
-
Issue subscribing to an event broker from solace in SAP CI
Hello Experts, I am trying to subscribe to an event broker created on solace through advanced event mesh adapter in CI. I am getting the below mentioned error on deploying the iFlow. Please assist.
-
Do Event Portal’s Graphical Designer creates objects in event broker?
I am aware about Event Portal’s Graphical Designer and information mentioned here. It helps Architects to design EDA and developers to understand the same for implementation. But Do these graphical design able to create the objects like queues, topics etc. in event broker service. Any thoughts with this. BR, Swap
-
How can we integrate with PAM to update the password in Solace RDP
We are looking for the info if Solace is capable of integrating with PAM (Privileged Access Management) to fetch & update the latest password through rest api call in Solace RDP. If so, can you let us know the steps. If not, can you suggest any other alternative ways to integrate with PAM.
-
Clarification on Multiprocessing Support in Solace PubSub+ Python API
Hi, I noticed on the Solace PubSub+ Python API page on PyPI that it mentions the messaging API does not support multiprocessing. Is this information outdated or still valid? https://pypi.org/project/solace-pubsubplus/ Additionally, if we connect to a non-exclusive queue, having multiple clients using the Solace Python…
-
Is it possible to set a message quota (in MB) for each client profile on the event broker?
I would like to enable multiple clients to access an event broker while maintaining strict segregation based on client profiles and ACL profiles. This way, each client will have isolated access, ensuring they don’t interfere with other clients' transaction queues, topics, and related resources. Additionally, I aim to…
-
Issue accessing queue
Hello Experts, Whenever I try to access queues through cluster manager. I get the below mentioned error on the web page. Please assist.
-
Introducing Micro-Integrations
We live in a world of... more Applications: > 1000+ per enterprise more Distributed: 90% of orgs are multi-cloud more Data Sharing: Up 25% year over year need for speed: Latency expectations down from seconds to real-time This makes integration (more) difficult. We need to think differently about integration. From a…
-
Solace Queue Browser Using Python
Was wondering if anyone has had any luck with building a queue browser using Python & the Solace Python API? I have seen some queue browsing options using SDKPerf & Java (including the Chrome Browser) but I was hoping to do something similar but with Python. It's also worth noting while the Chrome Browser tool is great,…
-
Deduplication of events (business events vs granular events)
Hi all, I'm interested in your thoughts on this matter. Our current workaround does not ensure guaranteed delivery, so we risk losing messages. Use Case How can we eliminate duplicate events with Solace from applications that generate lots of granular events? What it solves 1. Reduce unnecessary process executions…
-
Configure the subscribers to subscribe specific events only - for SAP Systems
How Solace can be configure to ensure that published events are delivered only to explicitly defined subscribers, preventing unauthorized or unintended parties from receiving the messages? From the above image I do have SAP Publisher and SAP subscribers. As per my understanding tis can be achieved using Add topic…
-
Solace fail-over test - affected consuming of event
Hi, While doing Solace fail-over test, once the test was initiated, the SolaceHealthIndicator Status change in following chronological order : DOWN -> RECONNECTING -> UP We didn't observed and pod restart. However, the consumer was in stale state, where no events were being consumed. Note that the event consumer health was…
-
Creating an MQTT bridge via PubSub+ Cloud
Hi everyone. We're looking to utilise MQTT bridges on our event broker which is deployed on the PubSub+ Cloud. We've read up about the MQTT connector and wondered if this is possible to utilise for the cloud-deployed event broker via the Mission Control's Cluster Manager in some way, or if we need to take a different…
-
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.…
-
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…
-
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:…
-
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:…
-
spring cloud stream solace pubsub
To handle publish error, using the @serviceActivator annotation. @ServiceActivator(inputChannel ="topic.errors") After springboot version 3.3.2 upgrade and spring cloud stream version 2023.0.2 upgrade, the publish errors are not handled by the serviceActivator.…
-
Facing issue in Building SolacePubSub in Go Project in different Environment
We have tried to implement solace in Go App. And we are facing some critical issue. I am having Windows Laptop with Intel i5 processor, I can build the project (via Debian in Windows WSL) and can run in Docker using the debian:buster image. But when one other Developer (his laptop is Windows with AMD Processor) tried to…
-
Is solace pubSub-connector-debezium available ?
Hi, Just checked this post regarding debezium as solace CDC connector. Want to know where do I get its related documentation and jar/image etc as am not able to find it at below link. TIA!
-
I am very confused about the status of my HA redundancy group being offline.
Hi All, I have prepared 3 VM on my laptop and installed solace latest through Dokcer. I am trying to refer to this tutorial to configure my HA redundancy group. Configuring High-availability (HA) Redundancy Groups (solace.com) I am very confused about the status of my HA redundancy group being offline. primary…
-
Using Azure Functions to move data from Solace to Azure SQL DB
Hello, I am using Solace & Azure Functions for the first time, and I was wondering if there is a git that answers my technical requirement. I have multiple files that come in real-time to Solace and I wanted to use Azure Functions to move them as they come into specific tables in Azure SQL Database. Thanks in advance :)
-
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 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…
-
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.
-
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…