Вы находитесь на странице: 1из 22

Exam Name

: TIBCO Enterprise Message Service 4

QUESTIONS Which value is valid for the TIBCO EMS server user_auth parameter? A. directory B. ssl C. enabled D. system Answer: D
~runDa

QUESTIONS Explain which three statements listed below are true about Server ABC 3ontrol in TIBCO EMS. (Choose three.) A. When authorization is turned off, any connection to the server is granted and no permissions are checked when a client accesses a destination. B. The authorization property defined in tibemsd.conf file does not affect administrative security. C. The only method available to enable and disable authorization is the Administration Tool. D. The Administration Tool command to dynamically enable authorization is: set authorization=enabled. E. Setting authorization dynamically applies to new connections only. Answer: A,B,E
~shiJa

QUESTIONS Name three situations in which a pending message with a finite JMSExpiration is prevented from being delivered to the durable subscriber. (Choose three.) A. The client calls unsubscribe(), then re-creates the durable subscriber before JMSExpiration. B. The client exits without calling unsubscribe(), then re-starts and re-creates the durable subscriber before JMSExpiration. C. The client calls stop(), then start() after JMSExpiration. D. The client calls unsubscribe(), then re-creates the durable subscriber after JMSExpiration. E. The client calls stop(), then start() before JMSExpiration. Answer: A,C,D
~warSi

QUESTIONS A client application is needed on a project to send a message to a historically slow consumer application. The ratio of producers to consumers is currently one-to-one and message ordering is unimportant. Choose which type of messaging you should use in this situation? A. Short Message Service (SMS) should be employed, as only short message text strings will be sent to message consumers. B. A pub/sub messaging model should be used, as it allows for multiple instances of a consuming application to load balance subscriptions. C. A point-to-point messaging model should be used, as it allows for multiple instances of a consuming application to load balance subscriptions. D. Request/reply messaging should be employed, as it allows the producer to wait until the consumer has processed each message. Answer: C
~ayaRo

QUESTIONS The JMS header JMSTimestamp contains the date and time the message _____. A. was delivered by the JMS provider to the consumer B. was acknowledged by the consumer C. producer connected to the JMS provider D. was handed off to the JMS provider Answer: D
~aisSa

QUESTIONS Explain the condition which must be satisfied to enforce destination level access control. A. As long as the destination has the property secure, the destination level access control will be enforced. B. The authorization property must be enabled on the Server ABC 1nd the destination must have the property secure. C. Setting the authorization property only at the server level is enough to enforce destination level access control. D. The secure property must be enabled on the Server ABC 1nd the destination must have the property secure. Answer: B

QUESTIONS Explain what the consequence would be of using Tibjms.RELIABLE_DELIVERY message delivery mode in a TIBCO EMS client application. A. Unless there is a connection exception, the producing client will never see an exception to the message send. B. Client performance is negatively impacted when using Tibjms.RELIABLE_DELIVERY message delivery mode. C. TIBCO EMS server performance is negatively impacted when using Tibjms.RELIABLE_DELIVERY message delivery mode. D. The TIBCO EMS server will send an exception to the client's connection if the client does not have permissions to perform the requested message send. Answer: A
~ishGu

QUESTIONS When will a topic message be ledgered to secondary storage, using TIBCO EMS? A. When there is an offline durable subscriber for the persistant message. B. When the message is bridged to a queue. C. Whenever the message uses persistent delivery mode. D. When the message uses either persistent or reliable delivery mode. Answer: A
~iptNa

QUESTIONS Which three operations are allowed on a newly created TextMessage object, in TIBCO EMS? (Choose three.) A. setStringProperty() B. setXML() C. setMessageID() D. setText() E. getText() Answer: A,D,E
~nanKa

QUESTIONS The two properties of TIBCO EMS protocol bridging with TIBCO SmartSockets are _______? (Choose two.) A. TIBCO EMS can import and export TIBCO SmartSockets messages through queues. B. Messages are imported on a TIBCO EMS topic only when the topic has registered subscribers.

C. TIBCO EMS can import and export TIBCO SmartSockets messages through topics. D. Messages are imported on a TIBCO EMS queue only when the queue has receivers. Answer: B,C
~andAn

