Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created March 30, 2015 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/32d2feaa35e98a6bba78 to your computer and use it in GitHub Desktop.
Save jcrossley3/32d2feaa35e98a6bba78 to your computer and use it in GitHub Desktop.

Messaging connections, now called contexts, are no longer XA by default, so you must set the :xa? option to true when you create your own contexts to pass to the messaging functions. If you don't pass your own contexts, those functions will create an XA capable context only if within an active transaction as defined by the scoping macros.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment