| Agents Administration - Tests |
|---|
|
Configuration of TibEMSQueueTest Queues are the staging area that contains messages that have been sent and are waiting to be read. Queue's properties are set when the destination is created. The administration interfaces allow you to create and manage administered object of Queues, and this test shows the messaging model of current queues. Queues can import messages, but cannot export them.You can configure the queue definitions (in the configuration file queues.conf) with the import property that specify one or more external transports. Import instructs tibems to import messages that arrive on those transports from Rendezvous, and deliver them to the EMS destination. Note that, contrary to what the name queue suggests, messages don't have to be delivered in the order sent. If the message driven bean pool contains more than one instance then messages can be processed concurrently and thus it is possible that a later message is processed sooner than an earlier one. A JMS queue guarantees only that each message is processed only once. This test provide the details of the queue such as its status, number of current active receivers, number of pending messages, size of the pending messages pertaining to the queue. The default parameters associated with this test are as follows:
When changing the configuration for specific servers, a “*” beside the text box corresponding to the parameter signifies that these values have to be manually configured by the user. The parameter values that require to be configured will typically be prefixed with a “$” or contain a series of “*”. A value of "none" in the parameter value indicates that the corresponding parameter value can be changed if required.
|