Application Integration With IBM ESB

Working With EmailOutput Node Static Configuration

| Comments

We start this serious of discussion with SMTP server. SMTP server is a type of server which is used to relay or send email message to the next or final destination SMTP server. so basically, it accepts email message from client application for example from outlook express or simply throuh telnet and sends to the next hop or remote end SMTP server, which finally the reciver consumes the message from.

To enhance rapid wmb devevelpment I’ve introduced here pseudo SMTP server. this server is used as local message browser using local queue where we can browse email sent by email node or any application. and it woudn’t send message to actual destination.

To see this in action, download tiny SMTP server application available at: download app here and run it. Then configure emailoutput node as marked in blue color below:

upon deploying the project and excuting the project, since input message tag is not properly close, the test should fail and sends email notification to subscribed admins in the local pseudo queues show below:

click inspect button to see the message

download source code

Comments