Skip to content

Instantly share code, notes, and snippets.

@benjaminws
Created January 19, 2011 16:17
Show Gist options
  • Save benjaminws/786381 to your computer and use it in GitHub Desktop.
Save benjaminws/786381 to your computer and use it in GitHub Desktop.
var stomp_args = {
port: 61613,
host: 'localhost',
debug: false,
login: 'guest',
passcode: 'guest',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment