Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top