Skip to content

Instantly share code, notes, and snippets.

@DuncanDoyle
Created October 6, 2016 13:32
Show Gist options
  • Select an option

  • Save DuncanDoyle/f1fc31acd2c6f1c605db35b97e315f34 to your computer and use it in GitHub Desktop.

Select an option

Save DuncanDoyle/f1fc31acd2c6f1c605db35b97e315f34 to your computer and use it in GitHub Desktop.
public void executeWorkItem(WorkItem workItem, WorkItemManager workItemManager) {
LOGGER.info("Sending message.");
//Complete the workitem after the message has been sent.
workItemManager.completeWorkItem(workItem.getId(), null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment