.getSandeshaStorageManager(messageContext.getConfigurationContext());
NextMsgBeanMgr mgr = storageManager.getNextMsgBeanMgr();
SOAPEnvelope envelope = messageContext.getEnvelope();
Collection coll = mgr.retrieveAll();
Iterator it = coll.iterator();
boolean validSequence = false;
while (it.hasNext()) {