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

有帮助吗?

解决方案

CloudBees don't provide a Message Queue service you could configure on GlassFish, so using JMS don't really make sense in this context. For Messaging, you can use CloudAMQP partner and use the AMQP client.

Generally speaking, if you need to do some customization on glassfish stack, you can fork https://github.com/cloudbees-community/glassfish3-clickstack and change the configuration / add customization to glassfish.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top