Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
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
order-group-application
order-group
Commits
e7851f72
Commit
e7851f72
authored
Aug 19, 2022
by
周晓航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MQ的可靠性投递优化
parent
102ea6fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
call-back-service/src/main/java/cn/freemud/amp/service/SendMQConfirmCallback.java
+2
-2
No files found.
call-back-service/src/main/java/cn/freemud/amp/service/SendMQConfirmCallback.java
View file @
e7851f72
...
@@ -7,10 +7,10 @@ import org.springframework.amqp.rabbit.connection.ConnectionFactory;
...
@@ -7,10 +7,10 @@ import org.springframework.amqp.rabbit.connection.ConnectionFactory;
import
org.springframework.amqp.rabbit.connection.CorrelationData
;
import
org.springframework.amqp.rabbit.connection.CorrelationData
;
import
org.springframework.amqp.rabbit.core.RabbitTemplate
;
import
org.springframework.amqp.rabbit.core.RabbitTemplate
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Configurable
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Primary
;
import
org.springframework.context.annotation.Primary
;
import
org.springframework.context.annotation.Scope
;
import
org.springframework.context.annotation.Scope
;
import
org.springframework.stereotype.Component
;
import
javax.annotation.PostConstruct
;
import
javax.annotation.PostConstruct
;
...
@@ -20,7 +20,7 @@ import javax.annotation.PostConstruct;
...
@@ -20,7 +20,7 @@ import javax.annotation.PostConstruct;
* @Date : 2022/8/19 14:40
* @Date : 2022/8/19 14:40
* @description : 消息投递 确认机制
* @description : 消息投递 确认机制
*/
*/
@Co
nfigurable
@Co
mponent
@Log4j2
@Log4j2
public
class
SendMQConfirmCallback
{
public
class
SendMQConfirmCallback
{
...
...
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