Skip to content

Instantly share code, notes, and snippets.

@trung
Created October 22, 2009 01:57
Show Gist options
  • Save trung/215656 to your computer and use it in GitHub Desktop.
Save trung/215656 to your computer and use it in GitHub Desktop.
-record(abstract_message, {
clientId,
destination,
messageId,
timestamp,
timeToLive,
headers,
body
}).
-record(async_message, {
parent = #abstract_message{},
correlationId,
correlationIdBytes
}).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment