The presentation covered challenges with HTTP messaging, advantages of STOMP and MQTT protocols, and examples of using STOMP over WebSocket for browser messaging and MQTT for mobile apps. It also provided an overview of Apache ActiveMQ’s support for STOMP, including client examples in Java.
https://www.slideshare.net/slideshow/messaging-for-web-and-mobile-with-apache-activemq/22871183
By Bosanac Dejan, Co-author of “ActiveMQ in Action”
Agenda
- Challenges of web messaging
- REST vs Stomp
- In-browser messaging (Ajax vs Web Sockets)
- Mobile messaging using MQTT
- Striking the balance