- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
This is what I think it means:
"Depending on whether you want the event type to be deactivated when its listeners have acknowledged receipt of the event, select either Upon Notification or Never."
I think deactivate the event means, it's not available anymore on the queue. You can ensure it doesn't stay on the queue after you catch it (Upon Notification), or you can catch it and then deactivate (or remove it from the queue) manually using your own service.
"For example, you might select Never if a service is handling the notification and any deactivation of the event type."
I think that what they mean here. If you select "Never" then, you catch the event, and you're responsible to deactivate it (remove it from the queue).
Jasmin
Views
Replies
Total Likes