Skip to content

Instantly share code, notes, and snippets.

@soapplied
Last active December 19, 2015 01:38
Show Gist options
  • Save soapplied/5877041 to your computer and use it in GitHub Desktop.
Save soapplied/5877041 to your computer and use it in GitHub Desktop.
SIBQueuePoint get messages
if (null != depth && depth > 0) {
System.out.println("Queue Name:" + name
+ " has queue depth:" + depth);
SIBQueuedMessage[] msgs = (SIBQueuedMessage[]) server.invoke(obj,
"getQueuedMessages", null, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment