You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2016/01/11 17:17:39 UTC

[jira] [Created] (QPID-6985) Allow Broker to provide AMQP and HTTP on a single port

Keith Wall created QPID-6985:
--------------------------------

             Summary: Allow Broker to provide AMQP and HTTP on a single port
                 Key: QPID-6985
                 URL: https://issues.apache.org/jira/browse/QPID-6985
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Keith Wall
             Fix For: Future


Simplify the Broker's deployment footprint by supporting AMQP and HTTP on a single port.   The port would need to sniff the first few bytes and decide whether the incoming connection is HTTP or AMQP, and direct it to Jetty or the Protocol layers accordingly.  TLS would also be supported.

We would also support the life cycling of ports correctly, i.e. if a port is deleted, it should unbind the port at the moment.



 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org