blob: c7cb62aeb1c98ca233763e8e4338ef0f271cdf31 [file] [log] [blame]
<div class="wiki-content maincontent">
<h3>For ActiveMQ 3.x/4.x</h3>
<p>The transport a client uses to connect to the broker is just the transport your client uses. So messages the broker sends to your client will be sent over that transport. However the broker can support many transports.</p>
<p>So client A could connect over HTTP and client B could connect over tcp. Messages client A sends via HTTP will be delivered to B using B's transport, tcp.</p></div>