Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created March 5, 2012 17:14
Show Gist options
  • Save iocanel/1979509 to your computer and use it in GitHub Desktop.
Save iocanel/1979509 to your computer and use it in GitHub Desktop.
Importing Hazelcast instance as a service and creating a topic
<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