174 Developing Web Services Using CICS, WMQ, and WMB
8.3 A client developed in WebSphere Message Broker
In this section we discuss how we can create a message flow using WebSphere
Message Broker V6.0 to perform the client side of our Change of Address
application.
WebSphere Message Broker (WMB) is ideally suited to this client task as it is by
nature an asynchronous subsystem. WMB allows easy facilitation of the Web
service calls via native HTTPRequest nodes and the new ability to import WSDL
files as message definition files.
WMB is much too large a topic to be introduced at more than a superficial level
here. We briefly introduced WebSphere Message Broker in Chapter 7,
“Configuring publication/subscription” on page 137. For further information, ...