Hi,

If you want to configure message queue limit, here is an example:

<bean id="ignite.cfg"
class="org.apache.ignite.configuration.IgniteConfiguration">
    <property name="discoverySpi">
        ...
    </property>

    <property name="communicationSpi">
        <bean
class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
            <property name="localPort" value="47100"/>
            <property name="messageQueueLimit" value="1024"/>
        </bean>
    </property>
</bean>


Best Regards,
Roman



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to