[jboss-as7-dev] Consolidating ports under 80/443
Bill Burke
bburke at redhat.com
Fri May 18 11:36:19 EDT 2012
On 5/18/12 11:25 AM, Remy Maucherat wrote:
> On Fri, 2012-05-18 at 10:52 -0400, Bill Burke wrote:
>> Was screwing around with a web socket implementation and thought, why
>> don't we use HTTP Upgrade as the basis for all of our proprietary
>> protocols? That way we can consolidate and remove a bunch of different
>> ports we expose and have a standard way to initiate each of our pet
>> protocols.
>>
>> That would of course require our Web container to actually allow and be
>> optimized for this, but that's a different conversation.
>
> The current WebSockets effort is here:
> https://github.com/mikebrock/jboss-websockets
>
I'm not talking about websockets. There's a bunch of subsystems that
have their own proprietary protocols i.e. HornetQ has their superfast
protocol as well as STOMP, neither of which use HTTP or WebSockets.
THey could use HTTP Upgrade to connect, then just take over the socket
to do with whatever they wanted.
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
More information about the jboss-as7-dev
mailing list