QUESTIONS Which Administration Tool command is used to add a property to a destination without affecting any existing properties? A. setprop B. addprop C. set D. add E. property Answer: B
~abiK

QUESTIONS For connections to host H port 7222, Tpic connection factory TCF has been configured. Choose two expressions which will succeed, assuming that context ctx has been established. (Choose two). A. E B. C C. B D. D E. A Answer: A,D
QUESTIONS This TIBCO EMS server has been setup with authorization enabled and it contains a secure topic ABC .bar and has a user defined, named Bob. Bob has received permissions to publish, subscribe, durable on topic ABC .bar. Choose three true statements. (Choose three.) A. Bob can successfully create consumer on topic ABC .bar. B. Bob can successfully create publisher on topic ABC .>. C. Bob can successfully create consumer on topic ABC .>. D. Bob can successfully create durable subscriber on topic ABC .>. E. Bob can successfully create publisher on topic ABC .bar. Answer: A,C,E
~achWa

QUESTIONS Explain the limitation of using a foreign JNDI provider. A. You cannot perform fault tolerant JNDI lookups. B. It has to run on the same machine as the TIBCO EMS server. C. You can only store connection factories. D. You can only store destinations. Answer: A
~unjBa

QUESTIONS Name two statements which are true about EMS protocol bridging with TIBCO Rendezvous. (Choose two.) A. Messages are imported on anEMS topic only when the topic has registered subscribers. B. EMS can import and export Rendezvous messages through topics. C. EMS can import and export Rendezvous messages through queues. D. Messages are imported on anEMS queue only when the queue has receivers. Answer: A,B
~achSo

QUESTIONS Choose three acknowledgement modes which require the use of the API acknowledge() call. (Choose three.) A. EXPLICIT_CLIENT_ACKNOWLEDGE B. EXPLICIT_CLIENT_DUPS_OK_ACKNOWLEDGE C. CLIENT_ACKNOWLEDGE D. AUTO_ACKNOWLEDGE E. NO_ACKNOWLEDGE F. DUPS_OK_ACKNOWLEDGE Answer: A,B,C
~umaS

QUESTIONS Which three objects must be created before a topic message consumer can be created, in a TIBCO EMS client application? (Choose three.)

A. Session B. Connection C. Subscriber D. Destination E. ClientID F. Message Answer: A,B,D


~apiBh

QUESTIONS When using TIBCO EMS message selectors in client applications, which two are valid performance considerations? (Choose two.) A. More network bandwidth is required when message selectors are used. B. Messages NOT selected can consume server resources when message selectors with queue messages are used. C. Client performance can be negatively impacted when message selectors are used. D. Server performance can be negatively impacted when message selectors are used. Answer: B,D

Exam Name

: TIBCO Enterprise Message Service 4

QUESTIONS In a JNDI tree, a queue connection factory named myQCF is stored. You need to create the queue connection using the method call after looking it up. myConnectionFactory.createQueueConnection() Choose the correct way of doing the lookup. A. QueueConnectionFactory myConnectionFactory = (ConnectionFactory) ctx.lookup("myQCF"); B. QueueConnectionFactory myConnectionFactory = ctx.lookup("myQCF"); C. QueueConnectionFactory myConnectionFactory = (QueueConnectionFactory) ctx.lookup("myQCF"); D. ConnectionFactory myConnectionFactory = (QueueConnectionFactory) ctx.lookup("myQCF"); Answer: C
~bhiSo

QUESTIONS Name the command, executed on Server A, which creates an active-passive route from

Server A to Server B (Server B fault tolerant with Server C) that also restricts messages on topic ABC .bar to messages with a Quantity application property greater than 10? A. create route A url=tcp://B:7454,tcp://C:7454 zone_name=Z1 zone_type=1hop outgoing_topic= ABC .bar filter="Quantity > 10" B. create route B url=tcp://B:7454|tcp://C:7454 zone_name=Z1 zone_type=mhop outgoing_topic= ABC .bar filter="Quantity > 10" C. create route B url=tcp://B:7454,tcp://C:7454 zone_name=Z1 zone_type=mhop outgoing_topic= ABC .bar selector="Quantity > 10" D. create route B url=tcp://B:7454,tcp://C:7454 zone_name=Z1 zone_type=mhop incoming_topic= ABC .bar selector="Quantity > 10" Answer: C
~nujSo

