|
Step 2 - Setting Up the VMD FileSetting up an LLP Listener source component in Iguana is simple. All you need to do is specify a port number to listen on. However, setting up the other end of the channel, such as a To Database, To File or To LLP Client destination component, involves a little more effort. Since you will performing routing and transformation functions, you need to create a VMD file that contains the following:
You will also:
Testing out your messages in the Transformation window will confirm that your Python code works as it should. Testing your code is good practice, especially when it comes time to test it out in Iguana.
|