org.jboss.hal.resources.previews.configuration.messaging-remote-activemq.html Maven / Gradle / Ivy
Contains the configuration for discover groups, connector, connection factory, queues and topics to a remote ActiveMQ Artemis server:
Connectors
A connector defines how to connect to a remote ActiveMQ Artemis server.
For more information about connectors, see the
Connectors documentation.
Discovery Groups
A discovery group defines how connector information is received from a broadcast endpoint, for example, a UDP multicast address or JGroup channel.
A discovery group maintains a list of connectors, one for each broadcast by a different server. As it receives broadcasts on the broadcast endpoint from a particular server, it updates its entry in the list for that server. If it has not received a broadcast from a particular server for a length of time it will remove that server’s entry from its list.
Connection Factories
By default, the ${build.shortName} messaging subsystem provides the InVmConnectionFactory
and
RemoteConnectionFactory
connection factories, as well as the
activemq-ra
pooled connection factory.
Pooled connection factories allow you to configure the inbound and outbound connectors of the remote ActiveMQ Artemis resource adapter. For more information on configuring a pooled-connection-factory to connect to a remote ActiveMQ Artemis server, see
Using the Integrated Resource Adapter for Remote Connections.
External Queue / Topic
The queues and topics that exists in the remote ActiveMQ Artemis server.