layout: default_md title: How does ConnectionFactory relate to the Broker title-class: page-title-activemq5 type: activemq5

 FAQ > JMS > How does ConnectionFactory relate to the Broker

How does ConnectionFactory relate to the Broker?

The ConnectionFactory is a JMS specification client side interface for creating connections to a JMS broker. The Broker is a service on the network or embedded in the same JVM which provides the message provider. So think of the ConnectionFactory as the client API for sending and receiving messages and the broker is a server side implementation.

See Also