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