Publication points [Settings]
The message point for a topic space, for publish/subscribe messaging.
To view this page in the console, click the following path:
Service integration -> Buses -> bus_name -> [Destination resources] Destinations -> topic_space_name -> [Message points] Publication points -> publication_point_name.
Configuration tab
The Configuration tab shows configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
General Properties
Identifier
The system-generated name by which this message point is known.
Information Value Required No Data type String
UUID
The universal unique identifier assigned by the system to this message point for administrative purposes.
Information Value Required No Data type String
Destination type
Whether the message point is a queue or topic space.
Information Value Required No Data type String
High message threshold
A threshold above which the messaging system will take action to limit the addition of more messages to this message point.
A publication point stores a single copy of each message currently queued to a subscription on this publication point. Multiple subscriptions that are queueing the same message will result in a single copy of the message on the publication point. A publication point can reach its high message threshold because a single subscription has many messages queued to it or because many subscriptions have a few, different messages queued to them. If the high message threshold is reached, investigate the state of the individual subscriptions on this publication point to identify the cause.
Information Value Required No Data type Long Range 1 through 9223372036854775807
Send allowed
Clear this option (setting it to false) to stop messages from being put onto this message point. This value will be overridden by the parent destination if that destination has sendAllowed disabled, which stops messages from being put onto all its message points.
Information Value Required No Data type Boolean
Target UUID
The UUID of the bus destination for which this is a message point.
Information Value Required No Data type String
Runtime tab
The Runtime tab shows runtime properties for this object. These properties directly affect the current runtime environment, but are not preserved when that environment is stopped. To preserve runtime property values, change the equivalent property values on the Configuration tab. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
General Properties
Identifier
The system-generated name by which this message point is known.
Information Value Required No Data type String
Run-time ID
The internal runtime identifier assigned to this message point.
Information Value Required No Data type String
High message threshold
A threshold above which the messaging system will take action to limit the addition of more messages to this message point.
Information Value Required No Data type String
Send allowed
Clear this option (setting it to false) to stop messages from being put onto this message point. This value will be overridden by the parent destination if that destination has sendAllowed disabled, which stops messages from being put onto all its message points.
Information Value Required No Data type Boolean
Additional Properties
- Subscriptions
- The active subscriptions for the topic space.
- Known remote publication points
- The remote messaging engines that have remote producers connected to this publication point.
Related tasks
Configure a message point Listing message points for a bus destination Listing message points for a messaging engine Listing messages on a message point Configure message points Create a topic space for publish/subscribe messaging Configure bus destination properties
Related information:
Administrative console buttons Administrative console preference settings Reference topic