You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by akaptsan <ak...@mail.ru> on 2016/09/28 09:42:46 UTC

Is IgniteQueue transactional?

Does IgniteQueue support transactions?
 
Test scenario:
1. Start transaction
2. Put message to transactional queue
*3. Another thread peeks the queue and gets UNCOMMITED message!*
4. commit


  TransactionalQueue.java
<http://apache-ignite-users.70518.x6.nabble.com/file/n7987/TransactionalQueue.java>  



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-IgniteQueue-transactional-tp7987.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Is IgniteQueue transactional?

Posted by vkulichenko <va...@gmail.com>.
Queues are not transactional, so this is expected behavior. What's your use
case?

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-IgniteQueue-transactional-tp7987p7993.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.