Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Este conteúdo não está disponível no idioma selecionado.
Chapter 3. OpenWire over HTTP(S)
URI syntax Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
An HTTP URI has the syntax shown in Example 3.1, “Syntax for an HTTP Connection”.
Example 3.1. Syntax for an HTTP Connection
tcp://Host[:Port]
tcp://Host[:Port]
An HTTPS URI has the syntax shown in Example 3.2, “Syntax for an HTTPS Connection”.
Example 3.2. Syntax for an HTTPS Connection
https://Host[:Port]
https://Host[:Port]
Dependencies Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
To use the HTTP(S) transport requires that the following JARs from the
lib/optional
folder are included on the classpath:
activemq-http-x.x.x.jar
xstream-x.x.x.jar
commons-logging-x.x.x.jar
commons-codec-x.x.x.jar
httpcore-x.x.x.jar
httpclient-x.x.x.jar