总结

来源:互联网 发布:手机mac地址查询厂商 编辑:程序博客网 时间:2024/05/22 06:31
1.Entitlement , withholding, Funding bgckground process implements method:

query table atlas_bgproc_detail by query condition : sub_process, take Entitlement bg as example:

step 1, search if there is record from table atlas_bgproc_detail :

SELECT * FROM atlas_bgproc_detail WHERE process_status = 'NQUE' AND sub_process='ENTL_CALC'

step 2, if there is some records, then handle entitlement process

        if there is no record, then let thead sleep delayInSec.


2.MQ message is implement by JMS

AtlasMQManager initial two object:AtlasMQSender and AtlasMQReceiver

AtlasMQReceiver start a listner to monitor if there is some message put in the quene.

3. autosys --> csh --> java or oracle procedure



0 0