Skip to main content link. Accesskey S
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • Lotus Notes and Domino wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search

Categories

Tag Cloud

  • 6.0
  • 6.5
  • 6.5.4
  • 6.x
  • 7.0
  • 7.0.2
  • 7.5
  • 7.x
  • 8.0
  • 8.0.1
  • 8.0.2
  • 8.5
  • 8.5.1
  • 8.5.2
  • 8.5.3
  • 8.5.x
  • 8.x
  • address
  • admin
  • administering
  • administration
  • administrator
  • attachment
  • best practice
  • Blackberry
  • cache
  • calendar
  • Client deployment
  • contacts
  • DAOS
  • database
  • database properties
  • db2
  • DCT
  • demo
  • deployment
  • deployment Notes
  • directory
  • document
  • documents
  • Domino
  • Domino Server
  • Domino Web Access
  • dwa
  • email
  • getting started
  • http
  • IMAP
  • inotes
  • install
  • iPhone
  • LDAP
  • logging
  • Lotus iNotes
  • Lotus Notes
  • Lotus Notes Traveler
  • Lotus Traveler
  • mail
  • mail file
  • max
  • media_notes
  • memory
  • message
  • messaging
  • MIME
  • moving_advanced
  • moving_cal
  • moving_mail
  • ND6
  • notes
  • Notes ID Vault
  • notes.ini
  • NotesBench
  • performance
  • plug-ins
  • Policies
  • preferences
  • R5
  • reference card
  • replication
  • router
  • Sametime
  • search
  • Security
  • server
  • smtp
  • table
  • text
  • tips
  • to do
  • Traveler
  • troubleshooting
  • upgrade
  • user
  • using
  • video
  • videofest
  • web
  • Widgets and Live Text
  • Windows
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > IBM Redbooks: Lotus Notes and Domino version 8.5 Deployment Guide > Mailbox Event Notification
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars

Mailbox Event Notification 

expanded Abstract
collapsed Abstract
No abstract provided.
Table of Contents | Previous Page | Next Page


In previous versions of Domino the mail router task would search the mail.box for new messages to be transferred or delivered when a document was added to the mail.box database. As of Domino 8.5 any addition, modification, or deletion of a document in the mail.box database will generate an event. This event will allow a handle to the document, and potentially the document’s content, to be passed directly to the router task. By doing this, the costly search overhead is eliminated and the router is allowed to read the message from memory rather than reading it from the mail.box database.

This entire mechanism is achieved with event and message queues that reside in the Domino server’s main memory pool. As documents are added, modified, or deleted, events are generated and placed in the Event Queue. As the router responds to the events in the Event Queue it generates a new entry containing all the information necessary to process the message. This new event is placed into the Main Message Queue. If the Event Queue contained the content of the message then it is also placed into the Main Message Queue. The router then begins to preform it’s normal functions by placing the message into an appropriate Transfer Queue and delivering the message.

Because these queues utilize server memory, limitations have been put in place to eliminate the possibility of these queues consuming an inordinate amount of system memory. By default, the maximum size for any single message or event that will be placed into the Event Queue is 10,000,000 bytes, or just over 9.5 megabytes. This value can be adjusted up or down by setting the RouterMaxEventMessageSizeBytes entry in the server’s notes.ini file.

The Event Queue as a whole has a default memory limit that is equal to the NSF buffer pool size divided by 5. You may change this value by adding RouterMaxEventMemorySizeBytes to your server’s notes.ini file.

If the Event Queue memory size is exceeded or an event exceeds the event message size limit, the router task will gracefully fallback to the search method until the memory utilization has fallen below their designated limits at which point it will automatically begin to resume utilizing the event notification mechanism.

The Main Message Queue’s maximum memory allocation by default is, just like the Event Queue, equal to the NSF buffer pool divided by 5. This limit may be adjusted with the notes.ini parameter RouterMaxQueueMemorySizeBytes.

The Main Message Queue also limits the size of individual messages placed into it with the RouterMaxQueueMessageSizeBytes parameter. By default, this setting is 10,000,000 bytes.

Setting any of the above notes.ini parameters to “0” (zero) will disable mailbox event notification forcing the server back into search mode.


Table of Contents | Previous Page | Next Page

expanded Article information
collapsed Article information
Category:
IBM Redbooks: Lotus Notes and Domino version 8.5 Deployment Guide
Tags:

This Version: Version 1 November 6, 2009 2:28:12 PM by Bart Jacob  IBMer

expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (1)
collapsed Versions (1)
Version Comparison     
Version Date Changed by               Summary of changes
This version (1) Nov 6, 2009 2:28:12 PM Bart Jacob  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • IBM Social Business User Experience Blog
  • IBMSocialBizUX on Twitter
  • IBMSocialBizUX on Facebook
  • Lotus product forums
  • IBMSocialBizUX blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use