Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove rabbitMq changelog consumer from 401.x; will deprecate the sli…
…des in class
credman committed Jan 29, 2021
1 parent c111f8f commit 9e82a05
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ex401/ex401.1.1/container_files/grouper-loader.properties
@@ -102,17 +102,17 @@ changeLog.consumer.pspng_entitlements.allProvisionedValuesPrefix=*
#####################################
## Messaging integration with change log
#####################################
changeLog.consumer.rabbitMqMessagingSample.quartzCron = 0 * * * * ?

# note, change "messagingSample" in key to be the name of the consumer. e.g. changeLog.consumer.someNameAnyName.class
changeLog.consumer.rabbitMqMessagingSample.class = edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer

changeLog.consumer.rabbitMqMessagingSample.publisher.class = edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher
changeLog.consumer.rabbitMqMessagingSample.publisher.messagingSystemName = rabbitmq
# note, routingKey property is valid only for rabbitmq. For other messaging systems, it is ignored.
changeLog.consumer.rabbitMqMessagingSample.publisher.routingKey =
## queue or topic
changeLog.consumer.rabbitMqMessagingSample.publisher.messageQueueType = queue
changeLog.consumer.rabbitMqMessagingSample.publisher.queueOrTopicName = grouper
## this is optional if not using "id" for subjectId, need to be a subject attribute in the sources.xml
#changeLog.consumer.rabbitMqMessagingSample.publisher.addSubjectAttributes = email
# changeLog.consumer.rabbitMqMessagingSample.quartzCron = 0 * * * * ?
#
# # note, change "messagingSample" in key to be the name of the consumer. e.g. changeLog.consumer.someNameAnyName.class
# changeLog.consumer.rabbitMqMessagingSample.class = edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer
#
# changeLog.consumer.rabbitMqMessagingSample.publisher.class = edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher
# changeLog.consumer.rabbitMqMessagingSample.publisher.messagingSystemName = rabbitmq
# # note, routingKey property is valid only for rabbitmq. For other messaging systems, it is ignored.
# changeLog.consumer.rabbitMqMessagingSample.publisher.routingKey =
# ## queue or topic
# changeLog.consumer.rabbitMqMessagingSample.publisher.messageQueueType = queue
# changeLog.consumer.rabbitMqMessagingSample.publisher.queueOrTopicName = grouper
# ## this is optional if not using "id" for subjectId, need to be a subject attribute in the sources.xml
# #changeLog.consumer.rabbitMqMessagingSample.publisher.addSubjectAttributes = email

0 comments on commit 9e82a05

Please sign in to comment.