package mq

type TestChannel struct {
}

func (t TestChannel) GetTopicName() string {
	return "open_message_internet_test"
}

func (t TestChannel) GetConsumerGroupID() string {
	return "open_message_20210625"
}

func (t TestChannel) GetEndPoint() string {
	return "jcq-internet-001-httpsrv-nlb-FI.jvessel-open-hb.jdcloud.com:8080"
}