You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2016/06/28 12:46:57 UTC

[jira] [Resolved] (ARTEMIS-593) Improve STOMP over WebSocket documentation and example

     [ https://issues.apache.org/jira/browse/ARTEMIS-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-593.
------------------------------------
       Resolution: Fixed
         Assignee: Justin Bertram
    Fix Version/s: 1.4.0

> Improve STOMP over WebSocket documentation and example
> ------------------------------------------------------
>
>                 Key: ARTEMIS-593
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-593
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Lionel Cons
>            Assignee: Justin Bertram
>             Fix For: 1.4.0
>
>
> The documentation contains:
> {quote}
> To enable Stomp over Web Sockets, you must configure a NettyAcceptor with a protocol parameter set to stomp_ws:
> <acceptor name="stomp-ws-acceptor">tcp://localhost:61614?protocols=STOMP_WS</acceptor>
> {quote}
> However, neither {{stomp_ws}} nor {{STOMP_WS}} are recognized. They both give an error like:
> {code}
> 2016-06-23 15:16:35,873 [org.apache.activemq.artemis.core.server] WARN AMQ222203: Classpath lacks a protocol-manager for protocol STOMP_WS, Protocol being ignored on acceptor TransportConfiguration(name=stomp, factory=org-apache-activemq-artemis-core-remoting-impl-netty-NettyAcceptorFactory) ?port=61614&host=0-0-0-0&protocols=STOMP_WS
> {code}
> Similarly, the {{stomp-websockets}} does not work. Using a browser and clicking on {{Connect}} gives: {{Whoops! Lost connection to ws://localhost:61614/stomp}}.



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