QUESTIONS Choose which two statements below are true about TIBCO EMS message tracing. (Choose two.) A. Tracing can be used to trace the message ID, message sequence, and message body of individual messages. B. To disable message tracing on a destination, a removeprop command is performed from the Administration Tool. C. Message tracing cannot be used to trace messages that are routed between servers. D. Message tracing cannot be specified at the message level. E. Message tracing can be enabled on destinations by performing an alter destination trace=true command from the Administration Tool. Answer: A,B
~shiSo

QUESTIONS Name the two statements which are true about reliable delivery mode for TIBCO EMS. (Choose two.) A. All message publish calls will succeed unless the connection to the server has been terminated. B. Reliable delivery mode decreases the volume of network traffic. C. Reliable delivery mode is part of JMS specifications. D. Reliable delivery mode can be used only with topics and cannot be used with queues. Answer: A,B

~aurSe

QUESTIONS Name the two statements which are true. (Choose two.) A. In ClientAcknowledge mode, call Message.acknowledge(), acknowledges all unacknowledged messages that the client application has consumed within the session. B. In ExplicitClientAcknowledge mode, call Message.acknowledge(), acknowledges only the individual message. C. In DupsOkAcknowledge mode, call Message.acknowledge(), acknowledges all unacknowledged messages that the client application has consumed within the connection. D. In ClientAcknowledge mode, call Message.acknowledge(), acknowledges all unacknowledged messages that the client application has consumed within the connection. Answer: A,B
~aniMu

QUESTIONS A TIBCO EMS server has authorization enabled. The queues Q1. ABC .BAR, Q1. ABC , and with the secure property enabled, QUEUE.SAMPLE have been created. User ADMIN1 has also been created. To give user ADMIN1 view privileges on all these queues except for QUEUE.SAMPLE, name the Administration Tool command which needs to be executed. A. grant queue Q1.> ADMIN1 view B. alter queue Q1.* allow ADMIN1 view C. grant queue Q1.* ADMIN1 view D. grant ADMIN1 view Q1.> Answer: A
QUESTIONS Name two metrics which are used by TIBCO EMS to load balance clients across servers. (Choose two.) A. inbound and outbound message count B. inbound and outbound byte rates C. number of transacted sessions D. number of non-acknowledged messages E. number of client connections Answer: B,E
~ajeCh

QUESTIONS What exception is thrown if a client application attempts to call Session.commit() on a non-transacted session, when using TIBCO EMS? A. IllegalStateException B. TransactionInProgressException C. ResourceAllocationException D. MessageFormatException Answer: A
~umiMi

QUESTIONS Explain the function of the TIBCO EMS Server msg_pool_block_size parameter. A. It instructs the server to allocate an expandable pool of memory. B. It specifies the maximum memory the Server ABC 3an use for messages. C. It instructs the server to allocate a fixed pool of memory. D. It instructs the server to preallocate memory for emergency situations. Answer: A
~lokVa

QUESTIONS Name three types of data which can be used as a JMS application property data type. (Choose three.) A. int B. byte array C. DateTime object D. boolean E. char F. String Answer: A,D,F
~ahuRa

QUESTIONS Choose the acknowledgement mode which is available only for topics in TIBCO EMS. A. DUPS_OK_ACKNOWLEDGE B. EXPLICIT_CLIENT_ACKNOWLEDGE

C. EXPLICIT_CLIENT_DUPS_OK_ACKNOWLEDGE D. AUTO_ACKNOWLEDGE E. CLIENT_ACKNOWLEDGE F. NO_ACKNOWLEDGE Answer: F


~ubhGh

QUESTIONS Name any two statements below which are true about destination bridging. (Choose two.) A. Messages sent to a destination can cross a sequence of bridges. B. Destination bridges can only be created across destinations of the same type. C. Wildcards can be used when specifying a destination bridge. D. Destination bridges can be created across TIBCO EMS servers. E. When a producer sends a message within a transaction, all messages sent across the bridge are part of the transaction. Answer: C,E

