Skip to content

Instantly share code, notes, and snippets.

@soapplied
Created June 27, 2013 14:37
Show Gist options
  • Save soapplied/5876944 to your computer and use it in GitHub Desktop.
Save soapplied/5876944 to your computer and use it in GitHub Desktop.
Get All SIBMessagingEngine
final ObjectName sibMes = new ObjectName(
"WebSphere:type=SIBMessagingEngine,*");
final Set sibMesSet = server.queryNames(sibMes, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment