+

Search Tips | Advanced Search

Creating administered objects

The ConnectionFactory and Destination object definitions that XMS applications require to make a connection to a messaging server must be created using the appropriate administrative tools.


Before you begin

For further details about the different types of administered object repository that XMS supports, see Supported types of administered object repository.


About this task

To create the administered objects for IBM MQ use the IBM MQ Explorer or IBM MQ JMS administration (JMSAdmin) tool.

To create the administered objects for IBM MQ or IBM Integration Bus, use the IBM MQ JMS administration (JMSAdmin) tool.

To create administered objects for WebSphere Application Server service integration bus, use the WebSphere Application Server administrative console.

The following steps summarize what we do to create administered objects.


Procedure

  1. Create a connection factory and define the necessary properties to create a connection from our application to your chosen server. The minimum properties that XMS requires to make a connection are defined in Required properties for administered ConnectionFactory objects.
  2. Create the required destination on the messaging server, which our application connects to:

    • For a connection to a IBM MQ queue manager, create a queue or topic.
    • For a real-time connection to a broker, create a topic.
    • For a connection to a WebSphere Application Server service integration bus, create a queue or a topic.

    The minimum properties that XMS requires to make a connection are defined in Required properties for administered Destination objects.