Re: Connecting to ActiveMQ (classic) server with a browser

2020-12-02 Thread Justin Bertram
For what it's worth, you can find some documentation on OpenWire here [1]. That doc is a bit out-dated but most of it is still relevant. It looks like the best documentation on this subject. The data that your browser received is part of the WIREFORMAT_INFO which is part of the connection negotiati

Re: Connecting to ActiveMQ (classic) server with a browser

2020-12-02 Thread Justin Bertram
All those details are part of OpenWire's wire format. I'm not 100% sure why your browser is getting that response, but any OpenWire client would get the same information. My guess is that is part of the OpenWire connection negotiation. After the broker sees that no connection negotiation happens f

Connecting to ActiveMQ (classic) server with a browser

2020-12-02 Thread Martin Lichtin
There's something seemingly weird going on when connecting with a browser to the ssl-secured Openwire port of an ActiveMQ (classic) server. Using this Url: https://AMQ-HOST:OPENWIRE-PORT The browser sends off a GET request and after 30 seconds actually receives a response from ActiveMQ. The pa