Answer Posted / vinay
Global Variables are define for the value which remain fix
during whole process.These variable's can't be modified
during process execution.
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
What is the advantage of scripted deployment in tibco?
What is the purpose of the inspector activity ?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
What activities are supported in xa transaction ?
Explain what is alias file in tibco?
What are the revision control system options available in tibco designer?
What are the different modes of service invocation in tibco?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
How do wait-notify resources work ?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
When is a 'generate error' activity useful?
Which activity is used for detecting duplicate message processing?