Which statement is TRUE about Java Message Service (JMS) support in the ESB profile?
The ESB profile can be configured as both a JMS Producer and Consumer.
JMSsupports point-to-point communication models only.
The ESB profile can be configured as a shared topic listener.
Both statements a and c are correct.
Which of the following is NOT an entry point or trigger of the Synapse mediation engine?
Outbound endpoints
Proxy services
APIs
Inbound endpoints
Which statement is FALSE about message entry points?
A proxy service receives messages that aresent to specific endpoint.
APIs can only accept JSON or XML messages but not SOAP messages.
An inbound endpoint injects a message directly from the transport layer to the mediation layer, without going through the Axis engine.
A task injects a message into the ESB profile at a scheduled interval.
Which statement is FALSE about REST APIs in the ESB profile?
Specifying a url-template or a url-mapping is mandatory for all the resources in a REST API.
APIs can be exposed through HTTP inbound endpoints.
REST APIs are exposed over one of the HTTP listener ports opened by the EI http transport.
Each REST API can have multiple resources, and each resource can have different service orchestration logic of backend services.