Fiorano Logo  
     Fiorano Login 
Developer Zone
Getting Started
Product Documentation
Product Architecture
Downloads
Online Tutorials
Component Gallery
Developer Forums
Support
Featured Demos
» Database Synchronization - 8 Min
» SAP Integration - 5 Min
 
 
 
 


Tips for Techies: Fiorano ESB™  

Service Startup

start() method should NOT be a blocking method, as TPS calls it in a single thread.


Asynchronous reception of Messages

onMessage() should have the code in a try-catch-throwable block with proper exception handling.

onMessage() should NOT be a blocking method.


Service shutdown and cleanup

All services should override the onClose method in Fiorano Service and handle all service cleanup in this method.


Request - Reply

In the onRequest method of the RequestListener, the reply should be sent using the sendTo API.

While sending the reply, in the reply document CorrelationID should be set which is to be obtained from the request document.

reply.setCorrelationID(request.getCorrelationID());





© Fiorano Software Technologies P Ltd. All Rights Reserved. Privacy Statement |Terms of Use
  Site Developed & Maintained by Fiorano Webteam.


 World Wide Support
 USA
:
+1-408-354-3210
 INDIA
:
+91 80 4017-0000
 UK
:
+44(0) 19328 95005