Interface | Description |
---|---|
ActiveMQStompProtocolLogger |
Logger Code 22
each message id must be 6 digits long starting with 10, the 3rd digit donates the level so
INF0 1
WARN 2
DEBUG 3
ERROR 4
TRACE 5
FATAL 6
so an INFO message would be 101000 to 101999
|
ActiveMQStompProtocolMessageBundle |
Logger Code 33
|
FrameEventListener | |
Stomp |
The standard verbs and headers used for the STOMP protocol.
|
Stomp.Commands | |
Stomp.Headers | |
Stomp.Headers.Ack | |
Stomp.Headers.Connect | |
Stomp.Headers.Connected | |
Stomp.Headers.Error | |
Stomp.Headers.Message | |
Stomp.Headers.Response | |
Stomp.Headers.Send | |
Stomp.Headers.Subscribe | |
Stomp.Headers.Subscribe.AckModeValues | |
Stomp.Headers.Unsubscribe | |
Stomp.Responses | |
StompFrameInterceptor |
This class is a simple way to intercepting client calls on ActiveMQ Artemis using STOMP protocol.
|
Class | Description |
---|---|
SimpleBytes | |
StompConnection | |
StompDecoder | |
StompFrame |
Represents all the data in a STOMP frame.
|
StompProtocolManager |
StompProtocolManager
|
StompProtocolManagerFactory | |
StompSession | |
StompSubscription | |
StompUtils | |
VersionedStompFrameHandler |
Enum | Description |
---|---|
StompVersions |
Stomp Spec Versions
|
Exception | Description |
---|---|
ActiveMQStompException |
Copyright © 2016 The Apache Software Foundation. All rights reserved.