Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | Using My webMethods with JMS | webMethods Broker as a JMS Provider | JMS Messaging Model | Point-to-Point Messaging
 
Point-to-Point Messaging
In JMS PTP messaging, a message producer sends messages to a message queue, and a message consumer retrieves messages from that queue. A message queue is implemented as a guaranteed Broker client with the same name.
To accommodate shared-state clients, Broker creates Broker client sessions for message consumers connecting to a message queue.
The message queue may also involve multiple message producers that can send messages to a message queue, and multiple message consumers that can retrieve messages from the same queue.
Broker's document delivery mode supports the JMS PTP messaging model. With queue destinations, webMethods Broker, as the JMS provider, maps the message to a Broker document with a document type name matching that of the JMS message queue (JMS::Queues::JMSQueueName).