-
webmethods JMS - Solace Integration
This document give basic Integration steps on Integrating webmethods with Solace Event broker for Pub-sub
-
[Blog post for developers] Using Delayed Delivery Queues in Your Event Mesh to Implement Timers
When building an application using a microservices architecture, it is much easier to horizontally scale those microservices – i.e, adding more service instances on demand – when those microservices are stateless. However, implementing timers can be a challenge. How can you “set aside” an event to be processed later,…
-
Some useful Replay patterns
Hi all, As some of you might know already, I am a Solutions Architect at Solace working with our clients and helping them understand and design features based on Solace's PubSub+ Platform. In the last few years, we have released several new features which our clients have been keen on taking advantage of for their custom…
-
Create a Spring Cloud Stream Microservice in 5 minutes
Hope everyone is having a great week. I wanted to share my newest blog and video where I show how simple it can be to get started with Spring Cloud Stream using start.spring.io & of course a Solace PubSub+ Event broker. If you've never done it, you should give it a shot! It only takes 5 minutes :) Blog is here. And Video…
-
How to Configure-JMS-access-to Solace in SnapLogic
Dear Solace users, How to Integrate Solace PubSub with SnapLogic? Let me jot down modus operandi to integrate Solace with SnapLogic (iPAAS ) . 1- Login to SnapLogic Designer (https://elastic.snaplogic.com) . 2- Move to Manager tab and Navigate to project where accounts needs to be created . 3- Under Create account option ,…
-
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…
-
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
-
Webhooks integration using solace and webmethods.io
Webhooks is technique in Event Driven Architecture to notify the events, webhooks are user defined HTTP callbacks. In this example, publisher configured in Solace and subscriber is in webmethods.io to process and push the event to call back URL. webmethods.io : SAG iPaaS for Integration. Lets begin: 1. Have created…
-
Real Time Dashboarding With Python
If you're looking for a way to dashboard real time data using pure Python, I have a blog post at https://solace.com/blog/visualizing-live-streamed-data-python-dashboard/ about how to use Solace and the Bokeh Python library to quickly visualize some real time taxi geospatial data. The source code is also available at…
-
Integration/Functional Testing with JUnit and Solace
When developing event driven Java services for Solace PubSub+, at some stage you want to move from unit testing Java code to testing services against a broker. This repository demonstrates a base class for JUnit tests that launches a new PubSub+ instance in docker for use in tests. It utilises testcontainers, manages the…
-
Understanding and Testing the PubSub+ Event Portal REST API
Are you looking for a way to automate the creation of Events and Schemas, update subscribing/publishing Apps in your Event Portal environment? Have a look at the blog post: https://solace.com/blog/testing-the-pubsub-event-portal-rest-api/ to get an overview of the Event Portal REST API, and get some examples.
-
Using Ansible to Automate the Configuration of Solace PubSub+ Event Broker
Are you responsible for Solace PubSub+ DevOps? Using Ansible modules for PubSub+ may make your life easier … check out this blog post https://solace.com/blog/using-ansible-automate-config-pubsub-plus/
-
Rust + Solace
Rust is an exciting new language created by the Mozilla foundation. I recently wanted to see if I can create a Rust App that publishes/subscribes to Solace. Sure enough Rust has an MQTT plugin (yay for open protocols) and was able to succesfully send/receive messages using Rust. Here are the high-level overview of the…
-
Event Mess to Event Mesh - Automating the Configuration of a Hybrid IoT Event Mesh with Ansible
Need to configure a Solace event mesh? Using Ansible modules for PubSub+ may make your life easier … as a follow up to the initial introduction here’s a real-life example of a complex event mesh configuration using Ansible: https://solace.com/blog/config-hybrid-iot-event-mesh-ansible/
-
4 Ways to Create Queues in Solace PubSub+
How many ways do you know how to create and configure queues in Solace PubSub+? One? Two? and Three? According to Aaron, there are at least four ways. To show them, he created a video series. He also wrote a companion blog post. Check them out. If you know a way that Aaron doesn't cover in his videos, share it with us…
-
Bringing the power of pub/sub messaging to kdb+
Here is a new blog post that shows how you can enhance your existing kdb+ stack by introducing pub/sub messaging vis Solace PubSub+ broker.
-
Open API or Solace Native API? How to choose and how to get started
One of the first things you need to do when defining your event driven architecture is which API(s) to use in your client applications. Fortunately, Solace had loads! But there's a further choice: open APIs like JMS or MQTT or the Solace native APIs? Open APIs give you freedom, flexibility and interoperability, at the…
-
Achieving Event-Driven Architecture with Solace PubSub+ Event Broker and MuleSoft
I just published a new blog post on Solace blog about implementing Event-Driven Architecture with Solace PubSub+ Event Broker and MuleSoft. If you use MuleSoft currently, you will want to check it out!
-
Integrating PubSub+ Event Broker: Cloud with Lambda via API Gateway
New blog post alert! In the blog, Himanshu Gupta, a Solutions Architect at Solace, walks you through how to use PubSub+ Event Broker: Cloud, lambda, and API Gateway together. Have you had a project that involved the three before? Share your experience with the Community in the comments below. Serverless architecture is all…
-
How to build an event-driven Kotlin Android App using MQTT and Solace PubSub+ Event Broker: Cloud
New blog post alert! This week Ghaith Dalla-Ali from our dev team delves into the world of IoT and Kotlin to build an Android App. Have you used Kotlin before? Tell us about it in the comments below. MQTT is a lightweight publish-subscribe messaging protocol that’s fast becoming the de facto protocol of choice for Internet…
-
Error creating connection to Solace server using the solace-samples-jms
Hello, I've been testing the "solace-samples-jms" from github using the "TopicSubscriber.java". I have had no problems on certain computers, but when run from another computer on the network I get errors. I have verified that this is not a firewall issue. I have tried other computers. The only thing I noticed is that the…
-
Configuring DMR using SEMPv2
In this dev.to blog I describe how to set up or join DMR clusters and establish links between brokers using the PubSub+ broker's REST based SEMPv2 API. Two postman collections illustrate how to create and tear down a DMR connection.
-
New Codelabs tutorial for integrating REST microservices with Solace
https://codelabs.solace.dev/codelabs/solace-event-enable-rest/index.html#0 Hey everyone! Just wanted to let you know I recently wrote a new Codelabs tutorial to walk through all of the configuration and steps needed to setup a Solace broker to accept and pass-through REST requests. It uses a feature called the…
-
Has any body implemented Solace Rest api
I was trying to integrate solace with mule using Solace rest api option. but I am not able to find correct documentation around it. I have already gone through below links https://solace.com/samples/solace-samples-rest-messaging/publish-subscribe/ https://github.com/SolaceSamples/solace-samples-rest-messaging but it didn't…