3 Replies Latest reply on Jul 14, 2010 8:50 AM by jfclere

    XMPP or WebSockets in JBOSS AS

    nimo22

      Does JBOSS AS contains an XMPP-Server ?

       

      I want to use XMPP instead of JMS and it is annoying to run an additional server like Wildfire.

      Does JBOSS AS 6 has a XMPP-build-in Server?

      Is there any possibility to include jars into the JBOSS-AS Server to enable XMPP-Server-Services?

       

       

      Does JBOSS AS 6 supports WebSockets ?

       

      JBOSS AS 6 is shipped with JETTY (and no more Tomcat), am I right?

      JETTY 7 has now server-support for WebSockets. Does JBOSS 6 includes JETTY 7?

       

       

      It would be fine, if JBOSS AS has build-in support for XMPP or WebSockets.

        • 1. Re: XMPP or WebSockets in JBOSS AS
          jaikiran

          nimo stephan wrote:

           


           

           

          JBOSS AS 6 is shipped with JETTY (and no more Tomcat), am I right?


          No, that's not correct. JBoss AS 6 ships with JBossWeb (which is based off Tomcat).

          1 of 1 people found this helpful
          • 2. Re: XMPP or WebSockets in JBOSS AS
            nimo22
            {quote}JBoss AS 6 ships with JBossWeb (which is based off Tomcat).{quote}

             

            As JBOSS AS 6 is shipped with Tomcat, it does not support WebSockets.

             

             

            So JBOSS AS does not support the two standards WebSockets and XMPP! Am I right?

             

             

            WebSockets and XMPP are/will be definitly important for (real-time) (web-)applications.

             

            Are there any plans to provide server-support for WebSockets and XMPP in JBOSS AS?

            And if not, why?

            • 3. Re: XMPP or WebSockets in JBOSS AS
              jfclere


              WebSockets and XMPP

              Those aren't yet standard even Comet isn't yet a standard. We just have our own Comet.

              1 of 1 people found this helpful