Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which two actions should be performed if the JVM crashes when the installer starts? (Choose two.)

A.

run the installer using another JVM version

B.

verify network access to sun.java.com

C.

verify that the javahome directory contains bin/java.exe or bin/java

D.

run the installer with parameter -update JVM

flow_control in tibemsd.conf is enabled with the following configuration: setprop queue myQueue

maxmsgs=1000/overflowPolicy=rejectIncoming,flowControl=100MB Which two statements are true about this configuration? (Choose two.)

A.

When the total size of pending messages exceeds the value of flowControl(100MB), the server will generate errors back to the producer.

B.

When the number of pending messages exceeds the value of maxmsgs(1000), the server will generate errors back to the producer.

C.

When the number of pending messages exceeds the value of maxmsgs(1000), new messages to myQueue are rejected.

D.

When the total size of pending messages exceeds the value of flowControl(100MB), new messages to myQueue are rejected.

Which three statements are correct about Rendezvous Daemon Manager (RVDM) configurations? (Choose three.)

A.

All the configurations required for the managed daemons are saved in local configuration files on the host where the managed daemon is running.

B.

If there are pre-RV8.x release Rendezvous daemons running in the same network as RVDM, then RVDM is prevented from starting successfully.

C.

When an inactive managed daemon becomes active again, the server ensures that the daemon receives and confirms the configuration update.

D.

When administrators modify the configuration in RVDM, the server pushes the new configuration to all managed daemons.

E.

Each managed daemon receives and installs the updated configuration from RVDM and confirms receipt to the RVDM server.

Given the following set of values:

sess is a Session object

dest is a Destination object

nolocal is a boolean variable

What is the correct way to create a message consumer with a selector?

A.

String selector = "JMSCorrelationID='3"';

MessageConsumer consumer = sess.createConsumer(dest,selector,nolocal);

B.

String selector = "JMSCorrelationID=3";

MessageConsumer consumer = sess.createConsumer(dest,selector,nolocal);

C.

String selector = "JMSCorrelationID='3"';

MessageConsumer consumer = sess.createConsumer(dest, nolocal, selector)

D.

String selector P = '"JMSCorrelationlD'-'a"';

MessageConsumer consumer = sess.createConsumer(dest, selector, nolocal)

What are two allowed connection factory types with TIBCO EMS?

A.

xaboth

B.

xageneric

C.

generic

D.

both

What are two accurate descriptions of a record that has conflict? (Choose two.)

A.

A record has three versions and the same attribute in all versions has the same value in only two of the versions.

B.

A record has three versions and the same attribute in all versions has different values.

C.

A record has two versions and the same attribute in both versions has different values.

D.

A record has two versions and the same attribute in one version has a null/empty value and the attribute in the other version has a value.

The mismatched bandwidth between a message producer and consumer can be solved by setting which property in the TIBCO EMS configuration?

A.

msg_swapping

B.

multicast

C.

max_msg_memory

D.

flow_control

What are three special transitions for the purpose of processing exceptions? (Choose three.)

A.

Condition

B.

Cancel

C.

Format

D.

Error

E.

Timeout

With which two sources can TIBCO Designer create web services? (Choose two.)

A.

SOAP RetrieveResource

B.

WSDL

C.

HTTP Receiver

D.

JMS Queue Subscriber

E.

Process Definition

Which activity is used to expose multiple operations for a SOAP service in ActiveMatrix BusinessWorks?

A.

SOAP Request Reply

B.

SOAP HTTP Receiver

C.

SOAP Event Source

D.

Service Resource