Skip to content

Instantly share code, notes, and snippets.

@headius
Forked from enebo/hazel2.rb
Created October 7, 2015 22:05
Show Gist options
  • Save headius/e30b5eac85c603156587 to your computer and use it in GitHub Desktop.
Save headius/e30b5eac85c603156587 to your computer and use it in GitHub Desktop.
topic = com.hazelcast.core.SampleHazelcast.getTopic "default"
topic.addMessageListener { |msg| puts "Message received = " + msg }
topic.publish "my-message-object"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment