A message handler processes the incoming message from the Message Consumer. When an incoming JMS or error message is received, the message handler is called automatically so that the application can process the message. The ABL programmer creates a message handler using the
messageHandler procedure . The OpenEdge application passes context to the message handler using the
setApplicationContextprocedure .