Tibco TCP-EMS8 Question Answer
TIBCO Enterprise Message Service Certification Exam Set 2
Atopic sales, topic is bridged to two queues: FINANCE.Q and AUDIT.Q. Ten messages
are sent on the topic SALES.TOPIC. A consumer reads ten messages from FINANCE.Q.
How many messages are now in the AUDIT.Q?
Options are :
ten
zero
twenty
five
Answer : ten
Which two actions are most likely to improve EMS server performance? (Choose two.)
Options are :
Increasing network I/O capacity on the server
Improving physical disk performance
B,D
Switching from a file-based store to a database store
Adding an additional CPU to the server running EMS
Answer : B,D
Which two statements are true about load balancing with EMS? (Choose two.)
Options are :
Load balancing should be avoided when the application requires strict message ordering.
A,C
Each consumer must maintain connections to all servers.
EMS servers should not be load balanced with durable subscribers.
Two load balanced servers can also be configured as a fault-tolerant pair.
Answer : A,C
Which two statements are true about routing queue messages? (Choose two.)
Options are :
Queue messages can travel multiple hops.
The concept of zones and hops does not apply to queue messages.
B,C
Each server in the route path must have its queue defined as global.
Routed queue messages can travel to adjacent servers without reaching the home queue.
Answer : B,C
Which two statements are true about writing a LoginModule, which implements a JAAS
interface? (Choose two.)
Options are :