QUESTIONS Give the two benefits of using compressed messages. (Choose two.) A. When stored in the server, they usually require less storage space. B. It does not require any code change for an application to start producing compressed messages. C. End-to-end processing time (from producer to consumer) is usually shorter. D. They are usually handled more quickly by the server. Answer: A,D
~itwSa

QUESTIONS Two statements which are true about TIBCO EMS fault tolerance are _______. (Choose two.) A. TIBCO EMS fault tolerant servers must have separate primary and secondary storage files. B. TIBCO EMS fault tolerant servers both must have access to a shared state. C. TIBCO EMS fault tolerant servers are responsible for replicating stored messages across the primary server and secondary server database files. D. TIBCO EMS fault tolerant servers operate as a hot-hot deployment. Both servers can accept client connections at the same time.

E. TIBCO EMS fault tolerant servers are deployed as a primary and secondary pair. Answer: B,E
~allSe

QUESTIONS Choose three statements which are true about the TIBCO EMS client API asynchronous event handler for messages. (Choose three.) A. The event handler is specific to the destination type. B. The MessageReceiver interface is responsible for handling all JMS exceptions. C. The event handler implements the MessageListener interface. D. The onMessage() method of the event handler is called by TIBCO EMS when a message arrives on a destination. E. The event handler implements the MessageReceiver interface. F. The event handler should be registered with the MessageConsumer before calling the Connection's start() method. Answer: C,D,F
~iraKu

QUESTIONS Explain how you could make the most efficient use of network bandwidth in a TIBCO EMS application that sends very large XML documents. A. You use a TextMessage and set the vendor compression property to true. B. You use a BytesMessage to send the XML document as a byte stream. C. You use an ObjectMessage and convert the XML document to a Java object. D. You use a simple message, put the XML document in an application property and set the vendor compression property to true. Answer: A
~ohaAs

QUESTIONS Name the two transactional capabilities in the TIBCO EMS server. (Choose two.) A. TIBCO EMS provides a built-in XA-compliant transaction manager. B. Messages sent within a transaction across a bridge are part of the transaction. C. Sessions with active transactions can commit a transaction after a failover to a backup server. D. A transactional session may have more than one open transaction. E. TIBCO EMS supports transactional semantics for both message senders and receivers via local transactions. Answer: B,E
~nkuMa

QUESTIONS Choose three statements listed below which are true about the TIBCO EMS Administration Tool. (Choose three.) A. It is not possible to grant or revoke any permissions to the user admin. B. Administrators cannot be defined in an external directory. C. $admin is a special group of system administrators of which only admin can be a member. D. An administrator of a protect group can view users that have a different protection permission set. Answer: A,B,D QUESTIONS Which statement is true about compressing JMS messages, with TIBCO EMS? A. The Server ABC 3onfiguration must include the parameter compress=true. B. The message destination must have the property compress. C. JMS messages are compressed unless the Server ABC 3onfiguration includes the parameter compress=false. D. The message must include the property JMS_TIBCO_COMPRESS with the value true. Answer: D
~autNa

QUESTIONS Which interface has a factory method for creating Session objects, in TIBCO EMS? A. InitialContext B. Connection C. ConnectionFactory D. Destination Answer: B
~ NaNa

QUESTIONS Name two statements which are true about the routing capabilities of TIBCO EMS. (Choose two.) A. Routes that allow messages to reach more than one server generate an exception in client applications. B. A Server ABC 3an have routes that belong to many zones. C. It routes forward messages only between global destinations. D. Queue messages can travel more than one hop only within multi-hop zones. E. Routes may be configured between destinations in the same TIBCO EMS server.

Answer: B,C
~elvTh

QUESTIONS In a JNDI tree, a queue connection factory named myQCF is stored. Using the method call, you need to look it up and then create the queue connection. myConnectionFactory.createQueueConnection() Explain the correct way of doing the lookup. A. QueueConnectionFactory myConnectionFactory = ctx.lookup("myQCF"); B. QueueConnectionFactory myConnectionFactory = (QueueConnectionFactory) ctx.lookup("myQCF"); C. QueueConnectionFactory myConnectionFactory = (ConnectionFactory) ctx.lookup("myQCF"); D. ConnectionFactory myConnectionFactory = (QueueConnectionFactory) ctx.lookup("myQCF"); Answer: B
~aruKa

