Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Working with Events : Implementing Message Events

Implementing Message Events
TIBCO Business Studio supports the following Message Exchange Patterns (MEPs):
Whether a message event performs a one-way operation or is part of a request-response operation is configured on the Properties view for the events.
Receiving a One-Way Request Operation
To configure an event to receive a one-way request operation, use either a start message event or a catch message event. The solution designer is responsible for configuring the event (for example, selecting a web service and mapping the input parameters to the process).
Sending a One-Way Request Operation
To configure an event to perform a one-way operation, use either a end message event or a throw message event. In the Properties view, ensure that Send One Way Request is selected:
Receiving a Request-Response Operation
There are several options for receiving a request-response operation. For example, a message start event can be paired with a message end event as follows:
In this example, the end message event is configured as follows:
A send task can also be paired with a start message event as follows:

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved