Created
March 5, 2012 17:14
-
-
Save iocanel/1979509 to your computer and use it in GitHub Desktop.
Importing Hazelcast instance as a service and creating a topic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<reference id="instance" interface="com.hazelcast.core.HazelcastInstance"> | |
<bean factory-method="getTopic" factory-ref="instance" id="echoTopic"> | |
<argument value="ECHO"/> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment