Hi,

I give my cache configuration in xml, which the node uses to initialize the
cache when starting up. I want to similarly do this for initializing ignite
queues.

what would be a substitue of -
<bean class="org.apache.ignite.configuration.CacheConfiguration">
          
          <property name="name" value="my-cache"/>

          
          <property name="cacheMode" value="PARTITIONED"/>

          
          <property name="atomicityMode" value="TRANSACTIONAL"/>

          <property name="backups" value="1"/>
</bean>

for ignite queues



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

Reply via email to