The goal of this demo is to highlight Solace messaging in a modern responsive insurance agent mobile application.
If you're new to Solace messaging, you can learn more here:
This 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.
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..
- Native REST support
- Shock absorber
- Throttling
- Fan Out
- High Throughput
- Solace VMR running on AWS
- NGinx running on AWS for reverse proxy balancer and to handle the CORS issue.
- MySQL DB running on AWS
- HTML5
- REST
- Java based app running in Fuse (ESB) on AWS
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.
The demo is hosted online. These links will get you access and provide a walk through which explains what you're seeing.
You can also run the demo locally on your own so you can really explore the technologies.
And finally if you want to understand exactly what's going on, I've tried to explain the details here: