Hi,currently there is no war to retrieve one specified message from the processor, the only way i think is using an hashmap to keep it on Recover right?
and the EP's persist(message ,callback) ,I think the callback should provide the persistence message's seqNr too,currently I need to use the lastSeqNr or getCurrentPersistenceMessage.seqNr to get It,I don't know is that right.but On my test ,the next persistence message will be lastSeqNr +1.
so If I can't retrieve message from the processor,so I need a db or somewhat right?and can only use the processor to store state, but not whole information?