Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created May 31, 2012 15:25
Show Gist options
  • Save johndemic/2844138 to your computer and use it in GitHub Desktop.
Save johndemic/2844138 to your computer and use it in GitHub Desktop.
ObjectStoreManager objectStoreManager = ((ObjectStoreManager)
muleContext.getRegistry().get(MuleProperties.OBJECT_STORE_MANAGER));
ObjectStore objectStore = objectStoreManager.getObjectStore(MuleProperties.OBJECT_STORE_DEFAULT_IN_MEMORY_NAME);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment