iande / onstomp

A STOMP messaging client library for Ruby
http://mathish.com/projects/onstomp.html
Other
23 stars 11 forks source link

Make the asynchronous nature of messaging clearer #11

Closed iande closed 13 years ago

iande commented 13 years ago

The docs could probably be clearer on the asynchronous nature of messaging. It also wouldn't hurt to make the flushing behavior of OnStomp::Client#disconnect more prominent with a note about adding a receipt header to postpone the disconnect until the broker has responded with the appropriate RECEIPT frame.

Credit goes to @celesteking for making me aware of the confusion here.

iande commented 13 years ago

Threw some additional wiki goodness at this problem: Asynchronous Page