What are the alternatives of jboss.xml tags resource-name , container-configurations and invoker-proxy-bindings in EAP6
Issue
- In earlier releases of JBoss 4/5 the
"jboss.xml"file used to have following tags inside it like following:
<resource-managers>
<resource-manager>
<res-name>jms/BLConnectionFactoryXA</res-name>
<res-jndi-name>jms/BLConnectionFactoryXA</res-jndi-name>
</resource-manager>
</resource-managers>
<invoker-proxy-bindings>
<invoker-proxy-binding>
<name>test-adapter-mdb</name>
<invoker-mbean>default</invoker-mbean>
<proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
<proxy-factory-config>
<JMSProviderAdapterJNDI>DefaultJMSProvider</JMSProviderAdapterJNDI>
<ServerSessionPoolFactoryJNDI>StdJMSPool</ServerSessionPoolFactoryJNDI>
<CreateJBossMQDestination>false</CreateJBossMQDestination>
<MinimumSize>10</MinimumSize>
<MaximumSize>25</MaximumSize>
<KeepAliveMillis>30000</KeepAliveMillis>
<MaxMessages>1</MaxMessages>
<MDBConfig>
<ReconnectIntervalSec>10</ReconnectIntervalSec>
<DLQConfig>
<DestinationQueue>queue/DLQ</DestinationQueue>
<MaxTimesRedelivered>10</MaxTimesRedelivered>
<TimeToLive>0</TimeToLive>
</DLQConfig>
</MDBConfig>
</proxy-factory-config>
</invoker-proxy-binding>
</invoker-proxy-bindings>
<container-configurations>
<container-configuration extends="Standard Stateless SessionBean">
<container-name>SessionPoolConf</container-name>
<container-pool-conf>
<MinimumSize>15</MinimumSize>
<MaximumSize>30</MaximumSize>
</container-pool-conf>
</container-configuration>
- What are the alternatives of above tags in EAP6?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
