-
Event Enabling Salesforce
Hey Solace Community! Curious to know if anyone is using Salesforce with Solace? What is your use-case? Interested to hear how you are using it, ping me and let me know!
-
Solace Certifications now available to anybody! We want you to become #SolaceCertified
I'm excited to share that our Solace Certified program is now open to everyone. Some of you may have heard about the Solace Certification program since we launched it last summer (and I know there's quite a few folks here in the community that have earned their certification), but access was limited. That's all changed and…
-
Data integrity verification
Hi, How does data integrity verification happen in the Solace C API? I could not find anything in the docs for it. Is there any good checksum API that we can try?
-
SolaceCommunity Github Project Highlight - Prometheus Exporter
Last week we launched our new SolaceCommunity Github organization that will host project showcasing how to integrate Solace API with different tools and technologies. Today we are highlighting one of the projects in that repo: Solace Prometheus Exporter. This is a GoLang based tool that leverages the Solace Element…
-
What is your GitHub SkyLine!? 🏙
Check out the new Github Skyline feature here https://skyline.github.com/! Depending on your contributions for the year, you can generate your own skyline. Below is my skyline commits for the year 2020 😎 What is yours! Take a screenshot and post it here
-
Latest solace cloud stream library version
Hi, Can some one please confirm the latest version of the library which I need to use? Currently I am using the below dependency, is it a stable version? com.solace.spring.cloud solace-spring-cloud-bom 1.1.1 pom import
-
Solace Developer Spotlight: Sjaak Overgaauw
Hometown: Hellevoetsluis, The Netherlands (40 km from Rotterdam) Years of being a developer: 25 Primary programming language(s): None. We are a low code company. Past: Java Social media presence: LinkedIn and Twitter How did you start as a developer? I started at school in the 80’s. Commodore 64 and 128! 😊 And later on…
-
Receive multiple messages at once Solace C API
Hi I was trying some variations on sending and receiving direct messages, publish-subscribe. I came across a sendMultipleMsgs function which basically sends an array of messages at once. That works great for the publisher. For the subscriber, it takes the same amount of time to receive. Is there any way the subscriber can…
-
📣 JAVA Folks! New upcoming PubSub+ Messaging API for Java 📣
I wanted to start this discussion to see who is using the Java implementation of the Solace Messaging Protocol API? Good news is we are releasing a Brand New Java API: "PubSub+ Messaging API for Java" so stay tuned and let me know if you want to be one of the first to try out this API and give us feedback. Early Access of…
-
Setting Destination and Endpoint types in Boomi Solace Connector
Hi, In my Boomi process - I have Solace queue listener and once data is sent to destination (end system) the end system responses are logged to another response queue in Solace. As the response section is common for another modules as well. I like to set the Destination queue name in Set properties in Boomi and tried to…
-
Solace Cloud REST API authentication
I have created an api token in my Solace Cloud account but when calling the below URL with postman/curl I am getting an authorization error. Am I missing something that I need to be doing? https://api.solace.cloud/api/v0/services/{service-id}?apiToken={api-token} Thanks, Pete
-
Nice talk on Orchestration and Choreography
Hi folks, I'm sure you've heard about choreography while looking into event-driven architecture. Of few talks I found talking about this, this one is my current favourite: https://youtu.be/zt9DFMkjkEA He talks more about what he thinks is the core difference, the pitfalls, and later the technology. I enjoyed it and learned…
-
Typescript Types
Hello! I am new to Solace and I was trying to implement Solace with typescript and I ran into a problem with it not having types. Are there any future plans to have types for solace available? And also are there any tips for working with solace in TypeScript?
-
Messaging in the C API
Hello, I am using the Solace C API for my project. The data that we want to pass between the applications is an array of a structure. The structure has around 150-200 fields of int/long/short/char. The array size will be around 1,000 - 50,000. Currently I am using a stream to pass the fields. I start a loop of array size…
-
Granular access for a Message-VPN user on Solace Cloud.
Hi, Two general questions: 1> Do we have any granular level access on Message-VPN ? For now I can see only these two READ and READ-WRITE. We want to have users on Message VPN but with controlled access. 2> Is there any provision (or suggestion) to have the logic (consumer business logic) and configuration (queue creation +…
-
uOttawa Hackathon - Welcome to the Solace Developer Community!
Introduce your self! Answer the following questions * What is your name * What school and year are you in * Favourite programming language * How many hackathons have you done in the past * What is your team name * Anything else? Keep the thread going and let us know what are you most excited to do/learn during this…
-
Microservices - approaches to multiple container instance -> single event consumption
Hi all, I would like to ask your opinion on a microservice use-case, and what would be the best approach to tackle it. The Context Let's say you have 10 microservices, each one implementing a given bounded-context, as per DDD. Each microservice is constantly publishing its own events so that the others who subscribe to…
-
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?