Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The MSMQ processing agent enables the user to forward a message to the MSMQ queue server.

For example, consider this workflow:

...

MSMQ Processing Workflow

Info

Example: Sending messages to an MSMQ server

consume {

        if (instanceOf(input, httpd)) {

            MSMQ msg = udrCreate(MSMQ);

            msg.label = “Test Label”;

            msg.body = “Test body current TS = “ + dateCreateNow();

            msg.context = input;

            udrRoute(msg, “queue”);

        }

}

Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse

The section contains the following subsections: