This website requires JavaScript.
Explore
Help
Sign In
tangping
/
goProject
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
22ac6c1fedfa14442ce6e794123aa2daea28f3d8
goProject
/
.svn
/
pristine
/
0b
/
0b6d198d02242d905fb9068a5756c87c3a5aa2fe.svn-base
T
8 lines
127 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Apply .gitignore rules
2025-01-06 16:21:36 +08:00
package mqMgr
// 消息队列类型:消息队列、消息主题
const (
MQ_TYPE_QUEUE = "queue"
MQ_TYPE_TOPIC = "topic"
)
Reference in New Issue
Copy Permalink