Skip to content

Commit

Permalink
ACS-8323 Extend the possibility to configure the event sending strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhyland committed Jul 9, 2024
1 parent b654d39 commit d4dbea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/src/main/resources/alfresco/events2-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<bean id="eventGeneratorV2" class="org.alfresco.repo.event2.EventGenerator" parent="baseEventGeneratorV2"/>

<bean id="eventSender" class="org.alfresco.repo.event2.EventSenderFactoryBean">
<bean id="eventSender" class="org.alfresco.repo.event2.EventSenderFactoryBean" autowire="constructor">
<constructor-arg ref="event2MessageProducer"/>
<constructor-arg ref="eventAsyncEnqueueThreadPool"/>
<constructor-arg ref="eventAsyncDequeueThreadPool"/>
Expand Down

0 comments on commit d4dbea4

Please sign in to comment.