func()

in sender/ConnectionPool.go [24:26]


func (m *connectionPoolMessage) String() string {
	return fmt.Sprintf("%s to %s on %s", m.msgId.String(), m.routingKey, m.exchange)
}