Offline Transaction Processing In Banking Solution
-
I have see a lot of banking solution that are able to handle offline transaction processing.Is there and packaged tool help us to achieve this, because I think the replicate technology the DBMS is not enough, maybe they must write code from A to Z.Please give an advice. Thank you very much :doh::doh::doh:
-
I have see a lot of banking solution that are able to handle offline transaction processing.Is there and packaged tool help us to achieve this, because I think the replicate technology the DBMS is not enough, maybe they must write code from A to Z.Please give an advice. Thank you very much :doh::doh::doh:
-
I have see a lot of banking solution that are able to handle offline transaction processing.Is there and packaged tool help us to achieve this, because I think the replicate technology the DBMS is not enough, maybe they must write code from A to Z.Please give an advice. Thank you very much :doh::doh::doh:
MSMQ and IBM MQSeries are commonly used for this (sometimes even on banking). More information than this, only on a programming forum or I'll face tar and feathers. Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski
-
MSMQ and IBM MQSeries are commonly used for this (sometimes even on banking). More information than this, only on a programming forum or I'll face tar and feathers. Perl combines all the worst aspects of C and Lisp: a billion different sublanguages in one monolithic executable. It combines the power of C with the readability of PostScript. -- Jamie Zawinski
-
Daniel Turini wrote: More information than this, only on a programming forum or I'll face tar and feathers. Awwww, I was just getting the tar warmed up... :-D
-
I have see a lot of banking solution that are able to handle offline transaction processing.Is there and packaged tool help us to achieve this, because I think the replicate technology the DBMS is not enough, maybe they must write code from A to Z.Please give an advice. Thank you very much :doh::doh::doh:
What you are seeking for is not a trivial solution. I developed such system for large Fund of Funds company and it took cumulatively 8 man months. You can use a complete "all in one" system such as Microsoft's BizTalk but I recommend developing your own because of specific data exchange and straight through processing problems with financial institutions. What you need is: - a middleware or something that'll transfer your files with encryption, signing, ability to do remote transactions, etc. MSMQ and MQ Series are good candidates, - a software that'll talk some of the protocols (custom, fix, swift, iso 15022) and translate commands from and to your local system, - extensive logging package (this is a must), - monitoring and alert system with good escalation capabilities, - a good process of coordinating work with the other side. Feel free to contact me via email. Sincerely, Tomaz
-
I have see a lot of banking solution that are able to handle offline transaction processing.Is there and packaged tool help us to achieve this, because I think the replicate technology the DBMS is not enough, maybe they must write code from A to Z.Please give an advice. Thank you very much :doh::doh::doh:
I think it depends on just what type of offline transaction process you need. For example,ATM networks continue to function 24/7 whether the bank is there or not. This process is done by the use of what is called a 'stand-in' processor. They front-end all transactions, attempt to reach the backend client system, if a time-out occurs your transaction is processed based on a number of criteria and whether or not you are in a hot-file. For other forms of guaranteed delivery -- bank or not -- MQ or MSMQ are the vehicles for performing this. In both cases you introduce a layer of complexity and you have to carefully define just what is guaranteed delivery, what it takes for you to accomplish that, and your backend system needs the ability to recognize a 'must-post' transaction. (ie. offline transactions MUST apply to the account even if it would have been rejected if the system had been online) _____________________________________________ Of all the senses I could possibly lose,
It is most often the one called 'common' that gets lost. -
And what am I supposed to with this big bag of feathers?
My neighbours think I am crazy - but they don't know that I have a trampoline. All they see my head bobbing up and down over the fence every five seconds
-
Oh good those feather pillows did not die in vain. Serious Note: We need a good blam function somewhere on the forum.
My neighbours think I am crazy - but they don't know that I have a trampoline. All they see my head bobbing up and down over the fence every five seconds