Author: dejanb
Date: Mon Aug 17 11:22:52 2009
New Revision: 804939
URL: http://svn.apache.org/viewvc?rev=804939&view=rev
Log:
modifying the note regarding aborting transactions
Modified:
activemq/stomp/trunk/webgen/src/stomp10/additional.page
Modified: activemq/stomp/trunk/webgen/src/stomp10/additional.page
URL:
http://svn.apache.org/viewvc/activemq/stomp/trunk/webgen/src/stomp10/additional.page?rev=804939&r1=804938&r2=804939&view=diff
==============================================================================
--- activemq/stomp/trunk/webgen/src/stomp10/additional.page (original)
+++ activemq/stomp/trunk/webgen/src/stomp10/additional.page Mon Aug 17 11:22:52
2009
@@ -48,7 +48,7 @@
Would "undo" the ack and send
-_Note: you should always discard all the content on your wire (socket) before
sending ABORT frame, or those messages can be mistakenly delivered to the
client_
+Note that transactions are only related to sending messages and
acknowledgments, so there's no such concept such as *receiving messages in
transactions*. If you abort the transaction that sent some acks, that doesn't
mean that those messages will marked as undelivered and sent again. It just
mean that you should try to process them again in your client and acknowledge
them when they are successfully processed.
#Character Encoding