Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄营
datax-common
Commits
ae1f8630
Commit
ae1f8630
authored
Jan 26, 2024
by
hy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集成rabbitmq模块
parent
f46f5c19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
RabbitMqConstant.java
...ava/cn/datax/common/rabbitmq/config/RabbitMqConstant.java
+29
-0
No files found.
src/main/java/cn/datax/common/rabbitmq/config/RabbitMqConstant.java
0 → 100644
View file @
ae1f8630
package
cn
.
datax
.
common
.
rabbitmq
.
config
;
public
class
RabbitMqConstant
{
/**
* FANOUT类型的交换机:api发布与撤销
*/
public
static
final
String
FANOUT_EXCHANGE_API
=
"fanout.exchange.api"
;
/**
* FANOUT类型的队列:api发布与撤销
*/
public
static
final
String
FANOUT_API_QUEUE
=
"fanout.api.queue"
;
/**
* TOPIC类型的交换机:工作流
*/
public
static
final
String
TOPIC_EXCHANGE_WORKFLOW
=
"topic.exchange.workflow"
;
/**
* TOPIC类型的队列:工作流
*/
public
static
final
String
TOPIC_WORKFLOW_QUEUE
=
"topic.workflow.queue"
;
/**
* TOPIC类型的路由键:工作流 {}占位符替换
*/
public
static
final
String
TOPIC_WORKFLOW_KEY
=
"topic.workflow.key."
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment