The stomp module is an add-on to the XP framework that adds interoperability packages to talk to STOMP-enabled message queue servers, such as Apache ActiveMQ.
'net.xp-framework:stomp:5.8.8'
<dependency> <groupId>net.xp-framework</groupId> <artifactId>stomp</artifactId> <version>5.8.8</version> </dependency>
<dependency org="net.xp-framework" name="stomp" rev="5.8.8"/>
"net.xp-framework", "stomp", "5.8.8"