42
// message type of the body and the type of the protocol to which this message
43
// belongs.
45
>
if msg == nil {
46
return TypeUnknown, MessageTypeUnknown, errNilMsg
49
>
}
50
51
bodyTypeName := string(msg.Body.MessageName())