I am running an embedded activemq message server in my application on openshift. According to this, you can only bind on 15000 - 35530
. I\'ve tried doing the fo
In Openshift, you may only bind to the port that the server allocates for you. Typically that is the value of the environment variable $OPENSHIFT_JBOSS_PORT (it varies between cartridges) and the value differs between gears. Binding to any other port will be reported as an SELinux policy violation and denied.