Global

Type Definitions

MsgFrame

Properties:
Name Type Description
body string | Buffer

Message body, string or Buffer

headers object

Message headers

Source:

OnSubscribedMessageCallback(msg, headers)

Subscription callback method

Source:
Parameters:
Name Type Description
msg string

Message body

headers object

Message headers

Name Type Description
destination string

Message destination

subscription string

Id of subscription

message-id string

Id of message

content-type string

Content type

content-length string

Content length

ServerConfig

STOMP Server configuration

Source:
Type:
  • object