You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jcook-sdk/api/mq/test.go

17 lines
333 B

3 years ago
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"
}