Created
October 6, 2016 13:32
-
-
Save DuncanDoyle/f1fc31acd2c6f1c605db35b97e315f34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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