Versions Compared

Key

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

...

For example, consider this 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");

        }

}

...

Next:

...

For information on how to configure the MSMQ Processing Agent, see 9.53.3.1 see MSMQ Processing Agent Configuration .

...

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

(4.0) .