Which statement is TRUE about Java Message Service (JMS) support in the ESB profile?

Which statement is TRUE about Java Message Service (JMS) support in the ESB profile?A . The ESB profile can be configured as both a JMS Producer and Consumer. B. JMSsupports point-to-point communication models only. C. The ESB profile can be configured as a shared topic listener. D. Both statements a...

November 6, 2022 No Comments READ MORE +

What is the easiest method to put a thread sleep in the ESB profile for the purpose of troubleshooting and debugging?

What is the easiest method to put a thread sleep in the ESB profile for the purpose of troubleshooting and debugging?A . Write a custom mediator and put a Java Thread.Sleep B. Write a custom taskand put a Java Thread.Sleep C. Write a Script mediator and use Java.lang.Thread.Sleep D. Write...

November 5, 2022 No Comments READ MORE +

Which statement is FALSE about inbound endpoints?

Which statement is FALSE about inbound endpoints?A . Inbound endpoints are useful when you have to configure the message sourcesdynamically. B. Inbound endpoints can be clustered. C. HTTP inbound endpoints can use existing default port 8280. D. They always run based on the underlying task execution framework.View AnswerAnswer: C

November 5, 2022 No Comments READ MORE +

Which of the following EIP patterns does NOT alter the message content?

Which of the following EIP patterns does NOT alter the message content?A . Wire-Tap B. Message Translator C. Content-Enricher D. SplitterView AnswerAnswer: A

November 5, 2022 No Comments READ MORE +

If you are running two or more ESB profile servers on the same physical machine, it is necessary to offset ports. Select the correct statement that describes how to offset ports in the ESB profile.

If you are running two or more ESB profile servers on the same physical machine, it is necessary to offset ports. Select the correct statement that describes how to offset ports in the ESB profile.A . Go to <EI_HOME>/conf/axis2, open the axis2.xml file, and add the following top-level configuration: <Ports><Offset>2</Offsetx/Ports>...

November 5, 2022 No Comments READ MORE +

Which statement is FALSE about error handling in the ESB profile?

Which statement is FALSE about error handling in the ESB profile?A . If you do not define a fault sequence, in the case of an error in a sequence or a proxy service, an exception will be thrown and the message will be dropped. B. In situationswhere a fault sequence...

November 4, 2022 No Comments READ MORE +

Which statement is FALSE with respect to secure vault?

Which statement is FALSE with respect to secure vault?A . When looking up secured passwords in a Synapse configuration, it is possible to use theXPath expression ,,wso2:vault-lookup('alias,) to retrieve the actual password by providing 'alias'. B. Secure vault can be used to secure plain text passwords stored in ESB profile...

November 3, 2022 No Comments READ MORE +

Which statement is FALSE about endpoints?

Which statement is FALSE about endpoints?A . Endpoints are used to define external destinations of a message. B. The same endpoint cannot be used with multiple transports. C. An endpoint can be defined independently of transports. D. Once configurations are defined, the endpoint can be used to connect to any...

November 3, 2022 No Comments READ MORE +

Identify the INCORRECT statement regarding the <cacheld> in the <remoteInstance> configuration section of the <EI_HOME>/conf/registry.xml file.

Identify the INCORRECT statement regarding the <cacheld> in the <remoteInstance> configuration section of the <EI_HOME>/conf/registry.xml file. <remoteInstanceurl="https://localhost:9443/registryn> <id>instaceid</id> <dbConfig>sha red registry </dbConfig> < readonly >true</readOnly> <enableCache>true</enableCache> <registryRoot>/</registryRoot> <cacheldx/cacheld> </remoteInstance>A . This cachelD is used to identify the cache it should look for when caching is enabled. B. <cacheId> is the...

November 3, 2022 No Comments READ MORE +

Identify the INCORRECT statement about specifying scripts in the Script mediator.

Identify the INCORRECT statement about specifying scripts in the Script mediator.A . Scripts in the Script mediator can be stored in a separate file and can be referenced from the Script mediator. B. A script cannot be stored as an embedded script in the Script mediator configuration. C. The script...

November 1, 2022 No Comments READ MORE +