문제

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