0 votes
in Spring by

Which Spring project provides support for messaging protocols like MQTT, STOMP, and WebSocket?

a) Spring AMQP

b) Spring Kafka

c) Spring Data

d) Spring WebFlux

1 Answer

0 votes
by
a) Spring AMQP

Explanation:

Spring AMQP provides support for the Advanced Message Queuing Protocol (AMQP) which includes messaging protocols like MQTT and STOMP.
...