blob: 02361cabfced5134b5aba5b03c0fe9f9bfa722f9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glassfish-ejb-jar PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 EJB 3.1//EN" "http://glassfish.org/dtds/glassfish-ejb-jar_3_1-1.dtd">
<!--
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<glassfish-ejb-jar>
<enterprise-beans>
<ejb>
<ejb-name>MessageBean</ejb-name>
<jndi-name>jms/ejb_mdb_singleton_InQueue</jndi-name>
<bean-pool>
<steady-pool-size>1</steady-pool-size>
<resize-quantity>1</resize-quantity>
<max-pool-size>1</max-pool-size>
<pool-idle-timeout-in-seconds>3</pool-idle-timeout-in-seconds>
</bean-pool>
</ejb>
<ejb>
<ejb-name>FooBean</ejb-name>
<bean-pool>
<steady-pool-size>1</steady-pool-size>
<resize-quantity>1</resize-quantity>
<max-pool-size>1</max-pool-size>
<pool-idle-timeout-in-seconds>600</pool-idle-timeout-in-seconds>
</bean-pool>
</ejb>
<message-destination>
<message-destination-name>MsgBeanInQueue</message-destination-name>
<jndi-name>jms/ejb_mdb_singleton_InQueue</jndi-name>
</message-destination>
<message-destination>
<message-destination-name>MsgBeanOutQueue</message-destination-name>
<jndi-name>jms/ejb_mdb_singleton_OutQueue</jndi-name>
</message-destination>
<property>
<name>singleton-bean-pool</name>
<value>true</value>
</property>
</enterprise-beans>
</glassfish-ejb-jar>