exam questions

Exam MCIA - Level 1 All Questions

View all questions & answers for the MCIA - Level 1 exam

Exam MCIA - Level 1 topic 1 question 45 discussion

Actual exam question from Mulesoft's MCIA - Level 1
Question #: 45
Topic #: 1
[All MCIA - Level 1 Questions]

What is true about the network connections when a Mule application uses a JMS connector to interact with a JMS provider (message broker)?

  • A. The JMS connector supports both sending and receiving of JMS messages over the protocol determined by the JMS provider
  • B. The AMQP protocol can be used by the JMS connector to portably establish connections to various types of JMS providers
  • C. To receive messages into the Mule application, the JMS provider initiates a network connection to the JMS connector and pushes messages along this connection
  • D. To complete sending a JMS message, the JMS connector must establish a network connection with the JMS message recipient
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
edogwest
3 days, 12 hours ago
Selected Answer: A
When Mule uses the JMS connector, it loads the client library supplied by the chosen JMS provider (ActiveMQ, IBM MQ, etc.). That library: Opens a single TCP connection (or a small pool) from the Mule application to the broker. Uses the provider’s native wire-protocol (OpenWire, MQI, etc.). Over the same connection the Mule app can produce (send) and consume (receive) messages. The other options describe behaviors that do not occur: B – AMQP is not a universal fallback; Mule still relies on each provider’s own client JARs and protocol. C – The broker does not open sockets back to Mule; the client connection is outbound from Mule and is reused for message delivery. D – The sender never contacts the final consumer; all traffic goes through the broker only.
upvoted 1 times
...
SH65
9 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
madgeezer
2 years, 2 months ago
Selected Answer: A
A. The JMS connector supports both sending and receiving of JMS messages over the protocol determined by the JMS provider
upvoted 1 times
...
dushnyao
2 years, 8 months ago
A. Can't be D.The JMS connector does not have to establish a connection with the JMS recipient as the puts and get are done between the JMS recepient and the JMS provider, otherwise it would not be async communication.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago