Deploying the event handler on the Connections server

Deploy the event handler on the IBM® Connections server.

Procedure

  1. Deploy the event handler to the Connections server, using the instructions described in this article: Deploying an event handler.
  2. When creating the post-event handler, use this configuration:
    <postHandler enabled="true" invoke="ASYNC" name="MeetingRoomsMembershipSynchroniser" 
        class="meetings.MeetingRoomsMembershipSynchroniser">
    
       <subscriptions>
            
    <subscription source="COMMUNITIES"  type="MEMBERSHIP" eventName="*"/>
       </subscriptions>
    
    </postHandler>
  3. Continue with the steps in the Deploying an event handler article.