This topic describes how to manage the messages and subscriptions
that exist for JMS destinations of the default messaging provider.
About this task
- You can manage the messages on a JMS queue by acting on the queue point
for the bus destination to which JMS queue has been assigned. The Bus
name property of the JMS connection factory identifies the service
integration bus. The Queue name property of the JMS
queue identifies the name of the bus destination.
- You can manage 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. 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 Subtopics.
Procedure