asyncerrorbean.ejbbean

来自「拥有自己的音乐站点是个不错的想法」· EJBBEAN 代码 · 共 29 行

EJBBEAN
29
字号
    <message-driven>
            <ejb-name>AsyncErrorHandler</ejb-name>
            
            <ejb-class>com.bea.wlw.runtime.core.bean.AsyncErrorBean</ejb-class>
                        <transaction-type>Container</transaction-type>
            <message-driven-destination>
                <destination-type>javax.jms.Queue</destination-type>
            </message-driven-destination>

            
                        <ejb-ref>
                <ejb-ref-name>MusicWeb.bean.SyncDispatcher</ejb-ref-name>
                <ejb-ref-type>Session</ejb-ref-type>
                <home>com.bea.wlw.runtime.core.bean.SyncDispatcherHome</home>
                <remote>com.bea.wlw.runtime.core.bean.SyncDispatcher</remote>
                <ejb-link>.workshop/MusicWeb/EJB/ProjectBeans#SyncDispatcher</ejb-link>
            </ejb-ref>

            
            
                        <resource-ref>
                <res-ref-name>jms/QCF</res-ref-name>
                <res-type>javax.jms.QueueConnectionFactory</res-type>
                <res-auth>Container</res-auth>
            </resource-ref>

    </message-driven>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?