Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
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
YZG
yzg-util
Commits
81dff773
Commit
81dff773
authored
May 12, 2022
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复等待时间
parent
2d83610c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
MessageFairResend.java
.../main/java/com/yanzuoguang/mq/plan/MessageFairResend.java
+7
-5
No files found.
yzg-util-mq/src/main/java/com/yanzuoguang/mq/plan/MessageFairResend.java
View file @
81dff773
...
@@ -16,14 +16,16 @@ import org.springframework.stereotype.Component;
...
@@ -16,14 +16,16 @@ import org.springframework.stereotype.Component;
@Component
@Component
public
class
MessageFairResend
implements
ThreadNext
.
Next
,
InitializingBean
{
public
class
MessageFairResend
implements
ThreadNext
.
Next
,
InitializingBean
{
@Autowired
private
final
MessageSendService
messageSendService
;
private
MessageSendService
messageSendService
;
private
final
MqConfig
mqConfig
;
@Autowired
private
MqConfig
mqConfig
;
private
boolean
isPause
=
false
;
private
boolean
isPause
=
false
;
public
MessageFairResend
(
MessageSendService
messageSendService
,
MqConfig
mqConfig
)
{
this
.
messageSendService
=
messageSendService
;
this
.
mqConfig
=
mqConfig
;
}
/**
/**
* Invoked by a BeanFactory after it has set all bean properties supplied
* Invoked by a BeanFactory after it has set all bean properties supplied
* (and satisfied BeanFactoryAware and ApplicationContextAware).
* (and satisfied BeanFactoryAware and ApplicationContextAware).
...
...
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