Hi Soumya ,
I am not sure your exact sequence of building the final message to be published , but you can use automation script and capture
currVal = <yourmbo>.getMboValue().getString();
oldVal = <yourmbo>.getMboValue().getPreviousValue().asString();
and then have this values sent as part of message being published.