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
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
When is a 'generate error' activity useful?
What is difference between shared variable and job shared variable ?
What are the encodings supported by designer ?
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 is the role of tra?
What is the difference between jms queue receiver and jms queue requestor?
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 difference between publish by value and publish by reference?
What is vcrepo.dat?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
What are the pretch predicates in tibco bw ?
What is the purpose of the inspector activity ?
How to control the sequence of execution of process instances created by a process starter ?
What is process name dynamic override?