![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
For example, in Figure 1 the channel is configured to listen to the flow of messages on Rendezvous. The orders destination directs TIBCO BusinessEvents to map messages coming in on the subject, orders, to the new_order simple event.Figure 1 Channels and DestinationsYou can map incoming messages to specified event types. The technique is explained in Mapping Incoming Messages to Non-default Events in TIBCO BusinessEvents Developer’s Guide.For example, in Figure 1 the event credit_timeout is sent out through its default destination credit.You can send an event to the default destination of its event type using the Event.sendEvent() or Event.replyEvent() functions.You can send an event to a specified destination using the Event.RouteTo() function.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |