This page contains a wish-list for version 1.1 of the Stomp protocol. Please feel free to add things you see missing in the current Stomp specification. This list will grow into a final 1.1 specification over time. For any discussion, please join some of our Mailing Lists
Message NAK
There's no explicit way to NAK a message (i.e. indicate that processing that message failed).
See http://old.nabble.com/un-ack-%28i.e.-indicate-message-failure%29--td16422072.html
Receive verb
"Store and forward" is a common use case for async messaging that's difficult to satisfy with the current protocol: collect messages in a queue, eventually a client connects, requests messages until the queue is empty, and then disconnects.
...
