activemq-artemis/examples/protocols/stomp/stomp-embedded-interceptor
Domenico Francesco Bruscino 9f6d7a06f0 ARTEMIS-3566 Fix Stomp Embedded Interceptor Example NPE 2021-11-10 20:40:12 -05:00
..
src/main ARTEMIS-3566 Fix Stomp Embedded Interceptor Example NPE 2021-11-10 20:40:12 -05:00
pom.xml ARTEMIS-3559 Update netty version to 4.1.70.Final 2021-11-09 10:08:02 +01:00
readme.md ARTEMIS-1562 Refactor example documentation 2017-12-15 14:54:16 +00:00

readme.md

Stomp Embedded Interceptor Example

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

This example shows you how to configure ActiveMQ 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.