×
Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…
OFS IN R6
- santro
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
19 years 2 months ago #404
by santro
OFS IN R6 was created by santro
Hi All,
Can any one tell me
how to use OFS in R6 has OFS.GLOBUS.MANAGER is not to be called from the Local API's.
Regards
Santro
Can any one tell me
how to use OFS in R6 has OFS.GLOBUS.MANAGER is not to be called from the Local API's.
Regards
Santro
Please Log in or Create an account to join the conversation.
- sharathnp
- Offline
- Junior Member
-
Less
More
- Posts: 30
- Thank you received: 1
19 years 2 months ago #405
by sharathnp
Replied by sharathnp on topic it's easy
In R6 u r not suppose to call OFS.GLOBUS.MANAGER.
u r suppose to call OFS.POST.MESSAGE(MSG,MSG.KEY,OFS.SOURCE.ID,'')
Where
Input
MSG=OFS MESSAGE
OFS.SOURCE.ID=ID of the OFS.SOURCE
Output
MSG.KEY=is they key
Two services need to be set to AUTO
1)OFS.MESSAGE.SERVICE
2)OFS.RESPONSE.QUEUE
TSM has to be started.
OFS.MESSAGE.QUEUE Passes the Key to the calling routine
OFS.MESSAGE.SERVICE Picks up OFS.MESSAGE.QUEUE records, processes each OFS message in record via SERVICE OFS.PROCESS.MANAGER.
Deletes OFS.MESSAGE.QUEUE record once processed and writes OFS response to OFS.RESPONSE.QUEUE
OFS.REQUEST.MANAGER in turn updates the OSF.MESSAGE to the required application picking the MSG.KEY from OFS.RESPONSE.QUEUE
Any clarification shoot back.
Regards
Sharath
u r suppose to call OFS.POST.MESSAGE(MSG,MSG.KEY,OFS.SOURCE.ID,'')
Where
Input
MSG=OFS MESSAGE
OFS.SOURCE.ID=ID of the OFS.SOURCE
Output
MSG.KEY=is they key
Two services need to be set to AUTO
1)OFS.MESSAGE.SERVICE
2)OFS.RESPONSE.QUEUE
TSM has to be started.
OFS.MESSAGE.QUEUE Passes the Key to the calling routine
OFS.MESSAGE.SERVICE Picks up OFS.MESSAGE.QUEUE records, processes each OFS message in record via SERVICE OFS.PROCESS.MANAGER.
Deletes OFS.MESSAGE.QUEUE record once processed and writes OFS response to OFS.RESPONSE.QUEUE
OFS.REQUEST.MANAGER in turn updates the OSF.MESSAGE to the required application picking the MSG.KEY from OFS.RESPONSE.QUEUE
Any clarification shoot back.
Regards
Sharath
Please Log in or Create an account to join the conversation.
Time to create page: 0.026 seconds