Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yoho-Documents
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
10
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhurui
8 years ago
Commit
dd134cf31d12620416a896c657bf69dfc1ba4b97
1 parent
b3deb3e8
Update redis和mq异步写说明文档.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
Yoho-core/redis和mq异步写说明文档.md
Yoho-core/redis和mq异步写说明文档.md
View file @
dd134cf
...
...
@@ -44,13 +44,13 @@ YhProducerTemplate.send()方法改成异步发送消息,首先写入jvm queue
<!--发送消息 -->
<bean
id=
"producerTemplateMine"
class=
"com.yoho.core.message.YhProducerTemplate"
primary=
"true"
>
<property
name=
"amqpTemplate"
ref=
"amqpTemplate"
/>
<property
name=
"
e
nable"
value=
"false"
/>
<property
name=
"
asyncE
nable"
value=
"false"
/>
</bean>
```
也可以这样配置
```
<bean
id=
"producerTemplateMine"
parent=
"producerTemplate"
>
<property
name=
"
e
nable"
value=
"false"
/>
<property
name=
"
asyncE
nable"
value=
"false"
/>
</bean>
```
...
...
Please
register
or
login
to post a comment