Skip to main content Skip to complementary content

Viewing the code and executing the Route

Procedure

  1. Click the Code tab at the bottom of the design workspace to check the generated code.
    As shown above, the message flow is routed from cMQTT_1 to cLog_1.
  2. Press F6 to execute the Route. In the execution console you can see that there's no message exchange yet.
  3. Execute the producer Route. The logs of the message exchange are printed in the console.
  4. In the consumer Route, the messages are consumed and shown in the execution console.
  5. In the ActiveMQ Web Console, you can see that the topic mytopic has been created and the messages are consumed.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!