T
T
tr1ck12017-06-06 15:04:45
Java
tr1ck1, 2017-06-06 15:04:45

What can be said about JMS in JavaEE and Spring?

Good day to all. What can be said about JMS in JavaEE and Spring? Ex. questions. There is almost nothing on the Internet.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
ruslanys, 2017-06-15
@ruslanys

JMS is a Java API for working with message queues, implementing, so to speak, an "Event-driven" architecture.
AMQP, ActiveMQ are protocols. Many confuse, but the difference is that JMS is, after all, part of the Java API specification, and describes the API for interacting with queues. While the rest describe the protocol of messages between nodes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question