Index: C:/workspace/sandesha_1_0/src/org/apache/sandesha/Constants.java
===================================================================
--- C:/workspace/sandesha_1_0/src/org/apache/sandesha/Constants.java	(revision 452927)
+++ C:/workspace/sandesha_1_0/src/org/apache/sandesha/Constants.java	(working copy)
@@ -72,6 +72,10 @@
 
     int SYNCHRONOUS = 0;
 
+    // Flags for controlling the behavior of endSequence() in the face of incomplete sequences.
+    int END_SEQ_BLOCK_ON_INCOMPLETE = 0;        // default
+    int END_SEQ_IGNORE_INCOMPLETE = 1;          // ignore any active seqs
+
     public interface WSA {
         String NS_ADDRESSING_ANONYMOUS = AddressingUtils.getAnonymousRoleURI();
     }
@@ -165,7 +169,7 @@
         String PROVIDER_RECEIVED_MSG = "INFO: RMPROVIDER RECEIVED A SOAP REQUEST....\n";
         String SENDER_STARTED = "INFO: SENDER STARTED ....\n";
         String WAITING_TO_STOP_CLIENT = "INFO: WATING TO STOP CLIENT ....\n";
-
+        String IGNORING_INCOMPLETE_SEQUENCE = "INFO: IGNORING INCOMPLETE SEQUENCE: ";
     }
 
     //Constants related to the queue.
