Registry / messaging / activemq-stomp

activemq-stomp

JSON →
library6.2.6javamavenunverified

Implements the STOMP protocol for Apache ActiveMQ messaging broker.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-stomp</artifactId> <version>6.2.6</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVEMQ-STOMP
A
activemq-stomp
messagingjavav6.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StompConnection
org.apache.activemq.transport.stomp.StompConnection

Connect to ActiveMQ using STOMP protocol.

import org.apache.activemq.transport.stomp.StompConnection; public class StompExample { public void connect() throws Exception { StompConnection connection = new StompConnection(); connection.open("localhost", 61613); connection.connect("system", "manager"); // Send/receive STOMP messages } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Amazon
1
OpenAI (training)
1
Resources
activemq-stomp — mvn dependency:get activemq-stomp · libregistry