Files
2024-05-09 17:40:24 +02:00

41 lines
1.2 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rmi PUBLIC "-//BEA Systems, Inc.//RMI Runtime DTD 1.0//EN" "rmi.dtd">
<rmi
name="weblogic.messaging.dispatcher.FastDispatcherImpl"
server-ref-classname="weblogic.messaging.dispatcher.DispatcherServerRef"
>
<lifecycle
dgc-policy="managed">
</lifecycle>
<method
name="dispatchSyncFuture(weblogic.messaging.dispatcher.Request)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchSyncNoTranFuture(weblogic.messaging.dispatcher.Request)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchSyncTranFuture(weblogic.messaging.dispatcher.Request)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchAsyncFuture(weblogic.messaging.dispatcher.Request,weblogic.rmi.extensions.AsyncResult)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchAsyncTranFuture(weblogic.messaging.dispatcher.Request,weblogic.rmi.extensions.AsyncResult)"
future="true"
dispatch-policy="JmsDispatcher">
</method>
<method
name="dispatchOneWay(weblogic.messaging.dispatcher.Request)"
dispatch-policy="JmsAsyncQueue"
oneway="true">
</method>
</rmi>