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