Skip to content

ferbolg/activemq-openshift-cartridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ActiveMQ OpenShift Cartridge

This cartridge will download ActiveMQ 5.10.0 and start it.

Create the OpenShift Application

  1. 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
  2. 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

About

ActiveMQ OpenShift Cartridge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%