What is max size and where u can define the size of the message over jms server ?
Answer Posted / satya
max size allows u to specify the amount of memory used by ems server to store the messages
you need to mention at tibemsd.conf file
########################################################################
# Maximum message memory
########################################################################
max_msg_memory = 512MB
msg_swapping = enabled
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different modes of service invocation?
What are the uses of grouping activities ?
Which are the two process variables available to all activities with inputs ?
What is difference between shared variable and job shared variable ?
What are the tibco bw activities that can participate in transactions?
What is custom id?
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?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
By using which bw palette we can create db table?
Explain what is alias file in tibco?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
Where does the tibco admin maintains the version history of the application?
Which group do you use to wait for multiple events and proceed with the first to occur ?
Which activity is used for detecting duplicate message processing?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?