Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the core interface for message consumption in Spring?
Home
Spring
What is the core interface for message consumption in Spring?
0
votes
asked
Nov 19
in
Spring
by
rajeshsharma
What is the core interface for message consumption in Spring?
a) MessageConsumer
b) MessageReceiver
c) JmsListener
d) JmsConsumer
message
consumption
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 19
by
rajeshsharma
a) MessageConsumer
Explanation:
The MessageConsumer interface allows synchronous reception of messages.
...