Running the SearchFilter sample
Before you can run this sample, you must complete the tasks described in Setting up
the user-defined extension sample.
Input message:
To view the XML input message see SearchFilter input message.
Run the sample
- In the Message Brokers Toolkit, switch to the Broker
Application Development perspective.
- In the Broker Development view, expand UDESampleMessageFlowProject.
- Double click on UDESampleSearchFilterMessage.mbtest to open the file in the Test Client.
- Click Send Message. The input message is sent to the
UDESAMPLE.SEARCHFILTER.IN queue. The message flow transforms the
message by using the SearchFilterNode and routes it to the UDESAMPLE.SEARCHFILTER.OUT queue.
- In the Test Client click Dequeue.
- Click Get Message to read a
message from the
UDESAMPLE.SEARCHFILTER.OUT queue.
- Compare the contents with the expected output message.
Output message
If the sample runs successfully, there are two possible output messages.
Back to Running the user-defined extension sample
Back to sample home