Manage messages and subscriptions for default messaging JMS destinations
Manage the messages and subscriptions that exist for JMS destinations of the default messaging provider. Manage the messages on a JMS queue by acting on the queue point for the bus destination to which JMS queue has been assigned. We can administer the durable subscriptions on a JMS topic by acting on a publication point for the topic space to which JMS topic has been assigned.
The Bus name property of the JMS connection factory identifies the service integration bus. For managing the messages on a JMS queue, note that the Queue name property of the JMS queue identifies the name of the bus destination. For administering the durable subscriptions on a JMS topic, note that the Topic space property of the JMS topic identifies the name of the topic space.
Queue points and publication points are examples of message points. For information about how to manage messages on message points, see the following subtopics.
Subtopics
- Manage messages on message points
Use these tasks to list and act on runtime messages that exist on message points in a service integration bus.
Related tasks
Manage messages that use foreign bus connections