Web service [Settings]
To view this page in the console, click the following path:
.
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 identifier by which this destination is known for administrative purposes.
Information | Value |
---|---|
Required | No |
Data type | String |
UUID
The universal unique identifier assigned by the system to this destination for administrative purposes.
Information | Value |
---|---|
Required | No |
Data type | String |
Type
Whether this bus destination is for a queue, topic space, or some other type of destination.
Information | Value |
---|---|
Required | No |
Data type | String |
Description
An optional description for the bus destination, for administrative purposes.
Information | Value |
---|---|
Required | No |
Data type | Text area |
Mediation
The name of the mediation that mediates this destination.
Information | Value |
---|---|
Required | No |
Data type | String |
Default reliability
The reliability assigned to a message produced to this destination when an explicit reliability has not been set by the producer.
Information | Value |
---|---|
Required | No |
Data type | drop-down list |
Range |
|
Maximum reliability
The maximum reliability of messages accepted by this destination.
Information | Value |
---|---|
Required | No |
Data type | drop-down list |
Range |
|
Enable producers to override default reliability
Select this option to enable producers to override the default reliability that is set on the destination.
Information | Value |
---|---|
Required | No |
Data type | Boolean |
Default priority
The default priority assigned to messages sent to this destination when a priority has not been set by the producer.
Information | Value |
---|---|
Required | No |
Data type | Custom |
Exception destination
Use these properties to define what happens to any messages that cannot be delivered to this destination.
Use this property to define what happens to any messages that cannot be delivered to this destination.
By default, such messages are routed to the system default exception destination of the messaging engine that discovers the problem: _SYSTEM.Exception.Destination.engine_name.
If you want messages to be sent to another exception destination, select Specify then type the exception destination name. The exception destination must be a queue, on the same bus or a foreign bus, and must exist when the destination is created.
If you do not want undeliverable messages to be sent to an exception destination, select None.
Information | Value |
---|---|
Required | No |
Data type | String and Boolean |
Send allowed
Clear this option (setting it to false) to stop producers from being able to send messages to this destination.
Information | Value |
---|---|
Required | No |
Data type | Boolean |
Receive allowed
Clear this option (setting it to false) to prevent consumers from being able to receive messages from this destination.
Information | Value |
---|---|
Required | No |
Data type | Boolean |
Receive exclusive
Select this option to allow only one consumer to attach to each message point. If this option is not selected multiple consumers will be allowed to attach and receive messages from each message point.
Information | Value |
---|---|
Required | No |
Data type | Boolean |
Maintain strict message order
Enabling this option will maintain the strict ordering of messages for this destination.
Information | Value |
---|---|
Required | No |
Data type | Custom |
Additional Properties
- Context properties
- Context information passed to the mediation.
Message points
- Mediation points
- A mediation point is a location in a messaging engine at which messages are mediated. A mediation point is created when a mediation is associated with a bus destination.