This page explains how to configure Apache ActiveMQ connection settings.

The picture below shows the ActiveMQ settings:


The fields used for ActiveMQ configuration are shown in the table below.

Field

Description

NameThe name of the setting to be made.
DescriptionDescription can be entered.
ActiveMQ Connection Protocol TypeIt is used to select whether to connect to ActiveMQ with the AMQP protocol or the TCP protocol.
Broker UrlThe target connection URL where ActiveMQ is installed.
UsernameIt is the username information required to connect to ActiveMQ.
PasswordIt is the password information required to connect to ActiveMQ.
Destination TypeUsed to select whether the target is a Queue or Topic.
Destination NameIf Target is Queue this is the queue name, else it is the topic name.
Session AcknowledgementSpecifies how Session Confirmation should be done.
Client IDIt is used to set the JMS clientId value in connections.
Send TimeoutIt is used to set the send timeout value.
Request TimeoutIt is used to set the request timeout value.
Close TimeoutIt is used to control how long a Connection close will wait for clean shutdown of the connection before giving up.  A negative value means wait forever.
Connect TimeoutIt is used to control how long a client will wait for a successful connection to the remote peer to be established before considering the attempt to have failed. 
Content TypeIt is used to set the contentType value of the data to be sent.
Content EncodingIt is used to set the contentEncoding value of the data to be sent.