Start of change

Deploying the configurable service for a MedicalDeviceInput node

After you have edited the configurable service for a MedicalDeviceInput node, deploy the configurable service to a broker so the node can be used in a message flow. You can deploy your configurable service by using the WebSphere® Message Broker Toolkit or by using the WebSphere Message Broker Explorer.

Before you start:
  1. Add a MedicalDeviceInput node to a message flow, see Adding a MedicalDeviceInput node.
  2. Configure a MedicalDeviceInput node to use a configurable service, see Configuring a MedicalDeviceInput node.
  3. Edit the configurable service for the MedicalDeviceInput node, see Editing the configurable service for a MedicalDeviceInput node.
  4. Configure the broker to which you want to deploy your configurable service, see Creating the default configuration for IBM WebSphere Message Broker Connectivity Pack for Healthcare.

Before you can use a message flow application that contains a MedicalDeviceInput node, you must deploy the configurable service for the node to a broker. The configurable service for a MedicalDeviceInput node and the message flow that contains the node must be deployed to the same broker. If your message flow contains more than one MedicalDeviceInput node, all the configurable services used by MedicalDeviceInput nodes in the message flow must be deployed to the same broker.

Use the WebSphere Message Broker Toolkit to deploy your configurable service after developing your message flow application. Use the WebSphere Message Broker Explorer to deploy your configurable service after editing a configurable service used in a deployed message flow.

Deploying the configurable service for a MedicalDeviceInput node by using the WebSphere Message Broker Toolkit

  1. Optional: Confirm the file name of the configurable service used by your MedicalDeviceInput node:
    1. In the Message Flow editor, right-click the MedicalDeviceInput node for which you want to deploy the configurable service and select Properties.
    2. In the Properties view, click Basic. The name of the configurable service file is shown in the Configurable service file field.
  2. In the Broker Development view, right-click the configurable service file that you want to deploy. Click Deploy. The Target Broker Selection window opens.
  3. Select the broker to which you want to deploy the configurable service and click OK. The configurable service is shown in the Brokers view, in the Configurable Services folder for the target broker that you selected. For more information about the Brokers view, see Brokers view in the WebSphere Message Broker documentation.

Next:

Deploy the message flow that contains your MedicalDeviceInput node to a broker; see Deploying a message flow that contains a MedicalDeviceInput node.

Deploying the configurable service for a MedicalDeviceInput node by using the WebSphere Message Broker Explorer

Before you start:

Configure the WebSphere Message Broker Explorer to open the Navigator view; see Configuring the WebSphere Message Broker Explorer.
  1. Import the container project that contains the configurable service you want to deploy into the Navigator view in the WebSphere Message Broker Explorer. In WebSphere Message Broker Version 7.0 the container project is the message flow project that contains the configurable service. In WebSphere Message Broker Version 8.0 the container project is the application, library, or Message Broker project that contains the configurable service.
    1. Click File > Import. The Import window opens.
    2. Expand General and select Existing Projects into Workspace. Click Next.
    3. Select Select root directory. Click Browse and navigate to the root directory of the container project that contains the configurable service file you want to deploy. Select the root directory and click OK. The container project is shown in the Projects list.
    4. In the Projects list, ensure that the required container project is selected and click Finish. The selected project is shown in the Navigator view.
  2. In the Navigator view, expand the container project that contains the configurable service you want to deploy. Drag the required configurable service to the Configurable Services folder of the broker you want to deploy to, in the MQ Explorer - Navigator view. Click OK. Your configurable service is shown in the Configurable Services folder of the selected broker.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 2011, 2012Copyright IBM Corporation 2011, 2012.

        
        Last updated
        
        Last updated : 2012-04-12 17:14:18


Task topicTask topic | Version 7.0.0.2 | ha01050


End of change