Hi,

I would like to use websockets with ActiveMQ running in Servicemix. However, 
enabling the websockets transport as per the page

http://activemq.apache.org/websockets.html

… prevents the broker bundle to start with the following exception cause(s) in 
the logs:

Caused by: java.io.IOException: Transport scheme NOT recognized: [ws]
        at 
org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:27)
        at 
org.apache.activemq.transport.TransportFactory.findTransportFactory(TransportFactory.java:196)
        at 
org.apache.activemq.transport.TransportFactory.bind(TransportFactory.java:116)
        at 
org.apache.activemq.broker.TransportConnector.createTransportServer(TransportConnector.java:310)
        at 
org.apache.activemq.broker.TransportConnector.getServer(TransportConnector.java:136)
        at 
org.apache.activemq.broker.TransportConnector.asManagedConnector(TransportConnector.java:105)
        at 
org.apache.activemq.broker.BrokerService.registerConnectorMBean(BrokerService.java:1972)
        ... 40 more
Caused by: java.io.IOException: Service not found: 
'META-INF/services/org/apache/activemq/transport/ws'
        at org.apache.activemq.util.osgi.Activator.create(Activator.java:176)
        at 
org.apache.activemq.util.FactoryFinder.newInstance(FactoryFinder.java:146)
        at 
org.apache.activemq.transport.TransportFactory.findTransportFactory(TransportFactory.java:193)

Using Servicemix 4.5.3 with ActiveMQ 5.7.0

Does anybody know how to use websockets in Servicemix or has an idea what 
causes the exception?

Best regards,

Chris

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to