Skip to content

Instantly share code, notes, and snippets.

@enebo
Last active October 7, 2015 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save enebo/e8a167d9007d27282518 to your computer and use it in GitHub Desktop.
Save enebo/e8a167d9007d27282518 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