The following general steps outline how an OpenEdge application connects to a SonicMQ Broker for a PTP session:
1. The application runs jms/jmssession.p or jms/ptpsession.p persistently to instantiate the appropriate Session object and calls the beginSession procedure to start the JMS session.
2. The application uses the handle of the Session object to create and send messages to a queue and to receive messages from a queue.
3. The application calls the deleteSession procedure in the Session object to close the session and the underlying connection.
4. The application obtains a handle to the PTP Session object.