Home > Java > javaTutorial > body text

Share some terms of JMS

零下一度
Release: 2017-06-25 10:23:38
Original
1441 people have browsed it

Provider(MessageProvider):Producer
Consumer(MessageConsumer):Consumer
PTP:Point to Point, that is, point-to-point message model
Pub/Sub:Publish/Subscribe, that is, publish/subscribe Message model
Queue: Queue destination
Topic: Topic destination
ConnectionFactory: Connection factory, which JMS uses to create links
Connection: The link from JMS client to JMS Provider
Destination: The purpose of the message Ground
Session: Session, a thread that sends or receives messages

The above is the detailed content of Share some terms of JMS. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template