Skip to content
Guy M. Allard edited this page Aug 13, 2018 · 12 revisions

As time goes on, miscellaneous stompngo documentation will be presented here,

Notes on Subscribe and MessageData Channels

Notes on Server Logging

Running Tests

The author runs tests using the scripts below.

RECEIPTs

Receipts are never received on a subscription unique MessageData channel. They are always queued to the shared connection level stompgo.Connection.MessageData channel.

The reason for this behavior is because RECEIPT frames do not contain a subscription Header (per the STOMP specifications).

See the https://github.com/gmallard/stompngo_examples package for several examples.

Heart Beats

See Heat Beats for guidance on using STOMP heartbeats.

Issue 25

See Issue 25 for notes on issue 25, and a STOMP protocol extension to address the original issue.