Register Now for EDA Summit 2024 - Virtual EventRegister for Free
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…
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…
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…