13.8.7. NotifyTopics
Class | NotifyTopics |
Purpose | Performs a notification by translating the ESB message (including its attached properties) into a JMS message and publishing the JMS message to a list of Topics. Additional properties may be attached using the <messageProp> element. |
Attributes | none |
Child | topic |
Child Attributes |
|
Child | messageProp |
Child Attributes |
|
<target class="NotifyTopics" > <messageProp name="aNewProperty" value="theValue"/> <queue jndiName="queue/quickstarts_notifications_topic" /> </target>