Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

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
  • jndiName – the JNDI name of the Queue. Required.
  • jndi-URL – the JNDI provider URL Optional.
  • jndi-context-factory - the JNDI initial context factory Optional.
  • jndi-pkg-prefix – the JNDI package prefixes Optional.
  • connection-factory - the JNDI name of the JMS connection factory. Optional, defaults to ConnectionFactory.
Child messageProp
Child Attributes
  • name - name of the new property to be added
  • value - value of the new property
<target class="NotifyQueues" >
<messageProp name="aNewProperty" value="theValue"/>
<queue jndiName="queue/quickstarts_notifications_queue" />
</target>