Skip to content

Martini Video Tutorials - Event Processing

The Event Processing section explores how to handle events within the Martini platform. This section provides insights into the different event types and demonstrates how to subscribe, publish, and manage events effectively in your applications.

Topics Covered

  1. JMS Events: Learn how to work with Java Message Service (JMS) to subscribe to and publish events, allowing for asynchronous communication between components.

    • Subscribing to JMS Events: Understand the process of subscribing to JMS events and how to set up message listeners.
    • Publishing JMS Events: Explore the techniques for publishing events using JMS, ensuring efficient message delivery.
  2. Kafka Events: Discover how to integrate with Apache Kafka for event streaming and processing, providing a robust solution for handling high-throughput data flows.