Step | Description | Look In... |
Plan and configure client groups | For the administered objects to be able to send and receive messages (or publish and subscribe to messages): Assign them to client groups. Configure the client group so that it has permissions to publish and subscribe to the appropriate document types. If necessary, configure basic authentication or SSL permissions for the client group (that is, its ACLs) so that the clients created by the JMS application can join the group. |
Managing Client Groups, under: For information about basic authentication or SSL permissions and client group ACLs, see
Client Group ACLs. |
Establish the JNDI provider | Select and configure a supported JNDI provider to use as a naming directory. | |
Add the connection factories | Configure the connection factories for creating connections between the JMS programs and Broker Server. | |
Bind the destinations | Configure the topics and queues in JNDI. | |
Create the destinations | Create the topics and queues. | |
Update client group permissions | Update the access permissions for client groups so they can publish and subscribe to the document types to use in durable subscriptions. | |
Create durable subscriptions | For subscriptions whose data is persisted if the subscriber is disconnected, link document type(s) to a topic. |