January 2012
Intermediate to advanced
522 pages
11h
English
In this recipe, we will show how to access the JMS Transport headers and properties in the message flow. This can be useful, for example, to decide for which different business services the message should be routed to.
We will implement a decision based on the JMS header JMSPriority and another decision based on the user-defined property myProperty.
For this recipe, we will use the queue SourceQueue from the OSB Cookbook standard environment.
Import the base OSB project containing the solution from the previous recipe into Eclipse from \chapter-3\getting-ready\accessing-jms-transport-headers-in-message-flow.
In Eclipse OEPE, perform the following steps to add ...
Read now
Unlock full access