-
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…
-
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…
-
How to find out what subscriptions a client has
Firstly, there are two types of “subscribers” in Solace: * Direct client subscribers, who get messages directly from a topic. These are typically market data style clients, who do not need a guarantee of no data loss; * Queue consumers. These clients cannot tolerate any message loss. The queue itself subscribes to the…
-
Event portal installation option
Is it possible to deploy event portal in my VM as a docker image . I am running kafka & solace docker in local vm .Is it possible to run along with this?
-
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…
-
Replay with Solace? Learn More a few ways
Lately I've had a few questions around whether Solace supports replay (answer: yes) and how to learn more so I thought I'd share a few options of doing so. You can learn more about Solace replay with these resources: * Solace Docs - of course you can read the manual…
-
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
-
identify port/process according adb link.
how can i identify port/process according adb link ? is there a port communication between the brokers if there are a redundancy check ? how consul is needed in such a way ?
-
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…