func (m *message) SetProperties(v map[string]interface{}) { setData(v, C.pn_message_properties(m.pn)) }
func (m *message) Properties() map[string]interface{} { return rewindMap(C.pn_message_properties(m.pn)) }