Class MessagingConfiguration
- java.lang.Object
-
- org.elasticsoftware.elasticactors.test.configuration.MessagingConfiguration
-
public class MessagingConfiguration extends Object
- Author:
- Joost van de Wijgerd
-
-
Constructor Summary
Constructors Constructor Description MessagingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestMessagingServicegetMessagingService(org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor queueExecutor)org.elasticsoftware.elasticactors.messaging.MessageQueueFactorygetRemoteMessageQueueFactory()
-
-
-
Method Detail
-
getMessagingService
@Bean(name={"messagingService","localMessageQueueFactory"}) public TestMessagingService getMessagingService(@Qualifier("queueExecutor") org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundExecutor queueExecutor)
-
getRemoteMessageQueueFactory
@Bean(name="remoteMessageQueueFactory") public org.elasticsoftware.elasticactors.messaging.MessageQueueFactory getRemoteMessageQueueFactory()
-
-