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>
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.