Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 626 Bytes

EJEMPLO DE WEBSOCKETS Y ACTIVEMQ

Ejemplo de chat creado con WebSockets, STOMP y ActiveMQ

Entorno:

  • Apache ActiveMQ 5.8
  • jQuery 1.9.1
  • jQuery-UI 1.8.22

Pasos a seguir

  • Instalar ActiveMQ y configurar el soporte para WebSockets (transportConnector en el fichero activemq.xml)
  • Arrancar ActiveMQ
  • En el fichero activeMQClient.js configurar el valor de ActiveMQURL
  • Abrir con un navegador con soporte de WebSockets el fichero index.html
  • Enjoy!

Tutorial

WebSockets con STOMP y ActiveMQ: ¿chateamos?