You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by wcpolicarpio <wa...@morgansolar.com> on 2013/07/12 19:34:50 UTC

ActiveMQ on Openshift

Hi Everyone,

I tried running activemq 5.6.0 in openshift using this
quickstart(https://github.com/shekhargulati/activemq-openshift-quickstart).
I added the transport connector in 
conf/activemq.xml 
    <transportConnector name="stomp"
uri="stomp://OPENSHIFT_DIY_IP:15006?brokerName=savanna"/>
    <transportConnector name="websocket"
uri="ws://OPENSHIFT_DIY_IP:15007?brokerName=savanna"/>

 I was able to make the broker run. Then tested the websocket/stomp
demo(http://activemq-morgansolar.rhcloud.com/demo/websocket/index.html?) and
changed the Server URL from ws://localhost:61614/stomp to 
ws://activemq-morgansolar.rhcloud.com:15007 but was not able to connect to
the broker.

Appreciate any inputs that would resolve this problem.

Regards,
Walter





--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-on-Openshift-tp4669240.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.