Java Messaging Service Connector Guide > JMS connections overview > JMS connection properties
  

JMS connection properties

The following table describes the additional property that you must configure in the Connection Properties section:
Property
Description
Hostname
The name of the server or the host where the JMS broker or provider runs along with the protocol that the broker uses. For example, tcp://localhost:61616.
Port
The port for the specific JMS provider or broker.
Client ID
The unique identifier for a JMS client, which is used to identify the client when connecting to a JMS broker or provider. The ID is only required for durable topic subscriptions.
Connection Factory Name
The name of the JMS connection factory that is used to create connections to the associated JMS provider, or JMS topics for publish and subscribe messaging.
Username
The user name to log on to the JMS server.
Password
The password to log on to the JMS server.
Initial context properties
Enter the additional JNDI initial context properties in ampersand-separated, key=value pairs.