After a notification is sent, you can receive the notification in the specified Simple Message Queue (SMQ) queue or topic. This topic describes how to receive notifications.
Preparations
The notification feature is enabled. For more information, see Enable the notification feature for a media workflow.
Receive notifications in an SMQ queue
Use SMQ SDK for Java to receive notifications. For more information, see Manage queues.
NoteIn this example, SMQ SDK for Java is used. For more information about how to use SMQ SDKs for other programming languages to receive notifications, see Download and use SDKs.
Use the SMQ console to receive notifications. For more information, see Get started with queue-based messaging.
Receive notifications in an SMQ topic
Use SMQ SDK for Java to receive notifications. For more information, see Manage topics.
NoteIn this example, SMQ SDK for Java is used. For more information about how to use SMQ SDKs for other programming languages to receive notifications, see Download and use SDKs.
Use the SMQ console to receive notifications. For more information, see Get started with topic-based messaging.