Publish and Subscribe Data Messages | Teradata Access Module for JMS - Publish-Subscribe Messaging - Access Module

Teradata® Tools and Utilities Access Module Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Access Module
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
cya1691484517272.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
hjf1479308836950
Product Category
Teradata Tools and Utilities

A publish-subscribe messaging model is built around the concepts of topics, publishers, and subscribers. Data messages are sent to a topic by a publisher (sender), then received by one or more subscribers (receivers) of that topic. This model has a one-to-many relationship. Publishers and subscribers operate independently of each other, and they do not need to know anything about each other.

A subscriber can either be durable or nondurable:
  • A nondurable subscriber only gets messages that are published while it is connected.
  • A durable subscriber gets all the messages that are published, including the ones published while it is disconnected.
Publish-Subscribe Messaging Model