Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
techhero-framework-config
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
techhero-framework-config
Commits
276315ff
Commit
276315ff
authored
2 years ago
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update techhero-resources-subject-natived.yml
parent
90a21362
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
techhero-resources-subject-natived.yml
+35
-0
No files found.
techhero-resources-subject-natived.yml
View file @
276315ff
...
...
@@ -35,5 +35,40 @@ spring:
username
:
ur_dict_local
password
:
ZGljdF9sb2NhbA==
driver-class-name
:
oracle.jdbc.OracleDriver
rabbitmq
:
host
:
dev-env
port
:
5672
username
:
techhero
password
:
techhero
virtual-host
:
/framework
listener
:
simple
:
acknowledge-mode
:
manual
# 消息确认方式,其有三种配置方式,分别是none、manual(手动ack) 和auto(自动ack) 默认auto
publisher-confirms
:
true
#确认消息已发送到交换机(Exchange)
publisher-returns
:
true
#确认消息已发送到队列(Queue)
# 交换机
exchanges
:
#支付等待死信交换机
-
name
:
subject.dlx.pay.wait.exchange
type
:
topic
#支付等待业务交换机
-
name
:
subject.pay.wait.exchange
type
:
topic
# 队列
queues
:
# 支付等待死信队列
-
name
:
subject.dlx.pay.wait.queue
routing-key
:
subject.dlx.pay.wait.key
exchange-name
:
subject.dlx.pay.wait.exchange
# 支付等待业务队列
-
name
:
subject.pay.wait.queue
routing-key
:
subject.pay.wait.key
exchange-name
:
subject.pay.wait.exchange
args
:
x-dead-letter-exchange
:
subject.dlx.pay.wait.exchange
x-dead-letter-routing-key
:
subject.dlx.pay.wait.key
This diff is collapsed.
Click to expand it.
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