Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
spaceKeyGrouper
pageTitleNavigation

Info

The recommended approach for messaging in Grouper v2.6+ is:

  1. Use a provisioner instead of messaging so that full and incremental syncs can occur and all the provisioning framework features can be used
  2. If you still want to use messaging, consider using a messaging provisioner  (such as Amazon AWS SNS/SQS, ActiveMQ, RabbitMQ)  instead of the messaging change log.  There is more granular control of which objects are eligible for the messaging, and information is kept/displayed about when messages are sent
  3. If you still want to use messaging change log consumer, it is still supported


Grouper messaging system is a Java implementation of the Interface GrouperMessagingSystem.  It allows messages to be sent and received from a messaging system. 

The built in implementations implementation is

Newer implementationsoptions, (found in Grouper 2.5+) integrating with other leveraging external messaging systems are:

...

Grouper Messaging to Web Service API

Change Log Consumers