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!