QUESTIONS SSL communication between _____ is supported by TIBCO EMS. (Choose four.) A. the Administration Tool and the server B. two routed servers C. two fault tolerant servers D. a C client and the server E. a .Net client and the server Answer: A,B,C,D
~hirSa

QUESTIONS What exception is thrown if a client application attempts to call Session.commit() on a non-transacted session, when using TIBCO EMS? A. MessageFormatException B. ResourceAllocationException C. IllegalStateException D. TransactionInProgressException Answer: C QUESTIONS Explain how you could make the most efficient use of network bandwidth in a TIBCO EMS application that sends very large XML documents. A. You use a simple message, put the XML document in an application property

and set the vendor compression property to true. B. You use an ObjectMessage and convert the XML document to a Java object. C. You use a TextMessage and set the vendor compression property to true. D. You use a BytesMessage to send the XML document as a byte stream. Answer: C
~amaMu

QUESTIONS Choose the two statements which are true about reliable delivery mode for TIBCO EMS. (Choose two.) A. Reliable delivery mode is part of JMS specifications. B. All message publish calls will succeed unless the connection to the server has been terminated. C. Reliable delivery mode decreases the volume of network traffic. D. Reliable delivery mode can be used only with topics and cannot be used with queues. Answer: B,C
~hekKa

QUESTIONS In TIBCO EMS for creating TextMessage objects, which is a factory class? A. Destination B. Session C. Message D. Connection Answer: B
~jitCh

QUESTIONS An error occurs when a message is delivered to one of the destinations but it is bridged to multiple destinations. Explain which statement is true. A. If the producer is using a transacted session, then the transaction is rolled back (no message is delivered). B. Once a message is delivered to one of the bridged destinations, it can never be rolled back. C. The bridge is using a local transaction, so none of the bridged destinations receive the message. D. If the destinations are failsafe, then none of the bridged failsafe destinations

receive the message. Answer: A


~uniLa

QUESTIONS EMS is located on servers ABC A, ABC A, ABC C, as shown in the diagram. Active-active routes are defined between each server and routing is enabled for all three servers. All routes belong to zone Z1. Queue ABC .bar has been created on Server ABC A. Routed queues have been created to Server ABC A from Server ABC A and Server ABC C. ABC A. For ABC .bar on server ABC A, a producer P has been created. A receiver R has been created for ABC .bar on server ABC C. Exhibit: image008.jpg Choose the true statement. A. If server ABC A fails, it will cause producer P to be blocked until server ABC A is restarted. B. If server ABC A fails, it will cause messages produced by P to be stored on server ABC A. C. If server ABC A fails, it will cause messages produced by P to be lost, until server ABC A is restarted. D. If server ABC A fails, it will cause messages produced by P to be stored on server ABC C. Answer: B
~kasCh

QUESTIONS Choose the statement which is true about the exclusive destination property. A. Messages are delivered only to the first destination receiver until this receiver fails. B. The exclusive property applies to both queues and topics. C. In a fault tolerant Server ABC 3onfiguration, destination receiver order is maintained by the new primary server. D. Exclusive destinations are one way to obtain load-balanced behavior across receivers. Answer: A

QUESTIONS

Explain how TIBCO EMS integrates with third-party J2EE application servers. A. TIBCO EMS can use theEMS server to bridge messages to and from the thirdparty application server. B. The TIBCO EMS developer must build a runtime adapter, which can translate TIBCO EMS messages to and from the third-party application server messages. C. TIBCO EMS can produce and consume native third-party application server JMS messages. D. TIBCO EMS can drive Message Driven Beans (MDBs) within the third-party application servers. Answer: D
~ikaSo

QUESTIONS Name two configuration options which are available when configuring a TIBCO EMS fault tolerant backup server. (Choose two.) A. The server parameter must be set to the same name as the primary server. B. The ft_primary parameter must be set to the URL of the primary server. C. The ft_reconnect_timeout parameter specifies the amount of time a backup server waits for clients to reconnect. D. The ft_secondary_cache parameter controls the amount of preallocated memory available for handling client reconnects upon a failover. E. The ft_shared_state parameter must be set to the location of the primary server shared state. Answer: A,C
~anaKu

