Develop > Controller layer > Integrate with back-end systems and external applications > Controller commands


NewInboundMessage command

The NewInboundMessage command is used for customized inbound messages (for example through WebSphere 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 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.


Related concepts

Outbound messaging system

Related reference

Back-end integration legacy messages


+

Search Tips   |   Advanced Search