Update bean id to reflect direction
Obvious Fix
This commit is contained in:
committed by
Gary Russell
parent
9673a02c7d
commit
b6aed111f4
@@ -32,7 +32,7 @@ To receive messages over RMI you need to use a `RmiInboundGateway`.
|
|||||||
This gateway can be configured like this
|
This gateway can be configured like this
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
<bean id="rmiOutGateway" class=org.spf.integration.rmi.RmiInboundGateway>
|
<bean id="rmiInGateway" class=org.spf.integration.rmi.RmiInboundGateway>
|
||||||
<property name="requestChannel" value="requests"/>
|
<property name="requestChannel" value="requests"/>
|
||||||
</bean>
|
</bean>
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user