This cartridge will download ActiveMQ 5.10.0 and start it.
-
Create a DIY application using this git repo as source code:
rhc app-create activemq diy --from-code=git://github.com/arun-gupta/activemq-openshift-cartridge.git
-
Create a port-forward from your local machine to your remote server
rhc port-forward activemq Checking available ports ... done Forwarding ports ... To connect to a service running on OpenShift, use the Local address Service Local OpenShift ------- --------------- ---- ----------------- java 127.0.0.1:1883 => 127.2.124.1:1883 java 127.0.0.1:5672 => 127.2.124.1:5672 java 127.0.0.1:61613 => 127.2.124.1:61613 java 127.0.0.1:61614 => 127.2.124.1:61614 java 127.0.0.1:61616 => 127.2.124.1:61616 java 127.0.0.1:8161 => 127.2.124.1:8161 Press CTRL-C to terminate port forwarding