QUESTIONS Using TIBCO EMS, which two statements are true about message consumption? (Choose two.) A. TIBCO EMS allows synchronous message consumption for both topics and queues but only allows asynchronous message consumption for queues. B. For asynchronous consumption of messages, the client must register a MessageListener on the topic or queue. C. In case of asynchronous message consumption, the TIBCO EMS Server ABC 4elivers the message by calling listeners' onReceipt() method. D. For synchronous message consumption, the MessageConsumer must explicitly call the receive() method on the topic or queue. E. TIBCO EMS allows asynchronous message consumption for both topics and queues

but only allows synchronous message consumption for queues. Answer: B,D
~radP

QUESTIONS Choose the statement which describes how to enable message compression. A. Set message property JMS_TIBCO_COMPRESS_MESSAGE to yes. B. Set message property JMS_TIBCO_COMPRESS to true. C. Set message property JMS_TIBCO_COMPRESS to yes. D. Set message property JMS_TIBCO_COMPRESS_MESSAGE to true. Answer: B
~eniDa

QUESTIONS Using a JNDI service, which two types of objects does TIBCO EMS store? (Choose two.) A. sessions B. messages C. connection factories D. destinations E. connections Answer: C,D
~inaNa

QUESTIONS There is a relationship between the interfaces Queue, TemporaryQueue and Destination in TIBCO EMS. Explain. A. Destination extends Queue and Queue extends TemporaryQueue. B. Queue extends TemporaryQueue and TemporaryQueue extends Destination. C. TemporaryQueue extends Destination and Destination extends Queue. D. TemporaryQueue extends Queue and Queue extends Destination. Answer: D

am Name

: TIBCO Enterprise Message Service 4

QUESTIONS How can an administrator ensure that only user U can create connections using a particular connection factory, on a server with many users and authorization enabled? A. by running an Administrative API application that calls setUserName("U") B. by using the grant factory user=U,all command C. This is not possible. D. by using the grant admin user=U change-factory command

Answer: C
~nanS

QUESTIONS If the user ABC .com wants to receive messages on topic $sys.monitor.admin.* they must have subscribe permission on topic _____. A. $sys.> B. $sys.monitor.> C. > D. > and $sys.monitor.> Answer: B
~artSr

QUESTIONS Choose the correct three valid permissions that can be associated with a topic. (Choose three.) A. subscribe B. browse C. receive D. purge E. publish F. durable Answer: A,E,F
~ailPa

QUESTIONS Name the statement which is true about the flow control destination property. A. If the flow control value is exceeded, an exception is thrown by the TIBCO EMS server which must be manually handled by the client application. B. Flow control is enforced for routed topics and queues. C. The flow control property needs to be set only on the source bridged destination for the property to be enforced. D. Flow control is not enforced for inactive durable topic subscribers. Answer: D
~ehrMe

QUESTIONS State the information which is stored in the shared state of a fault tolerant pair of TIBCO EMS servers. (Choose three.) A. routing information B. information about the primary server's client connections C. metadata regarding data delivery

D. heartbeat statistics E. persisted messages for queues and topics Answer: B,C,E
~ubhAd

QUESTIONS Server ABC 2 and Server ABC 3 are a fault tolerant pair while Server ABC 1, Server ABC 3, and Server ABC 4 are configured to load balance each other. Explain what would describe this setup. A. tcp:// ABC 1 , tcp:// ABC 2 : tcp:// ABC 3, tcp:// ABC 4 B. tcp:// ABC 1 > tcp:// ABC 2 | tcp:// ABC 3 > tcp:// ABC 4 C. tcp:// ABC 1 : tcp:// ABC 2, tcp:// ABC 3 : tcp:// ABC 4 D. tcp:// ABC 1 , tcp:// ABC 2 | tcp:// ABC 3 , tcp:// ABC 4 E. tcp:// ABC 1 | tcp:// ABC 2 , tcp:// ABC 3 | tcp:// ABC 4 Answer: E QUESTIONS From the topic ABC to the queue bar, a bridge is defined. The server authorization is enabled, and both ABC and bar have the secure property. In order for a message to successfully reach queue bar in this situation, the producer needs permission _____. A. to publish on ABC and to send on bar B. to publish on ABC and to receive on bar C. to publish on ABC and to send and receive on bar D. to publish on ABC only Answer: A
~indNa

