-
Solace integration with Kafka over TCPS failing
I am trying to connect Solace cloud broker with Kafka. I have a topic in Solace cloud. I want to subscribe into the Solace topic through the pub-sub-plus source connector. Here are my Source Connector Configuration: { "name": "solaceSource", "config": { "name":"solaceSource", "kafka.topic":"solace-connector-test",…
-
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!…
-
Transmission time for messages Solace C API
Hi, We are using the Solace C API to benchmark the communication between our applications. We noticed a very unusual thing. In some runs, the transmission time increased with an increase of data, and in some cases, it decreased for messages of higher size. What is the reason for this unusual behavior?
-
Maximum number of Semp V2 calls at a time?
We have 3000+ queues in a appliance. We would like get all the queues information in JSON. We have a Python application Which makes SEMP V2 GET call to get all these queue information. Is it okay to issue concurrent SEMP v2 GET calls to the appliance ? I believe appliance will process the API call one after the other. We…
-
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: Understanding the benefits of EDA
Podcast News: Understanding the Benefits of Event-Driven Architecture, by Enterprise-Management-360, interviewing Solace’s Distinguished Engineer, Jamil Ahmed, who knows the ins and outs of EDA. “By making the communication, processing, and consumption of events part of the foundations of your application, you are…
-
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.
-
New blog post: Event-driven logging with Elastic stack
Hi folks, I just published a post around event-enabling logging with Elastic stack, specifically for Kubernetes environment. This is based on few discussions with customers and friends who were looking on embarking EDA and also not fully benefiting from their logs yet :) Happy to chat if anyone has any feedback! Thanks! Ari
-
Unable to create a client profile in a Solace Cloud service
In the broker UI under Client Profiles, I am unable to click the button to add a new profile. How do I get access to this?
-
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 ?
-
RaspberryPi
Hi everyone, Just to present me before: I'm Valdemar, from Portugal, and I'm starting my PhD thesis that I pretend to implement with Solace. I'm trying to develop a python Publisher/Subscriber on a Raspberry Pi, by installing "solace-pubsubplus" but because it has an arm processor, it does not allows me to install the last…
-
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…
-
Using sdk_perf to generate 1 million unique topics
I needed to do a test to generate messages with 1 million unique topics. Initially, I thought of writing a simple application that did this but then discovered that the free to download sdk_perf utility gives you this flexibility with the following parameters -ptc=1000000 -ptp=topic/prefix/ This will generate incrementing…
-
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…
-
The Ultimate Guide to PubSub+ Event Portal for Developers
Solace's PubSub+ Event Portal Event Portal is our event management tool that lets developers create, design, share, and manage events within an event-driven architecture. Now before you say "Why should I care?" I want to take you through a little memory exercise. What if I told you Event Portal takes away all that pain and…
-
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?
-
Develop spring cloud stream code to manually send acknowledgement post message consumption
Develop spring cloud stream code to manually send acknowledgement post message consumption "pick up message from Solace broker --> do some business logic --> if business logic successful --> ack the message so that it gets deleted from queue (if not, don't ack)"
-
How to set Message TTL when using Spring Cloud Stream Binder Solace
Hi there, I am wondering whether it is possible to set a Message's TTL if you are on the Spring Cloud Stream layer. I wrote a message listener using Spring Cloud Stream, and at most I get access to a GenericMessage from the Spring Cloud Stream framework - but that class does not offer any methods to set a TTL. Is there any…
-
Max TTL for DMQs
I just bumped into this issue. We are replacing ActiveMQ with Solace for multiple customers so we somehow must implement this. It appears that Solace does not support this, see https://docs.solace.com/Configuring-and-Managing/Configuring-Queues.htm#Configur21. Is there any workaround for this? We want to automatically…
-
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?
-
Magic hidden Solace topic subscription wildcards
Hi everyone! Hopefully you know all about Solace's different subscription wildcards that consumer/subscriber applications can use to match multiple topics: * The * wildcard is a single-level wildcard, and can be used with a prefix: e.g. hello/wo* * The > wildcard is a multi-level wildcard, must occur at the very end of a…
-
How to implement async request/response with Boomi?
I'm interested in how to implement async request/response using correlation ID's and using the Boomi connector? See https://solace.com/samples/solace-samples-c/request-reply/
-
Dynamically chaging the concurrency value for spring cloud stream
Hi , Is there a way to dynamically changing this "concurrency" value without application down? I am using solace and spring cloud stream for listining message . There is a need to reduce/increase number of consumer on demand to manage application throughput.
-
Unable to set Max Permitted Message Size to 30 MB in Solace via API, as well as, manually
Hi, we found that "Max Permitted Message Size" always reset to 10 MB when we tried to update it to a bigger size like 30 MB manually on the UI. When updating it via API, we received "Message Size Out Of Range" OperationErrorException. (Note in both case, we are using the admin account against the latest software version of…
-
Replay log is not configured and you do not have permission to create replay log.
Hi Team, I am new to Solace and started exploring and using as Enterprise messaging bus in our organization from last 1 year, Message: Replay log is not configured and you do not have permission to create replay log. Could you please help me enable the reply log. @marc @Tamimi Note: I am using Standard developer edition…
-
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…