A general overview of how to configure Business Integration Connect to communicate with a back-end system is provided in Configuring Business Integration Connect. This section summarizes the steps needed to configure Business Integration Connect to communicate with Message Broker. To perform this configuration, use an instance of Business Integration Connect Enterprise or Advanced Edition that functions as the Community Manager in your hub community.
Configuration of Business Integration Connect involves the following steps:
For information on sending documents from Business Integration Connect to Message Broker, see Providing support for outgoing documents.
For information on sending documents from Message Broker to Business Integration Connect, see Providing support for incoming documents.
For Business Integration Connect to send documents to any back-end system, you must perform the steps described in Defining where to send the participant document. When your back-end system is Message Broker, you need to create a gateway whose transport type matches the transport protocol used for messages between Business Integration Connect and Message Broker. When the Community Manager sends a document to Message Broker, it must know where to route the document. This location must conform with the transport protocol being used. The transport protocol must be one that Message Broker supports (see Message transports that Message Broker supports).
The following sections summarize how to create gateways for following transport protocols, which Message Broker supports:
When the Community Manager sends a document to Message Broker over the HTTP protocol, the Community Manager routes the message through the defined gateway. This gateway identifies the URL where the document can be received by Message Broker. When Message Broker uses the HTTP protocol, it routes the document to the HTTPInput node of the message flow associated with the specified URL.
For the Community Manager to be able to send documents through a gateway over the HTTP transport protocol, you must create a gateway from the Gateway Details screen of the Community Console. This gateway must be configured to use the HTTP 1.1. transport protocol and to write to the URL on which the appropriate HTTPInput node is listening. As Table 80 shows, you provide this URL in the Target URI field of the gateway definition.
Table 80. HTTP values for Gateway Details screen for communication with Message Broker
Target Details field | Value | Notes and restrictions |
---|---|---|
Target URI | The URL should be the same as the one configured for the HTTPInput node in the Message Broker message flow | Obtain this URL from the configuration of the message flow in the WebSphere Business Integration Message Broker integration. |
When the Community Manager sends documents to Message Broker over the JMS protocol, the Community Manager routes the document to the appropriate JMS queue, where it can be transferred to the JMS queue from which Message Broker can retrieve it. For the Community Manager to obtain this JMS location, you must create a gateway in Business Integration Connect, one that uses the JMS transport protocol. This gateway must be configured to write to the queue whose contents are transferred to the queue on which Message Broker receives messages.
For the Community Manager to be able to send documents through a gateway
over the JMS transport protocol, create a gateway from the Gateway Details
screen of the Community Console. When using WebSphere MQ version
5.3 as your JMS provider, use the information in Table 116 to set the gateway fields. In addition, specify the
information specified in Table 81 for the JMS protocol in the Gateway Details screen.
Table 81. JMS values for the Gateway Details screen for communication with Message Broker
Gateway Details field | Value | Notes and restrictions |
---|---|---|
JMS Queue Name | Name of the JMS queue, on the machine where Business Integration Connect resides |
Documents received on this queue are transferred to the JMS queue on the
machine where Message Broker resides.
|
For Business Integration Connect to receive messages from any back-end system, you must perform the steps described in Defining where to retrieve the back-end document. When your back-end system is Message Broker, you need to take the following steps in your Community Manager:
For Community Manager to receive a document from Message Broker, it must know the location at which to retrieve the messages. This location must conform with the transport protocol to be used. The transport protocol must be one that Message Broker supports (see Message transports that Message Broker supports).
The following sections summarize how to create targets for transport protocols that Message Broker supports.
When the Community Manager receives a document over the HTTP transport protocol, its Receiver retrieves the document from the defined target. This target identifies the URL at which the Receiver listens for documents from Message Broker. When Message Broker uses the HTTP transport protocol, the HTTPRequest node sends the document to the appropriate URL, where it can be received by the Community Manager.
For the Community Manager to receive documents through a target over the HTTP transport protocol, you must create a target from the Target List screen of the Community Console. This target must use the HTTP 1.1 transport protocol. The Community Manager determines this URL as is a combination of the following information:
For Message Broker to be able to send documents to this target, the HTTPRequest node of the message flow must be configured to send documents to this URL. Therefore, you must ensure that this target URL is available to the Message Broker configuration.
When the Community Manager receives documents from Message Broker over the JMS protocol, the Community Manager obtains the document from the appropriate JMS input queue, where it has be transferred from the JMS output queue where Message Broker has sent it. For the Community Manager to be able to obtain this JMS location, you must create a target in Business Integration Connect, one that uses the JMS transport protocol. Through the target, the Community Manager listens for any documents on its input queue and retrieves them.
For the Community Manager to receive documents through a target over the
JMS transport, you must create a target from the Target List screen of the
Community Console. When using WebSphere MQ version 5.3 as your
JMS provider, use the information in Table 115 to set the target fields. In addition, specify the
information specified in Table 82 for the JMS protocol in the Target Details screen.
Table 82. JMS values for the Target Details screen for communication with Message Broker
Target Details field | Value | Notes and restrictions |
---|---|---|
JMS Queue Name | Name of the JMS input queue that receives documents from the output queue of Message Broker |
Documents in this input queue are transferred from the JMS output queue on
the machine where Message Broker resides
|