NewInboundMessage command

The NewInboundMessage command is used for customized inbound messages (for example through IBM MQ) that are not implemented using the user_template.xml inbound message template definition file. The command is run when the adapter does not recognize an inbound message. This means that it is neither a legacy message nor an XML message defined in the sys_template.xml or user_template.xml inbound message template definition files. Initially, the NewInboundMessage command contains no programming statements, so you must customize the command yourself.

The NewInboundMessage command stores the inbound message in a String buffer which can be retrieved using the getMessage() method. If the performExecute() method is not implemented, it generates an exception by default.