Notification Framework data model
The data model for the InfoSphere® MDM Common Notification Framework contains three tables: NOTIFICATIONTYPE, NOTIFCHANNEL, and JMSCHANNEL.
- NOTIFICATIONTYPE
- Each notification type must be registered in the NOTIFICATIONTYPE table. This table captures the notification type code, notification type value, and expiry date for the notification.
- NOTIFCHANNEL
- The NOTIFCHANNEL table captures the notification channel for a given notification type configuration. There can be more than one notification channel for a given notification type. The NOTIFCHANNEL table also captures the fully qualified implementation class that sends the created notification messages.
- JMSCHANNEL
- The JMSCHANNEL table captures the JMS destination for a given
notification channel. You must configure only one JMS Channel for
each notification channel. This table must include:
- the resource reference for the JMS destination (Topic or Queue).
- the resource reference for the connection factory (TopicConnectionFactory or QueueConnectionFactory).