Insurance Agent Mobile App Demo

Overview  |   Online Demo  |   Walkthrough  |   Details  |   Run Locally  |   View on GitHub

TThis demo shows how insurance agent applications can communicate with back-end systems using Solace messaging technology, instead of with web servers that frequently become a bottleneck. Solace decouples and stabilizes communications between mobile apps and back-end systems by sending information at a rate those back-end systems can handle. Since there is no web server performing request and response in the middle, response times are very fast. Solace has the ability to maintain 200,000 streaming web client connection.

About

This demo also shows how insurance agents can use smartphone/tablet apps to open customer accounts, file claims, and cross-sell/up-sell existing customers. Finally, this demo highlights the limitations of most REST based applications, and shows the advantages of connecting browser/smartphone applications directly to Solace message routers with streaming REST based request/reply messaging.

Solace capabilities highlighted:

How to experience the demo

There are two main ways to experience this demo. There is a hosted version running in AWS. Or you can download and run it locally in your own environment.

Try it online

The demo is hosted online. These links will get you access and provide a walk through which explains what you're seeing.

Run it locally

You can also run the demo locally on your own so you can really explore the technologies.

Dive in to the technical details

And finally if you want to understand exactly what's going on, I've tried to explain the details here: