Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Help

A Simple Messaging Scenario

A simple Messaging Scenario helps explain the flow of messages. In this simple scenario a message is received on one Port, and sent straight to another port. For this example we will pick up files from C:\FilesIn, and copy them to C:\FilesOut. Before we start, please create these Folders. If you wish, you can see the process in practice by following these steps:

  • 1. Create a Receive Port named FilesIn. To do this, right click on the Receive Ports node in the Blue Integrator Explorer tree, and select New Receive Port. The following form will appear:

On the General tab, enter the port name as FilesIn. Select the Transport as FileReceive. This will then take you to a new page where you enter details about the File transport. We just need to enter the Monitored Folder C:\FilesIn.

We must specify at least one Server for this Port to run on. Click the Servers tab, and check the Server you created on first configuring Blue Integrator. Please ensure that the account under which this server runs has access to pick up and delete files from C:\FilesIn.

We’ve created a Port that will pick files up from 
C:\FilesIn, and has an associated Server. As you can see there are many more port processing options you can set but for the moment this satisfies our requirement.

  • 2. Create a Send Port called FilesOut. To do this, right click on the Send Ports node in the Blue Integrator Explorer tree, and select New Send Port. The following form appears: 

On the General tab, enter the port name as FilesOut. Select the Transport as FileSend. This will then take you to a new page where you enter details about the File transport. We just need to enter the Monitored Folder C:\FilesOut.

We must specify at least one Server for this Port to run on. Click the Servers tab, and check the Server you created on first configuring Blue Integrator. Ensure that the account under which this server runs has access to write files at C:\FilesOut.

We’ve created a Port that will send files to 
C:\FilesOut, and has an associated Server

  • 3. Add a routing entry from FilesIn to FilesOut. Right click on the FilesIn port under the Receive Ports node in the Blue Integrator Explorer tree, and select Properties. Click on the Routing tab, and click Add Port. Select Port FilesOut, and click OK.

Close the Properties form.

  • 4. Enable the Ports. Select both FilesIn and FilesOut in turn in the Blue Integrator Explorer tree, and click on the Enable link in the right hand pane (or use the right click menu). 

Also ensure that the Server assigned to the ports is started.

  • 5. Drop a file into C:\FilesIn This can be any file, as we didn’t specify a schema for either of the Ports. It should disappear within a couple of seconds, and a copy (named as a GUID – the unique Message ID) should appear in C:\FilesOut. If the file doesn’t disappear, double check that the Receive Port is enabled and the Server is running. If it disappears but doesn’t reappear, double check that the Send Port is enabled and the Server is running, and also check the Tracking log for errors. You can access the Tracking log by selecting the Tracking node in the Blue Integrator Explorer tree.