All
I have a Java EE 7, JMS application. I would like deploy it in GlassFish server of CloudBees Paas. But the resources like connection factory and destination need to be configured in GlassFish. In local host, these resources can be created either through the admin console of GlassFish or through the asadmin commands.
But how can I do this in CloudBees?
Thank you in advance.
Leon