How to Configure Bean Pools for Session and Message-Driven Beans using the Management Console or Configuration File for Jboss EAP 7.0 and Jboss AS 6.1.0.Final
I found solution for creating and editing the bean pool configuration for Jboss version EAP 6.0
I need same solution for both Jboss EAP 7.0 and Jboss AS 6.1.0.Final ?
https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html/Administration_and_Configuration_Guide/Create_a_Bean_Pool1.html
https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Administration_and_Configuration_Guide/Edit_a_Bean_Pool1.html
Worker MDB:
@MessageDriven(activationConfig = {
@ActivationConfigProperty(propertyName="destinationType"
, propertyValue="javax.jms.Queue"),
@ActivationConfigProperty(propertyName="destination"
, propertyValue="queue/replenish")
@ActivationConfigProperty(propertyName=”minSessions”
, propertyValue=”25”)
@ActivationConfigProperty(propertyName=”maxSessions”
, propertyValue=”50”)
})
I need same solution for both Jboss EAP 7.0 and Jboss AS 6.1.0.Final ?
[ How To create or edit bean pools, “Create a Bean Pool” and , “Edit a Bean Pool” using the Management Console and the CLI tool for both Jboss EAP 7.0 and Jboss AS 6.1.0.Final ?
slsb-strict-max-pool
mdb-strict-max-pool ]