Skip to content

Instantly share code, notes, and snippets.

@victorjspinto
Last active August 31, 2015 23:57
Show Gist options
  • Save victorjspinto/0a638b7b949c780606a5 to your computer and use it in GitHub Desktop.
Save victorjspinto/0a638b7b949c780606a5 to your computer and use it in GitHub Desktop.
Enable non-blocking Spring Application Events
<bean id="applicationEventMulticaster"
class="org.springframework.context.event.SimpleApplicationEventMulticaster">
<property name="taskExecutor" >
<bean class="org.springframework.core.task.SimpleAsyncTaskExecutor">
</bean>
</property>
</bean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment