Creating an alias destination on a bus

You can create an alias destination on a service integration bus. An alias destination maps an alternative name for a queue destination or a topic space destination. Any alias destination properties that you set override the destination defaults.

About this task

An alias destination maps an alias bus name and destination name (identifier) to a target bus name and destination name where the bus name, or the destination name, or both, are different.

To define a new alias destination, use the administrative console to complete the following steps.

Procedure

  1. In the navigation pane, click Service integration -> Buses.
  2. In the content pane, click the name of the bus on which the alias destination is to be created.
  3. In the content pane, under Destination resources, click Destinations.
    A list of any existing bus destinations is displayed.
  4. To create a destination, click New.
    1. On the Create new destination page, select Alias.
    2. Click Next.
    3. In the Identifier field, type the name of the destination for applications to use to refer to the alias destination.
  5. Specify the following properties for the destination:
    Bus
    The name of the bus for applications to use to refer to the alias destination. If you leave this field empty, the name of the local bus is used.
    Target identifier
    The identifier of the target destination that this alias destination represents.

    If the alias destination targets a queue that is provided by IBM MQ, type the value as a concatenation of the queue name and the queue manager name, queue_name@qmanager_name; for example: Queue1@Qmgr2.

    Target bus
    The name of the bus that hosts the target destination. This can be the local bus, a foreign service integration bus, or a foreign bus that represents an IBM MQ network. The default is the name specified for the Bus property.
  6. Optional: Specify the following properties for the destination. These will override the destination defaults.
    Description
    An optional description of the destination, for administrative purposes.
    Enable producers to override default reliability
    Controls the quality of service for message flows between producers and the destination. Select this option to use the quality of service specified by producers instead of the quality defined for the destination.
    Default reliability
    The reliability assigned to a message produced to this destination when an explicit reliability has not been set by the producer.
    INHERIT
    Use the reliability configured on the target destination.
    Best effort nonpersistent
    Messages are discarded when a messaging engine stops or fails. Messages might also be discarded if a connection used to send them becomes unavailable or as a result of constrained system resources.
    Express nonpersistent
    Messages are discarded when a messaging engine stops or fails. Messages might also be discarded if a connection used to send them becomes unavailable.
    Reliable nonpersistent
    Messages are discarded when a messaging engine stops or fails.
    Reliable persistent
    Messages might be discarded when a messaging engine fails.
    Assured persistent
    Messages are not discarded.
    Note: Higher levels of reliability have higher impacts on performance.

    For more information about service integration reliability levels, see Message reliability levels - JMS delivery mode and service integration quality of service.

    Maximum reliability
    The maximum reliability of messages accepted by this destination.

    Producers cannot send messages to this destination with a reliability higher than the value specified for this property.

    INHERIT
    Use the reliability configured on the target destination.
    Best effort nonpersistent
    Express nonpersistent
    Reliable nonpersistent
    Reliable persistent
    Assured persistent

    For more information about service integration reliability levels, see Message reliability levels - JMS delivery mode and service integration quality of service.

    Send allowed
    Clear this option (setting it to false) to stop producers from being able to send messages to this destination.
    INHERIT
    Use the value configured on the target destination.
    TRUE
    Producers can send messages to this destination.
    FALSE
    Producers cannot send messages to this destination.
    Receive allowed
    Clear this option (setting it to false) to prevent consumers from being able to receive messages from this destination.
    INHERIT
    Use the value configured on the target destination.
    TRUE
    Consumers can receive messages from this destination.
    FALSE
    Consumers cannot receive messages from this destination.
    Default forward routing path
    The value to which a message's forward routing path will be set if the message contains no forward routing path. This identifies a sequential list of intermediary bus destinations that messages must pass through to reach a target bus destination. The format of the field is a list of line-delimited bus destinations specified as bus:name.
    Delegate authorization check to target destination
    Indicates which destination access role is checked when a user accesses the alias destination. When this option is selected, the destination access role of the target destination is checked. When this option is not selected, the destination access role of the alias destination is checked.

    If you do not want to override the security of the target destination, select this option.

  7. Click Next.
  8. On the Confirm alias destination creation page, review the summary of actions.
    • To create the alias destination, click Finish.
    • To change any of the destination properties, click Previous, then change the properties on the preceding pages.
  9. Save your changes to the master configuration.

What to do next

You can further change properties of the alias destination.

If you want to override security settings for the destination, see Administering destination roles.