How to get SDTMap properties in Spring Cloud Stream

Thanks Team for your support.
We tested and see the output. Any way to differentiate SDTMap header with other headers?

Example:
Set SDTMap:

SDTMap map = JCSMPFactory.onlyInstance().createMap();
try {
map.putString(“Test”, “Vishwa”);
map.putString(“Test1”, “Vishwa1”);
map.putString(“Test2”, “Vishwa2”);
} catch (SDTException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
message.setProperties(map);

Spring cloud response:

headers={solace_expiration=0, deliveryAttempt=1, solace_destination=GRACE/VCA/Initializer, solace_timeToLive=0, solace_receiveTimestamp=0, Test2=Vishwa2, target-protocol=kafka, Test1=Vishwa1, acknowledgmentCallback=com.solace.spring.cloud.stream.binder.util.JCSMPAcknowledgementCallbackFactory$JCSMPAcknowledgementCallback@422641b8, solace_discardIndication=false, Test=Vishwa, solace_dmqEligible=false, solace_priority=-1, solace_redelivered=false, solace_correlationId=25151c30-e629-47f5-b340-20f7f2397560, id=8be4f1ec-da0e-d9b9-6477-9f8cde2a04e7, contentType=application/json, timestamp=1631869287739}]