QUESTIONS State four valid Administration Tool commands.(Choose four.) A. create topic test secure,exclusive B. autocommit off C. create storage_file sync.db D. timeout E. set server msg_swapping=enabled F. info Answer: B,D,E,F
~inaRo

QUESTIONS Choose which two statements below are true about TIBCO EMS message tracing. (Choose two.) A. Tracing can be used to trace the message ID, message sequence, and message body of

individual messages. B. To disable message tracing on a destination, a removeprop command is performed from the Administration Tool. C. Message tracing cannot be used to trace messages that are routed between servers. D. Message tracing cannot be specified at the message level. E. Message tracing can be enabled on destinations by performing an alter destination trace=true command from the Administration Tool. Answer: A,B
~anaSu

QUESTIONS How are the JMS header fields handled, when exporting a TIBCO EMS message to a TIBCO Rendezvous message? A. All JMS header fields are grouped into a single submessage. B. All JMS header fields are exported as individual fields within the TIBCO Rendezvous message. C. Only the JMS header fields JMSDestination and JMSReplyTo are exported to a TIBCO Rendezvous message. D. JMS header fields are NOT exported to a TIBCO Rendezvous message. Answer: A
~ GoGo

QUESTIONS Which default configuration file contains information used by clients to create connections, accessible through the TIBCO EMS internal JNDI? A. connections.conf B. factories.conf C. JNDI.conf D. transports.conf Answer: B
~ahuAg

QUESTIONS What does an asterisk (*) in front of a queue name indicate, in the output generated by the Administration Tool through a show queues command? A. The queue has the prefetch property set to a non-default value. B. The queue is a dynamic queue. C. The queue is a secure queue. D. The queue is configured as an exclusive queue. Answer: B

Exam Name

: TIBCO Enterprise Message Service 4

QUESTIONS Queue q1.> has the exclusive property set. Explain how this property can be removed from the queue q1. ABC . A. The queue must be deleted and recreated. B. alter queue q1. ABC exclusive=disabled C. removeprop queue q1. ABC exclusive D. The exclusive property cannot be directly removed from q1. ABC . Answer: D
~irtGh

QUESTIONS Name the statement which is true about threads in a TIBCO EMS client application. A. Connections are single threaded and sessions are multi-threaded. B. Connections are multi-threaded and sessions are multi-threaded. C. Connections are single threaded and sessions are single threaded. D. Connections are multi-threaded and sessions are single threaded. Answer: D
~vn Ra

QUESTIONS Choose two statements below which are true about message selectors.6 (Choose two.) A. Message selectors can be created for a consumer using the Administration Tool. B. More than one message consumer can have the same message selector. C. A message consumer with a message selector can be created using the API method session.createSelector(). D. A message consumer with a message selector can be created using the API method session.createConsumer(). Answer: B,D
~umaPa

QUESTIONS Choose two below which prohibits re-delivery of a message. (Choose two.) A. An EXPLICIT_CLIENT_ACKNOWLEDGE session in which the client successfully calls acknowledge(). B. A DUPS_OK_ACKNOWLEDGE session that completes message processing. C. An AUTO_ACKNOWLEDGE session that completes message processing. D. A NO_ACKNOWLEDGE session that fails to complete message processing. Answer: A,D
~ubaBa

QUESTIONS Name three message delivery modes which are available when using TIBCO EMS. (Choose three.) A. GUARANTEED_DELIVERY B. PERSISTENT C. NO_ACKNOWLEDGE D. NON_PERSISTENT E. AUTO_ACKNOWLEDGE F. RELIABLE_DELIVERY Answer: B,D,F
~adrC

QUESTIONS Where are the TIBCO EMS configuration files located, except for the main configuration file? A. in the conf subdirectory of the TIBCO EMS install directory B. in the locations specified for each file in the main configuration file C. in the directory location specified in the main configuration file D. in the bin/conf subdirectory of the TIBCO EMS install directory Answer: B

Вам также может понравиться