MuleSoft Certified Integration Architect – Level 1 — Question 63

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

Answer options

Correct answer: A

Explanation

Option A is correct because the JMS connector indeed supports both sending and receiving messages based on the JMS provider's protocol. Option B is incorrect as the JMS connector does not specifically use AMQP; it operates based on JMS standards. Option C is wrong because the JMS connector is responsible for initiating the connection to receive messages, not the JMS provider. Option D is also incorrect since the JMS connector does not need to establish a direct connection to the recipient for message sending.