-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Guy M. Allard edited this page Aug 13, 2018
·
12 revisions
As time goes on, miscellaneous stompngo documentation will be presented here,
- Subscribe and MessageData. See Subscribe and MessageData.
- ActiveMQ. See ActiveMQ Logging.
- Apollo. See Apollo Logging.
The author runs tests using the scripts below.
- Short Tests. See See Short Tests.
- Lengthy Tests. See See Lengthy Tests.
- Heartbeat Race Tests. See See Heartbeat Race Tests.
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.
See Heat Beats for guidance on using STOMP heartbeats.
See Issue 25 for notes on issue 25, and a STOMP protocol extension to address the original issue.