Question :What is point-to-point messaging? (JMS)
Answer :With point-to-point message passing the sending application/client
establishes a named message queue in the JMS broker/server and sends
messages to this queue. The receiving client registers with the broker to
receive messages posted to this queue. There is a one-to-one relationship
between the sending and receiving clients.
No comments:
Post a Comment