eclipse-ee4j / openmq

OpenMQ
https://projects.eclipse.org/projects/ee4j.openmq/
Other
50 stars 33 forks source link

Support port unification of Glassfish #24

Open glassfishrobot opened 15 years ago

glassfishrobot commented 15 years ago

This is related to Glassfish issue https://glassfish.dev.java.net/issues/show_bug.cgi?id=4322

Both in GF v2 and v3 port unification is supported for HTTP, HTTPS (and possibly IIOP). A ProtocolFinder detects which protocol connects on a given TCP port and then delegates handling to a ProtocolHandler. See http://weblogs.java.net/blog/jfarcand/archive/2006/11/one_port_to_rul.html

OpenMQ should be able to participate in port unification. This would support this use case related to applicaton client containers (ACC): 1. HTTP to download via Java Webstart 2. IIOP to get JNDI admin objects from server 3. OpenMQ to send/receive messages to/from server

The JavaWS client could run on a remote site and only one port has to opened in the firewall instead of 3.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 6 years ago
glassfishrobot commented 15 years ago

@glassfishrobot Commented Reported by jthoennes@java.net

glassfishrobot commented 13 years ago

@glassfishrobot Commented jthoennes said: Any updates here?

glassfishrobot commented 11 years ago

@glassfishrobot Commented jthoennes said: Another idea here were if OpenMQ could support WebSockets. Any plans in this direction?

glassfishrobot commented 11 years ago

@glassfishrobot Commented @amykang2020 said: see http://mq.java.net/5.0.html

glassfishrobot commented 11 years ago

@glassfishrobot Commented jthoennes said: Thanks. When will the first implementation be available?

glassfishrobot commented 11 years ago

@glassfishrobot Commented @amykang2020 said: WebSocket support will have to be in a later release after 5.0

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA MQ-24