SandeshaPolicyBean policy = getPropertyBean(message.getAxisOperation());
if(policy.isUseMessageSerialization())
return; // No need to mess with the transport when we use message serialization
TransportOutDescription transportOutDescription = message.getTransportOut();
if (!(transportOutDescription instanceof Sandesha2TransportOutDesc))
return; //This message is aimed to be stored only if, Sandesha2TransportOutDescription is set.
ArrayList executionChain = message.getExecutionChain();
ArrayList retransmittablePhaseNames = getRetransmittablePhaseNameList();