tree: e6dc862a67645c0463d4db3b7a719f31774d6172 [path history] [tgz]
  1. src/
  2. pom.xml
  3. readme.md
examples/protocols/stomp/stomp-embedded-interceptor/readme.md

Stomp Embedded Interceptor Example

If you have not already done so, prepare the broker distribution before running the example.

To run the example, simply type mvn verify -Pexample from this directory.

This example shows you how to configure Apache Artemis to intercept received Stomp messages.

The client will open a socket to initiate a Stomp 1.2 connection and then send one Stomp message (using TCP directly). The interceptor will print each message received.