-
Giving away clubhouse invitations! 🎧
Hey everyone! I am wondering if anyone has heard about clubhouse, is already on it or waiting to be invited to join? it is a very cool platform bringing together similar minded people to chat and discuss several topics. There are rooms about social activities, finance and most interesting to me are the rooms about tech!…
-
Unable to authenticate using "KERBEROS AUTHENTICATION SCHEME"
Hi Team, When i am trying to connect to a session using Kerberos Authentication Scheme. It throws Unauthorized Login failure error. can anyone please tell me what must have been missing? Below is the list of Session Properties i am passing to connect to the session. I am using C API. propIndex =0; sessionProps[propIndex++]…
-
PODCAST: Connecting Everything To The Internet: Our Future With IoT Technology
For those of you that are podcast listeners out there be sure to check out this "Brains Byte Back" episode from March 9th. @Vatsid spoke about smart cars, smart toilets 😂 and the future of IoT! 👉 Listen to it here.
-
How many number of days a message will be left unconsumed in Solace queue ?
How many number of days a message will be left unconsumed in Solace queue ?
-
Anyone familiar with Node-RED?
Anyone here a Node-RED expert? Dale Lane in the AsyncAPI community slack is exploring how a Node-RED AsyncAPI plugin could work. He wants to auto-generate nodes for Kafka/MQTT/AMQP, etc from the spec. I think this would be pretty cool and would allow you to design using the Solace Event Portal and then autogenerate…
-
How to access Solace Cloud statistics and integrate it with monitoring platforms (Datadog)
Hi, I did some research regarding monitoring. Solace offers Insights which is running on Datadog. But it seems it's a closed system. We want to know how we can access Solace Cloud statistics and send them to public cloud monitoring platforms like Datadog. So we can integrate Solace with existing monitoring solutions of…
-
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!
-
How to send application log to a Solace queue
We need to send log file contents on a linux server to a remote queue in Solace. The log files are from a perl application. Is there a standard way to do this for Solace? Or are there any known output plugins for log forwarders like logstash/filebeat/fluentd etc which could send to a Solace queue?
-
How to prevent queue creating automatically from the programming?
Hello Team, Our Requirement: Solace DEV team will create few queues in the solace portal and they will send the queue list to the application development team to consume messages from available queues. Application DEV team should not create any new queues programmatically/manually from code. They have to only consume…
-
Spring cloud stream dependency version
Hi, Can some one please let me know the below version is a stable version com.solace.spring.cloud solace-spring-cloud-bom 1.1.1
-
Queue holds only last message published on the given topic
I have a queue (Q1) and topic T1 assigned to it. I published few messages to that topic and then run queue subscriber. Queue shows only a last message published to the topic. Is it a setup issue?
-
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…
-
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…
-
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
-
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…
-
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
-
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…
-
Message throttling from a solace queue
Hi, I am running 2 instances of my applications with 3 message consumers, each consuming messages from the same queue, using solace-spring-cloud-bom version 1.1.1. ie total 6 consumers 3 from each instance. My issue is that when I publish large number of messages to this queue, the messages are not equally distributing 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
-
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…
-
Simplest way to read a Java MapMessage in .NET
I'm replacing an old TibRv system we have where the message producer is a Java application and the message consumer is a .NET application. Using a MapMessage seemed the most natural way to go, since that had a very similar interface to the TibRv libraries we had been using. After porting the Java applications over, it came…
-
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…
-
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 +…
-
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…
-
JMS With Proxy
I cannot seem to find a way to use the Solace Java JMS library to create a client that will connect to an existing publisher outside my company network. The documentation seems to allude to being able to set a SOCKS5 proxy in the host property, but when I try to do that, I receive an error that there are too many colons in…
-
Any reference on how to map RabbitMQ patterns to Solace patterns
Hi, I am looking out for any reference material which describes how to migrate a messaging solution from RabbitMQ to Solace? For example, RabbitMQ describes certain messaging patterns @ https://www.rabbitmq.com/getstarted.html , what I am looking for is a short guide which helps map these patterns and how to realize them…
-
How to put a timeout on receiving messages in asynchronous mode in C Solace API?
Can anyone please share any idea. I want to pass a timeout value within which the message must be received in C Solace Api. receive(timeout) is there for Java Api. Is there anything similar in Solace C api.
-
"Request reply guaranteed messaging using Solace C Api" along with Timeout.
Hi Team, I went through this link "https://docs.solace.com/API-Developer-Online-Ref-Documentation/c/ex_2_r_r_guaranteed_requester_8c-example.html" . The link shows a way of doing it but is there any other way? I came to know about "RRGuaranteedRequestor" and "RRGuaranteedReplier". I want to create a functionality which…