Versions Compared

Key

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

...

For example, consider this workflow:Image Removed

...

title messages server
Info

Example: Sending

Messages to an MSMQ

Server

consume {

        if (instanceOf(input, httpd)) {

            MSMQ msg = udrCreate(MSMQ);

            msg.label =

“Test Label”

"Test Label";

            msg.body =

“Test

"Test body current TS =

" + dateCreateNow();

            msg.Context = input;

            udrRoute(msg,

“queue”

"queue");

        }

}

...

For information on how to configure the MSMQ Processing Agent,

...

see 9.53.3.1 MSMQ Processing Agent Configuration.


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


Next:

9.53.3.1 MSMQ Processing Agent Configuration