13.8.7. NotifyTopics

download PDF
Class NotifyTopics
Purpose Performs a notification by translating the ESB message (including its attached properties) into a JMS message and publishing the JMS message to a list of Topics. Additional properties may be attached using the <messageProp> element.
Attributes none
Child topic
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, default is ConnectionFactory
Child messageProp
Child Attributes
  • name - name of the new property to be added
  • value - value of the new property
<target class="NotifyTopics" >
<messageProp name="aNewProperty" value="theValue"/>
<queue jndiName="queue/quickstarts_notifications_topic" />
</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.