package mqwrapper import "errors" // ErrTopicNotExist topic not exist error. var ErrTopicNotExist = errors.New("topic not exist")