0 votes
in Spring by
What is the core interface for message consumption in Spring?

a) MessageConsumer

b) MessageReceiver

c) JmsListener

d) JmsConsumer

1 Answer

0 votes
by
a) MessageConsumer

Explanation:

The MessageConsumer interface allows synchronous reception of messages.
...