Free TCP-BW6 Exam Braindumps (page: 23)

Page 22 of 52

With TIBCO Rendezvous messaging, which networking protocol does the client application use to connect to the Rendezvous daemon (RVD)?

  1. SSL
  2. HTTP
  3. UDP
  4. TCP

Answer(s): B



Which statement is correct about the _RV.INFO.RVCM.DELIVERY.CONFIRM.subject advisory?

  1. A sender presents this advisory whenever a registered listener confirms receipt of a certified message.
  2. A listener sends this advisory to confirm receipt of a certified message.
  3. A sender presents this advisory when all registered listeners have either confirmed delivery of a certified message, or canceled interest in receiving it.
  4. The sender presents this advisory after deleting the message from its ledger.

Answer(s): D



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?

  1. String selector = "JMSCorrelationID='3"';
    MessageConsumer consumer = sess.createConsumer(dest,selector,nolocal);
  2. String selector = "JMSCorrelationID=3";
    MessageConsumer consumer = sess.createConsumer(dest,selector,nolocal);
  3. String selector = "JMSCorrelationID='3"';
    MessageConsumer consumer = sess.createConsumer(dest, nolocal, selector)
  4. String selector P = '"JMSCorrelationlD'-'a"';
    MessageConsumer consumer = sess.createConsumer(dest, selector, nolocal)

Answer(s): A



A business process splits from a single path into five parallel branches and later joins into a single path. The business requirement states that two of the parallel branches must be completed before the single path that follows the join can progress. When the remaining parallel paths complete, they are discarded.

Which Workflow Pattern should be employed to meet this requirement?

  1. Structured Discriminator
  2. Structured Partial Join
  3. Multi-Merge
  4. Cancelling Partial Join
  5. Structured Synchronizing Merge

Answer(s): B






Post your Comments and Discuss Tibco TCP-BW6 exam with other Community members:

TCP-BW6 Discussions & Posts