JMS Activation spec on Liberty: “WAS_EndpointInitialState” full profile equivalent property?
- 阅读更多 关于 JMS Activation spec on Liberty: “WAS_EndpointInitialState” full profile equivalent property?
问题 We are migrating some apps from WAS full profile to WAS Liberty profile. Some apps have MDBs and need JMS Activation Specs definitions connected to MQ. In order to enforce strict FIFO ordering of messages in a cluster, we set the "WAS_EndpointInitialState" property to "INACTIVE" on those Activation Specs to tell WAS full profile to not start the Activation Spec on startup. When the cluster starts, we start (ie "resume") the activation on one server only. Q: How to achieve this with Liberty