Hi, If you mean IgniteQueue then, unfortunately, there is no way to describe it in the XML. You have to call Ignite.queue() to create one.
Thanks, Stan From: arunkjn Sent: 10 июня 2018 г. 10:14 To: [email protected] Subject: Initialize ignite queue when node is starting 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/
