13.8.6. NotifyQueues
Class | NotifyQueues |
目的 | メッセージを JMS メッセージ(割り当てられたプロパティーを含む)を JMS メッセージに変換し、JMS メッセージをキューのリストに送信して通知を実行します。追加のプロパティーは、<messageProp> 要素を使用して割り当てることができます。 |
属性 | none |
child | queue |
child 属性 |
|
child | messageProp |
child 属性 |
|
<target class="NotifyQueues" > <messageProp name="aNewProperty" value="theValue"/> <queue jndiName="queue/quickstarts_notifications_queue" /> </target>
<target class="NotifyQueues" >
<messageProp name="aNewProperty" value="theValue"/>
<queue jndiName="queue/quickstarts_notifications_queue" />
</target>