Multiple choice technology platforms and products

How would you set up an orchestration to receive messages from a particular folder on the network as well as from a database?

  1. Create 2 orchestrations to receive messages from the 2 sources and then call a third orchestration to process the message

  2. Create 2 receive shapes and bind them to 2 different ports and place them in parallel.

  3. Create 2 receive shapes and bind them to 2 different ports and place them one after the other

  4. Create a receive port and add 2 receive locations and bind it to the orchestration.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A single receive port can have multiple receive locations. Each receive location defines a specific endpoint (URI, transport, pipeline). This allows one orchestration to receive from multiple sources (folder, database, etc.) through different locations bound to the same port.