Federation works only over core protocol currently.Sent from my Samsung Galaxy
smartphone.
-------- Original message --------From: sateesh kumar kapu
<sateeshk...@gmail.com> Date: 28/02/2020 23:32 (GMT+00:00) To:
users@activemq.apache.org Subject: Artemis federation over HTTP I am trying out
federation example that is involving brokers on differentmachines. I am able to
establish connection using core protocols via TCPhowever not able to make same
thing with HTTP protocol. According to documentation it is mentioned that
broker identifies the HTTPrequest and handles automatically but it does't seem
to work.I have the environment as below Broker 1 --> Load balancer
(accepts http request on port 80) --broker 2How do we configure Connector and
Acceptor to handle HTTP requests ? I triedwith multiple combinations but
couldn't succeed Broker 1 .. <connectors>
<connectorname="eu-west-1-connector">tcp://broker2Hostname:80</connector>
</connectors> <acceptors>
<acceptorname="netty-acceptor">tcp://localhost:80?httpEnabled=true</acceptor>
</acceptors>..Broker 2 .. <connectors>
<connectorname="eu-east-1-connector">tcp://broker1Hostname:80</connector>
</connectors> <acceptors>
<acceptorname="netty-acceptor">tcp://localhost:80?httpEnabled=true</acceptor>
</acceptors>..Basically I am looking for following questions 1) Does
federation support HTTP protocol if so 2) How to configure the Connector and
Acceptor for achieving same.Thanks in advance for response.--Sent from:
http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html